Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 333 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 333 Bytes

Albums App

An example application that displays a list of music albums. The app redirects the user to purchase a selected album.

Usage

First, clone this repository. Then:

Android

react-native run-android

iOS

  1. Open ios/Albums.xcodeproj in XCode
  2. Select development team for code-signing
  3. Run!