Math Fun App using React Native
Pradyut Meher - https://dribbble.com/shots/9054100-Math-Quiz-App-for-kids
Splash, OnBoarding, Login |
---|
Home | Addition | Fibonacci | Primes |
---|---|---|---|
After clone the project you need to install deppendecy with NPM Install in terminal
npm install
If using Android X, run jetifier first
npx jetify
After jetifier run, you can run in your android device / android simulator
npm run android
Install ios Library using Cocoapods first
cd ios && pod install
then, you can run in your ios device / ios simulator
npm run ios
If using Android X, run jetifier first
npx jetify
After jetifier run, you can build APK for your android device
cd android && ./gradlew assembleRelease
You can see apk in path folder :
android/app/release
or
android/app/build/outputs/apk/release