when the library will be compatible with RN New Architecture for 0.76 and above ?
when the library will be compatible with RN New Architecture for 0.76 and above ? or is an alternaitve ?
@coldSeattle I'm using it on build 0.76, but instead of using it as designed, I'm just using it as an absolute view behind a real view:
<View>
<BlurView style={{ width: screenwidth, height: screenheight }} />
<View style={{ position: 'absolute', width: screenwidth, height: screenheight>
.... main view ...
</View>
</View>
I have the same problem when I run the app in Android Studio on react native 0.77.0
We need suport RN 0.78.0 (fabric)
when the library will be compatible with RN New Architecture for 0.76 and above ? or is an alternaitve ?
Hi, I have the same problem... I decided to create my BlurView library with support for the new architecture, maybe help you.