Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlurView crashing on Android #4

Open
ShaunLWM opened this issue Jul 1, 2024 · 1 comment
Open

BlurView crashing on Android #4

ShaunLWM opened this issue Jul 1, 2024 · 1 comment

Comments

@ShaunLWM
Copy link

ShaunLWM commented Jul 1, 2024

Using the example in the README

"react-native": "0.74.1",

buildToolsVersion = "34.0.0"
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
<BlurView
    blurTintColor="#ff006780" // has to be hex with opacity
    colorTintOpacity={0.2}
    blurRadius={12}
    ...
 />

Error

Error while updating property 'blurTintColor' of a view managed by: BlurViewView

null

For input string "ff006780" under radix 16

iOS is workin fine nonetheless.

@vivakimjisu
Copy link

same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants