January 2019
Intermediate to advanced
592 pages
14h 30m
English
For this recipe, we'll need to create a new pure React Native app. Let's call it AudioPlayerApp.
We'll also be using the react-native-button library, which can be installed with npm:
npm install react-native-button --save
Alternatively, we can use yarn:
yarn add react-native-button
This is a recipe that should only be expected to work on a real device. You'll also want to make sure you have music synced to the iOS device and available in the media library.
Read now
Unlock full access