/relay-app

A react native application for federated learning project

Primary LanguageJavaScript

relay-app

A react native application for relaying IoT data to the cloud through cloud-native serverless services.

Steps to use:

  1. Setup React environment: Goto Getting Started - React Native, open React Native CLI quickstart guide. Select your development OS and target OS (ie. Android). Install and setup the required dependencies.

  2. Install the required node modules, run

    npm install

  3. To run the app: Connect your test android device or use the Android SDK emulator on your system. Run:

    npx react-native run-android

    OR

    npm run android && npm run start