A React Native App to share your best travel experiences with your friends on Nowmad.io
Librairies • Installation • Android • IOS • License • Authors
- React Native
- Redux
- Saga
- Google Maps
npm install
react-native link
Start an android simulator or plug your phone and run react-native run-android
-
To sign the app for debug, get the SHA1 of the debug.keystore
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
. See here for more info https://developers.google.com/maps/documentation/android-api/signup#release-cert -
Then add it to the credention of your project in the console https://console.developers.google.com/apis/credentials
cd android
./gradlew assembleRelease
- Find the apk in
app/build/output/apk
Try the release version first
react-native run-android --variant=release
- Activate port forwarding to use localhost on your android device: chrome://inspect/#devices
- Unknown plugin module-resolver or x.match is not a function -> react-native-maps/react-native-maps#795 (comment)
- Install react-native-maps IOS https://gist.github.com/heron2014/e60fa003e9b117ce80d56bb1d5bfe9e0
Run react-native run-ios
to start an Iphone simulator and run the app
Print: Entry, ":CFBundleIdentifier", Does Not Exist
Probably du to last react-native version. Check for more info facebook/react-native#7308
Distributed under the MIT license.
Thanks to BrowserStack for their live testing on multiple devices and their Open Source Support 👍
UX/UI Design Shandra Menendez Aich – shandra.aich@gmail.com
Fullstack Julien Rougeron – Portoflio – julien.rougeron@gmail.com