Skip to content

hanifmhd/Math-Fun

Repository files navigation

Math-Fun

Math Fun App using React Native


Clone Design App from Dribbble

Pradyut Meher - https://dribbble.com/shots/9054100-Math-Quiz-App-for-kids

Little bit modification

Splash, OnBoarding, Login

Home Addition Fibonacci Primes

How to run project

After clone the project you need to install deppendecy with NPM Install in terminal

npm install

Run in Android Platform

If using Android X, run jetifier first

npx jetify

After jetifier run, you can run in your android device / android simulator

npm run android

Run in iOS Platform

Install ios Library using Cocoapods first

cd ios && pod install

then, you can run in your ios device / ios simulator

npm run ios

Generate APK in Android

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