Al-Quran Mobile App
Al-Quran Mobile React Native.
Features
- User can see all list of surah
- User can get list all ayat on detail surah
- And more
Requirements
How To Run
-
Clone this repository
$ git clone https://github.com/ihsaninh/Al-Quran-Mobile-React-Native.git
-
Install all depedencies on the package.json
$ cd Al-Quran-Mobile-React-Native $ npm install or yarn install (if you using yarn)
-
Run Al-Quran Mobile App
- Dev
$ react-native run-android --variant=devDebug --appIdSuffix=dev
- Beta
$ react-native run-android --variant=betaDebug
Screenshoot
Testing
If you want test the application, you can install it directly by download the app on this Old Version. You can make your own apk by yourself with command cd android && ./gradlew clean && ./gradlew assembleRelease