Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlenclos committed Jul 25, 2016
1 parent 98466c0 commit de018c6
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 @@ -39,7 +39,7 @@ In XCode, in the project navigator, select your project. Add `libReactNativeAudi

1. Open up `android/app/src/main/java/[...]/MainActivity.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
- Add `new ReactNativeAudioStreamingPackage(MainActivity.class)` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
```
include ':react-native-audio-streaming'
Expand Down

0 comments on commit de018c6

Please sign in to comment.