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

@react-native-community/blur not working after build on real device #630

Open
cunguyen-agilityio opened this issue Oct 1, 2024 · 0 comments

Comments

@cunguyen-agilityio
Copy link

Describe the bug

After building the app and running it on a real device (iPhone 13 - 17.5), the @react-native-community/blur component does not function properly. It works as expected on the simulator but fails to apply the blur effect on the actual device.

To Reproduce

Steps to reproduce the behavior:

  1. Install @react-native-community/blur and set up the component in a React Native project.
  2. Build the app and install it on a real device (iOS).
  3. Check the screen where the blur effect should be applied.

Expected behavior

The blur effect should work as it does on the simulator, rendering the expected blur on the real device.

Current result

Not works, and it's use reducedTransparencyFallbackColor for now

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

1 participant