This repo contains files for a React Native app that displays a list of Albums based on data pulled from an external API.
This was based on the first project lecture from Stephen Grider's Complete React Native and Redux Course Udemy course.
- Node v6.6 or above
- NPM
- React Native CLI: If not installed run
npm install -g react-native-cli
- Latest version of Xcode if running iOS
- Clone the repository.
- Install dependencies: In your terminal, execute
npm install
- Execute
react-native run-ios
to build and run the app in the iOS simulator.