React Native guess the number app using expo SDK 37
Choose Number | Help computer Guess The Number | Game Over |
---|---|---|
![]() |
![]() |
![]() |
Choose Number | Help computer Guess The Number | Game Over |
---|---|---|
![]() |
![]() |
![]() |
Many useful API's have been used here , like Platform API
,ScreenOrientation API
, Dimensions
react-native-api with
the help of useEffect hook in order to refresh the layout when Orientation is changing and many more.
This application is an advanced and yet well written example of React-Native capabilities.
Expo : Link
React Native: Link
React Hooks: Link
Keep in mind you need to have Expo-Cli globally on your computer :
npm i -g expo-cli
Just download the repository and :
npm start
In order to run it on an Android Device or IOS you can download Expo-Client from PlayStore or APP Store:
Because React Native is kind of complex i suggest you watch the complete Udemy Tutorial :