It is shopping admin dashboard app. Have built it using React Native, ES6, Redux and Webpack. I integrated social login like Google and facebook auth. I used react-navigation and react-google-map.
Open up another tab in your Terminal and run
npm start
- Open up Android Studio and build with gradle
- Start Android emulator
- Run
adb reverse tcp:8081 tcp:8081
to foward port to packager(needed for hot reloading, if you're not developing you can skip this step). - Run
react-native run-android
fromexample
directory
NOTE
If the build fails make sure gradle has permission to build from cli
cd android
chmod +x gradlew
You can run this with the react-native cli or Xcode
react-native run-ios
NOTE
If you run into
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/RNMapboxGLExample.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
Just run the example from Xcode, it seems to be an issue with RN.