Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduction
Added Beaver IoT mobile version developed with
react-native
andExpo
, compatible with iOS, Android, and H5, while maintaining consistent performance across platforms.Download
Android: Download the APK and install it.
iOS: Build and install it yourself.
Features
Basic Features (Existing Beaver IoT Features)
New Features
Preview
Development
Environment
It is recommended to develop in a macOS environment. For setting up the development environment, please refer to Setting Up React Native Development Environment.
Running the Project
To run the project:
$ git clone https://github.com/beaver-expand/beaver-iot-web.git $ cd apps/mobile $ pnpm install
$ pnpm ios # or $ pnpm android
When you see the corresponding Metro waiting on message and a QR code, the project has run successfully!