Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.77 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.77 KB

React Native Telemedicine Demo Application

Latest android build
iOS TestFlight public link

Getting started

  1. Install React Native as described at https://facebook.github.io/react-native/docs/getting-started.html#content

  2. Clone this repository

  3. Run npm install , all required components will be installed automatically

    iOS

    1. Run pod install from react-native-demo/ios folder
    2. Start XCode and open generated TelemedicineDemo.xcworkspace

    Note: To enable ios push notifications in demo project, follow the the instructions to add certificates to the Voximplant Cloud

    Android

    no steps required

    Note: To enable andorid push notifications in demo preoject:

    1. Follow the instructions to add the certificates to the Voximplant Cloud
    2. Add google-services.json file to android/app folder
    3. Open app/build.gradle file and uncomment the //apply plugin: 'com.google.gms.google-services' line
  4. It is recommended to run react-native start command from root project directory.

  5. Run your project from XCode (Cmd+R) for iOS, or use react-native run-android to run your project on Android. Official guides: