- Clone the repo with
git clone [email protected]:alqahtani/mobile-flashcards.git
. - Change directory to the project folder
cd mobile-flashcards
. - Install the required dependencies
npm install
oryarn
. - Run the project
npm start
oryarn start
- install Expo Client App on your device iOS / Android
- [Option #1] Scan the QR code that generated after running the command
npm start
oryarn start
- [Option #2] Press
i
to run on "iOS" emulator / pressa
torun on "Android" emulator.
- iOS emulator "iPhone X"
- Android emulator "Genymotion" on "Google Pixel 2XL"
- Expo Client and device running "iOS" on "iPhone X"
- Expo Client and device running "Android" on "Samsung Galaxy S7"
Thanks I hope you find it interesting.
:)