JK2DOG / Readhubn

📱 Yet another Readhub mobile App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readhub Native

GitHub Test Build Codacy Badge Pull Request

English | 简体中文

readhub.cn implementation in React Native

iOS Home iOS Topic Detail Android Home Android Topic Detail
Screenshot 1 Screenshot 2 Screenshot 4 Screenshot 5

INTRO

  • The project is written entirely in React Native
  • The build product of the project does NOT collect any of your privacy, and does NOT contain any mix private goods
  • The project use WhiteSource Renovate to keep dependencies up to date under the same major version
  • The Android part of the project uses Github Workflow exclusively for testing and continuous integration
  • The project has Hermes enabled, so it is recommended to use Flipper for debugging
  • The project uses React Native Reanimated, a high-performance animation component written in C++

INSTALL

Get it on Google Play

BUILD

PREREQUISITES

GET STARTED

yarn install
cd ios && pod install

RUNNING ON SIMULATOR

yarn react-native run-ios
yarn react-native run-android

RUNNING ON DEVICE

yarn react-native run-ios --device
yarn react-native run-android

DEBUGGING

Using Flipper for debugging

TEST

yarn test
cd android && chmod +x gradlew && ./gradlew test

ASSEMBLE THE APK

cd android && ./gradlew assembleRelease

BOOTSPLASH GENERATION

yarn react-native generate-bootsplash src/assets/Splash/bootsplash.png \
  --background-color=E8F6FE \
  --logo-width=256 \
  --assets-path=assets \
  --flavor=main

LICENSE

FOSSA Status

About

📱 Yet another Readhub mobile App

License:GNU General Public License v3.0


Languages

Language:TypeScript 81.8%Language:Java 9.2%Language:Objective-C 5.0%Language:JavaScript 2.6%Language:Ruby 0.8%Language:Starlark 0.6%