This project is part of the React Developer Nanodegree program by Udacity. The main goal here is to show how to utilize React Native to create mobile apps for Android and iOS.
The following topics has been covered:
npm install
oryarn install
to install project dependenciesexpo start
to start the development server- Scan the QR code to open the app on your mobile device or run it in the emulator.
- If you want to use emulator, you need to follow the instructions on how to install the environment for Android or for iOS (available on Mac only)
Note:
- This app was tested on Android Studio emulator using Pixel 4 device (Android 10, API v. 29) and on physical iOS device (v. 14).
- Notification runs daily at 18:00 if the user hasn't finished at least one quiz. You can set it to
null
to show it immediately in Android emulator.