Skip to content

📰 SvenFE implementation of Readhub

Notifications You must be signed in to change notification settings

shensven/Readhub-RN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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