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

  1. Clone this repository

    $ git clone https://github.com/ihsaninh/Al-Quran-Mobile-React-Native.git
    
  2. Install all depedencies on the package.json

    $ cd Al-Quran-Mobile-React-Native
    $ npm install or yarn install (if you using yarn)
    
  3. Run Al-Quran Mobile App

    • Dev
    $ react-native run-android --variant=devDebug --appIdSuffix=dev 
    
    • Beta
    $ react-native run-android --variant=betaDebug 
    

Screenshoot

ss2

ss1

ss4

ss5

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

GitHub