This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 266
Home
Tanguy Antoine edited this page May 18, 2016
·
4 revisions
Welcome to the react-native-music-control wiki!
react-native new-library MusicControl
This will create a MusicControl
folder into RN Library folder.
Loclation: node_modules/react-native/Library/MusicControl
Go to this created folder then version it
iOS
- Remove previous reference of this (5 Removing module reference)
- Open your XCode project
- Add MusicControl.xcodeproj (
node_modules/react-native/Library/MusicControl
) under Library folder of your RN app project - Add libMusicControl.a, into app settings :
Build Phases
>Link Binary With Libraries
click+
then search and add libMusicControl. (If you forget this step your component will not be loaded into NativeModules of React Native)
Android
TODO
TODO
iOS
Android
TODO