Skip to content

Commit

Permalink
Merge pull request #31 from tlenclos/brettpappas-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tlenclos committed Oct 18, 2016
2 parents ff88880 + 058fe53 commit 41af24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In XCode, in the project navigator, select your project. Add `libReactNativeAudi
#### Android

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 `import com.audioStreaming.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.
Expand Down

0 comments on commit 41af24d

Please sign in to comment.