User can search and select a city from list of cities and get weather forcast of that particular city
- Search Screen: User scan search any city by just typing in the input field
- Home Screen: User can see the weather forcast of particular city
- User can click on particular city in Search screen and they are redirected to Home Screen where they can see the weather forcast of that particular city.
- Weather forcast data of last city that user have searched persist offline.
# Install dependencies
npm install
cd ios && pod install && cd ..
# Run on iOS
react-native run-ios
# Run on Android
react-native run-android
- React-Native
- React-Native-paper
- AsyncStorage
- React-Native-Dotenv
- React-Native-Navigation
- Openweathermap-API
- Mapbox-API