Simple React Native (Expo) App to display data from IoT devices.
-
Install dependencies
npm install
-
Start the app
npx expo start
-
Upgrade the Expo SDK
npm install expo@^57.0.0
-
Upgrade dependencies
npx expo install --fix && npx expo-doctor
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo