react-native-blur icon indicating copy to clipboard operation
react-native-blur copied to clipboard

when the library will be compatible with RN New Architecture for 0.76 and above ?

Open coldSeattle opened this issue 1 year ago • 4 comments

when the library will be compatible with RN New Architecture for 0.76 and above ? or is an alternaitve ?

coldSeattle avatar Dec 18 '24 19:12 coldSeattle

@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>

smfunder avatar Jan 05 '25 01:01 smfunder

I have the same problem when I run the app in Android Studio on react native 0.77.0

Image

Nivo4ka avatar Jan 22 '25 19:01 Nivo4ka

We need suport RN 0.78.0 (fabric)

denysoleksiienko avatar Mar 12 '25 18:03 denysoleksiienko

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.

DanielAraldi avatar Jul 08 '25 11:07 DanielAraldi