Weather application using React Native and Open Weather API in Express JS. Made with bare workflow and fully compatible on Android and iOS. Gets current weather and upto next 7 days weather for gps location as well as for hundreds of cities of the world. Attractive theme for each kind of weather
- Server code: https://github.com/death14stroke/weather-native-server
- UX inspired: https://www.behance.net/gallery/116972093/Weather-app
npx mkdirp android/app/src/main/assets/ && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
Alternatively, download the apk.