Kureev / react-native-blur

React Native Blur component
MIT License
3.74k stars 554 forks source link

does not working with expo for android? #536

Open themehdihn opened 1 year ago

themehdihn commented 1 year ago

does not working with expo for android?

themehdihn commented 1 year ago

i have this err => requireNativeComponent: "AndroidBlurView" was not found in the UIManager.

Marvin-Bai commented 1 year ago

Same, I also added it into the plugin, and used the Eas dev client. still failed. :(

T-Damer commented 1 year ago

Same

saikrishnatbijil commented 1 year ago

Same

ahmafi commented 1 year ago

+1

hbriese commented 1 year ago

Works for me on Expo 48.0.16. Any dependency with native code that expo go wasn't build with requires a development build of your app. You need to build your client with the new dependency installed otherwise you'll get the "AndroidBlurView" was not found in the UIManager error

caprica commented 1 year ago

What worked for me was:

npx expo run:android

And then having lots of patience, and then using the emulator.

Using expo-go on a real device did not work no matter what I tried.

hangjunping commented 1 year ago

Same