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

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

Open
coldSeattle opened this issue Dec 18, 2024 · 2 comments

Comments

@coldSeattle
Copy link

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

@smfunder
Copy link

smfunder commented Jan 5, 2025

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

@Nivo4ka
Copy link

Nivo4ka commented Jan 22, 2025

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

Image

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

3 participants