Skip to content

An intuitive and fun project that helps you understand a little bit about Expo Router and React Hooks (useState, useEffect) by showing you three ways of getting and displaying data.

License

Notifications You must be signed in to change notification settings

githubworkflow-staticpackager-qa/Random-Generator-React-Nativenew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Generator-React-Native

How to run this project locally

cd Random-Generator
npm install
npx expo start

A intuitive project that helps you understand a little bit about React Router and React Hooks (useState, useEffect)

Expo with router

npx create-expo-app@latest --template tabs@50
cd Random-Generator
npx expo start

useState and useEffect, react hook

If you don't use a state variable to hold the image URL, the image won't be able to dynamically change based on user interaction or any other events. Instead, the image will be static and remain the same throughout the component's lifecycle.

download

npm install react-native-maps

About

An intuitive and fun project that helps you understand a little bit about Expo Router and React Hooks (useState, useEffect) by showing you three ways of getting and displaying data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.8%