This repo contains submission of the React Native project for Udacity React Nanodegree.
This app was built from Create React Native App.
This app has been tested on Android (API level 28) and iOS (Version 11.4).
Optional. If you have NVM installed, then nvm use
.
yarn
ornpm install
npm run android
oryarn run android
.
npm run ios
oryarn run ios
.
- On iOS, the Add Buttons are a part of the navigation.
- On Android, the Add Buttons are a part of the main view.
See the following screenshots for illustration:
These additions outside of the rubric.
- The Delete All button deletes all decks and cards.
- The Deck Filter allows one to search for a deck by its title.