diff --git a/README.md b/README.md index e767caa..362e410 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ In XCode, in the project navigator, select your project. Add `libReactNativeAudi 1. Open up `android/app/src/main/java/[...]/MainApplication.java` - Add `import com.reactlibrary.ReactNativeAudioStreamingPackage;` to the imports at the top of the file - Add `new ReactNativeAudioStreamingPackage()` to the list returned by the `getPackages()` method + If you're using Android 23 or above + - Add `new ReactNativeAudioStreamingPackage(MainActivity.class)` to he list returned by the `getPackages()`method instead. 2. Append the following lines to `android/settings.gradle`: ``` include ':react-native-audio-streaming'