Readhub-RN
Readhub-RN copied to clipboard
📰 SvenFE implementation of Readhub
Readhub RN
SvenFE implementation of Readhub in React Native, Currently in refactoring...
1 | 2 | 3 |
---|---|---|
![]() |
![]() |
![]() |
📦 DISTRIBUTION
iOS
- Not released yet
Android
- Download the apk via GitHub Release
🔨 BUILD
INTRO
- Written in React Native
- does NOT collect any of your privacy data
- To keep dependencies up to date under the same major version via Dependabot
- Testing and continuous integration via Github Actions
- Has Hermes enabled, so it is recommended to use Flipper for debugging
PREREQUISITES
- Node 14 or higher
- The yarn package manager
- Watchman
- Xcode 10 or higher
- CocoaPods
- JDK 11 or higher
- Android SDK
- Build-Tools
31.0.0
- NDK
21.4.7075529
- Build-Tools
GET STARTED
yarn install
cd ios && pod install
DEBUGGING ON THE SIMULATOR
yarn ios
yarn android
DEBUGGING ON THE DEVICE
npm install -g ios-deploy
yarn ios --device
yarn android run-android
TEST
yarn test
cd android
chmod +x gradlew
./gradlew test
iPhone DEPLOY
yarn ios --configuration Release --device
ASSEMBLE THE APK
cd android
./gradlew assembleRelease
BOOTSPLASH GENERATION
yarn react-native generate-bootsplash src/assets/splash/bootsplash.png \
--background-color=DAE5E3 \
--logo-width=192 \
--flavor=main