shensven / Readhub-RN

πŸ“° SvenFE implementation of Readhub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readhub RN

Test Publish GitHub all releases Codacy Badge

SvenFE implementation of Readhub in React Native

1 2 3
Screenshot 1 Screenshot 2 Screenshot 3

πŸ“¦ DISTRIBUTION

iOS

  • Not released yet

Android

πŸ”¨ Build

Prequisites

For more detailed environment configuration, please refer to the official React Native documentation.πŸ‘‡ https://reactnative.dev/docs/environment-setup

Get Started

yarn install
cd ios && pod install

iOS Deployment

yarn ios --configuration Release --device

Assem the APK

cd android && chmod +x gradlew
./gradlew assembleRelease

Debug

We recommend you to use Flipper to debug the app.

Generate the Splash Screen

yarn react-native generate-bootsplash src/assets/splash/bootsplash.png \
  --background-color=DAE5E3 \
  --logo-width=192 \
  --flavor=main

About

πŸ“° SvenFE implementation of Readhub

License:GNU General Public License v3.0


Languages

Language:TypeScript 72.8%Language:Java 12.8%Language:JavaScript 4.6%Language:Ruby 4.0%Language:Objective-C 3.8%Language:Objective-C++ 2.1%