Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Library is working on IOS and Android.

#### Android

1. Open up `android/app/src/main/java/[...]/MainActivity.java`
1. Open up `android/app/src/main/java/[...]/MainApplication.java`
- Add `import com.reactlibrary.RNRootViewBackgroundPackage;` to the imports at the top of the file
- Add `new RNRootViewBackgroundPackage()` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
Expand All @@ -62,4 +62,4 @@ export default class Main extends Component {
}
}
```