SvenFE implementation of Readhub in React Native
1 | 2 | 3 |
---|---|---|
- Not released yet
- Node 14 or higher
- yarn
- Watchman
- Xcode 10 or higher
- CocoaPods
- JDK 11 or higher
- Android SDK
- Build-Tools
33.0.0
- NDK
23.1.7779620
- Build-Tools
For more detailed environment configuration, please refer to the official React Native documentation.👇 https://reactnative.dev/docs/environment-setup
yarn install
cd ios && pod install
yarn ios --configuration Release --device
cd android && chmod +x gradlew
./gradlew assembleRelease
We recommend you to use Flipper to debug the app.
yarn react-native generate-bootsplash src/assets/splash/bootsplash.png \
--background-color=DAE5E3 \
--logo-width=192 \
--flavor=main