mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-11 17:14:11 +00:00
Misc. android fixes
+ Increase blur radius + Gradle react-native dependency
This commit is contained in:
parent
f3ba2ee5d2
commit
650160a25f
@ -135,7 +135,7 @@ dependencies {
|
||||
compile project(':react-native-blur')
|
||||
compile fileTree(dir: "libs", include: ["*.jar"])
|
||||
compile "com.android.support:appcompat-v7:23.4.0"
|
||||
compile "com.facebook.react:react-native:0.36.0" // From node_modules
|
||||
compile "com.facebook.react:react-native:+" // From node_modules
|
||||
}
|
||||
|
||||
buildscript {
|
||||
|
@ -36,7 +36,7 @@ class Basic extends Component {
|
||||
ref={'backgroundImage'}
|
||||
onLoadEnd={this.imageLoaded.bind(this)}>
|
||||
<BlurView
|
||||
blurRadius={10}
|
||||
blurRadius={15}
|
||||
downsampleFactor={5}
|
||||
overlayColor={'rgba(255, 255, 255, .25)'}
|
||||
style={styles.blurView}
|
||||
|
Loading…
x
Reference in New Issue
Block a user