Skip to content

Commit

Permalink
Add "Notes" section to explain Gradle issues
Browse files Browse the repository at this point in the history
Resolves #2
Resolves #12
  • Loading branch information
cooperka authored Jan 10, 2017
1 parent 057d90b commit 2ddbfee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ Snackbar.show({
```

TODO: Add screenshots :sunglasses:

## Notes

A few people have suggested that the default Gradle configs created by `react-native init` are too outdated. If you have issues compiling for Android after linking this library, please try upgrading Gradle to the latest version (e.g. `com.android.tools.build:gradle:2.2.2`). You should also be using the latest `compileSdkVersion` (e.g. `25`) and `buildToolsVersion` (e.g. `25.0.2`). See #2 for more info.

0 comments on commit 2ddbfee

Please sign in to comment.