I hate bloated apps -- this is an attempt at a streamlined app which pulls data from NOAA servers.
This had previously been a native app written in Java but something is going wrong and getting it set up with a new install of Android Studio has stalled so moving to React Native to see what that's all about.
- Install Android Studio
- Device Manager
- Create a device
- Install node via nvm link
- Install yarn link
- Install dependencies by running
yarn install
in the root directory
- Run the app server by running
npx react-native start
- Build the app by running
npx react-native run-android
- If
react-native run-android
hangs onapp:installDebug
runadb kill-server && adb start-server
- Follow instructions here