🚀 🌧 Weather app in react native using typescript.
- Expo
- NodeJS
Edit constants
file in src/config
and set this config variables.
const OPEN_WEATHER_API_APP_ID = '';
const GOOGLE_PLACES_API_KEY = '';
yarn install
or
npm install
expo start
This application is an implementation Sang Nguyen's layout available here