A react native application for relaying IoT data to the cloud through cloud-native serverless services.
-
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.
-
Install the required node modules, run
npm install
-
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