Skip to content

This is a simple full native iOS and Android app written in React Native that pulls album data for purchase through an axios AJAX get request API. It renders entirely native device specific native UI through React Native JavaScript.

License

Notifications You must be signed in to change notification settings

lewis831/albums

Repository files navigation

Title: Albums, Type: React Native iOS and Android Full Native Mobile Application, Author: Lewis Rashe

This is a simple full native iOS and Android app written in React Native that pulls album data for purchase through an axios AJAX get request API. It renders entirely native device specific native UI through React Native JavaScript.

Here is the API used: http://rallycoding.herokuapp.com/api/music_albums

Click here to see a video of the app: https://www.youtube.com/watch?v=tfL7ve0JBHU

  1. To get started first install Xcode and Android studio then install the following in terminal:

    brew install node

    brew install watchman

    npm install -g react-native-cli

  2. Next after you have downloaded the GitHub "albums" select the following:

    cd albums-master

    npm install

  3. To run on iOS simulator run the following:

    cd albums-master

    react-native run-ios

  4. To run on Android simulator run the following:

    cd albums-master

    react-native run-android

To learn more check out the React Native documentation to further help you get started: https://facebook.github.io/react-native/docs/getting-started.html

LICENSE MIT

About

This is a simple full native iOS and Android app written in React Native that pulls album data for purchase through an axios AJAX get request API. It renders entirely native device specific native UI through React Native JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published