You can use this React Native project to kickstart your next mobile app development.
Install the app from Apple App Store or Google Play, use the QR code in your API keys to connect the app to Flotiq and browse through your content.
Screenshots:
Then start building your own app, based on the Flotiq Mobile Expo.
- To prepare your development environment follow the official React Native guide. This project was created with RN CLI. Read more in the React Native CLI Quickstart.
-
We recommend to install Android Studio through the excellent JetBrains Toolbox.
https://www.jetbrains.com/toolbox-app/
- The app has been successfuly built with Xcode 11.4.
(nodejs
is must.)
-
Clone this repository
git clone https://github.com/flotiq/flotiq-mobile-demo
-
Install node modules:
npm install
-
Turn on the simulator:
- Android - follow documentation for instructions,
- iOS - follow documentation for instructions.
-
Run the project on Android
npx react-native run-android
-
Run the project on iOS
npx react-native run-ios
Sometimes there is an issue with starting
metro
server. In separate window run it manually:npx react-native start
-
You can also start the project directly from Android Studio or Xcode.
-
Android
If there is an error during the build try to use:
cd android && ./gradlew clean
or
sh android/gradlew clean
-
iOS
In RN >0.60 version remember to run (within iOS folder):
pod install
or for update libraries:
pod update
You can find more info here
If you wish to to talk with us about this project, feel free to hop on our
If you found a bug, please report it in issues.