/CitiesApp

A React Native app that displays a list of cities.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

CitiesApp

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

Installation

Use the package manager npm to install CityApp.

npm install

Usage

npm run web

Initial Project Setup

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

Contributing

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.

License

GNU GPLv3