/flotiq-mobile-demo

Flotiq Mobile Expo - MIT-licensed starter project for React Native development based on Flotiq

Primary LanguageJavaScript

Flotiq logo

Flotiq Mobile Expo

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.

Flotiq Mobile Expo on Apple App Store Flotiq Mobile Expo on Google Play

Screenshots:

Then start building your own app, based on the Flotiq Mobile Expo.

SETUP

  • 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.

Android Studio

  • We recommend to install Android Studio through the excellent JetBrains Toolbox.

    https://www.jetbrains.com/toolbox-app/

Xcode

  • The app has been successfuly built with Xcode 11.4.

React-Native

(nodejs is must.)

  • Clone this repository

    git clone https://github.com/flotiq/flotiq-mobile-demo
    
  • Install node modules:

    npm install
    
  • Turn on the simulator:

  • 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.

COMMON ISSUES

  • 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

Collaborating

If you wish to to talk with us about this project, feel free to hop on our Discord Chat

If you found a bug, please report it in issues.