Mobile geolocation app built to enhance position reliability for neomad.org users.
app.neomad.org is built with react-native
Just run npm install
.
On MacOSX, after installing XCode, run the following command to bundle IOS dependency files:
npx react-native bundle --dev false --platform ios --entry-file index.js --bundle-output ios/main.jsbundle --assets-dest ./ios
npm run build-ios
Open ios/app.xcodeproj in Xcode and hit the Run button.
Install an Android emulator running (quickest way to get started), or a device connected, then run npm run build-android
.