A React Native app that uses React Router and Expo to allow users to study collections of flashcards (called "decks"). Users may add flashcards to those decks, then take quizzes on those decks.
yarn install
Install all dependencies.
yarn start
Launch app. Then press i to launch on your iOS emulator or a to launch on your Android emulator, as directed.
Tested in Expo Go via:
- Real Pixel 4, Android 11
- Emulated iPhone 8, iOS 14.5
To test notifications, be sure to configure your device.
Node env details:
- Node v14.17.1 (npm v6.14.13)