mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-02-11 07:56:45 +00:00
Update Readme to reflect the Android compile issue (#227)
According to [this](https://stackoverflow.com/a/36586107/828487), there is a bug related to ` which has been fixed in `gradle-plugin 2.1.0` and `Build-Tools 23.0.3`. This PR simple update the doc to reflect that
This commit is contained in:
parent
77621bce02
commit
bac52dfc89
@ -35,6 +35,9 @@ A component for UIVisualEffectView's blur and vibrancy effect on iOS, and [500px
|
|||||||
|
|
||||||
```
|
```
|
||||||
android {
|
android {
|
||||||
|
// make sure to use 23.0.3 instead of 23.0.1
|
||||||
|
buildToolsVersion '23.0.3'
|
||||||
|
|
||||||
// ...
|
// ...
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
// Add these lines below the existing config
|
// Add these lines below the existing config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user