Skip to content

neomad-team/app

Folders and files

NameName
Last commit message
Last commit date
Aug 26, 2018
Oct 6, 2018
Aug 26, 2018
Oct 6, 2018
Aug 25, 2018
Aug 25, 2018
Aug 25, 2018
Aug 25, 2018
Aug 26, 2018
Aug 25, 2018
Oct 8, 2018
Aug 28, 2018
Aug 26, 2018
Sep 15, 2018
Aug 26, 2018
Sep 4, 2018
Sep 2, 2018

Repository files navigation

app.neomad.org

Mobile geolocation app built to enhance position reliability for neomad.org users.

Install

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

Commands

To run your app on iOS with the command line

npm run build-ios

To run your app on iOS with the graphical interface

Open ios/app.xcodeproj in Xcode and hit the Run button.

To run your app on Android

Install an Android emulator running (quickest way to get started), or a device connected, then run npm run build-android.