Skip to content

Commit

Permalink
Merge pull request #17 from Noitidart/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Kishanjvaghela committed Nov 17, 2017
2 parents 5d72a28 + a05e732 commit 13eb74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ Dont need to setup
#### Android

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

0 comments on commit 13eb74d

Please sign in to comment.