A React Native app that displays a list of cities.
Key features:
- Uses stateless functional components
- Uses the version 6.x of React Navigation
Note:
This application was created for the Mobile Application Development course offered at ATÜ.
Task: Transform the Chapter6 (React Native in Action) example to stateless functional components with the latest version of React Navigation.
Solution: Try this study on Snack: CityApp
Use the package manager npm to install CityApp.
npm install
npm run web
This project was created with Expo.
npx create-expo-app .
npx expo install react-dom react-native-web @expo/webpack-config
npm install react-native-screens react-native-safe-area-context
npm install @react-navigation/native-stack
npm install @react-navigation/bottom-tabs
npm install @react-navigation/native
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.