Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.
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 @@ -22,8 +22,8 @@ Get thumbnail from local media. Currently, it only supports for video.

#### Android

1. Open up `android/app/src/main/java/[...]/MainActivity.java`
- Add `import com.reactlibrary.RNThumbnailPackage;` to the imports at the top of the file
1. Open up `android/app/src/main/java/[...]/MainApplication.java`
- Add `import me.hauvo.thumbnail.RNThumbnailPackage;` to the imports at the top of the file
- Add `new RNThumbnailPackage()` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
```
Expand Down