pedro-lb / expo-35-react-native-music-control

Attempt to make react-native-music-control work with Expo ejected app (ExpoKit) in SDK 35.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-35-react-native-music-control

Attempt to make react-native-music-control work with Expo ejected app (ExpoKit) in SDK 35.

After cloning: yarn install

Run it with: expo start

Expected behaviour: Error

Steps to reproduce:

Init expo app: expo init <app> - blank or whatever

Eject to ExpoKit: expo eject- use ExpoKit

Add react-native-music-control: expo install react-native-music-control OR yarn add react-native-music-control

Link library: react-native link react-native-music-control

Add permissions: Add <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> to AndroidManifest.xml

Add import to App.js: import MusicControl from 'react-native-music-control';

Run: yarn start

Error :(

About

Attempt to make react-native-music-control work with Expo ejected app (ExpoKit) in SDK 35.


Languages

Language:Java 38.9%Language:Ruby 33.0%Language:Objective-C 22.9%Language:JavaScript 5.2%