Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 753 Bytes

React Native NHentai Reader

This project is kinda NSFW
Only for Android. I haven't touch anything on the ios folder yet

A very simple app to read NHentai based on React Native. This is my very first RN app, so I apologize for any crappy codes on it.

Requirements:

Node 8 or greater is required. Targeted for Android SDK 21 (Android 5.0)
You also need to follow React Native development requirements. Follow their starting guide.

Running the project:

yarn or npm install
react-native run android or yarn android

Author:

dickydick69 aka Paul.

Special Thanks To:
  • py7hon, for his nH API mirror. Without it, this project is almost impossible
  • React Native Community