https://github.com/mhashim6/react-native-flashcards
React Native app with Expo & Redux for iOS and Android
https://github.com/mhashim6/react-native-flashcards
android expo ios react react-native react-navigation redux udacity udacity-nanodegree
Last synced: 6 months ago
JSON representation
React Native app with Expo & Redux for iOS and Android
- Host: GitHub
- URL: https://github.com/mhashim6/react-native-flashcards
- Owner: mhashim6
- License: gpl-3.0
- Created: 2020-05-30T22:34:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:21:40.000Z (about 3 years ago)
- Last Synced: 2025-01-15T16:26:31.077Z (12 months ago)
- Topics: android, expo, ios, react, react-native, react-navigation, redux, udacity, udacity-nanodegree
- Language: JavaScript
- Homepage:
- Size: 429 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flashcards
**For Udacity's React Developer Nanodegree.**
React Native app with Expo & Redux for iOS and Android
## Instructions
This project is bootstraped with [expo](https://expo.io/dashboard/mhashim6). You have to [install it first](https://docs.expo.io/).
Tested on Android and iOS 13 *(expo client 2.15.4)*
```bash
git clone https://github.com/mhashim6/RN-Flashcards.git
cd RN-Flashcards
expo install
yarn
```