You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install @react-native-community/blur and set up the component in a React Native project.
Build the app and install it on a real device (iOS).
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
The text was updated successfully, but these errors were encountered:
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:
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 nowThe text was updated successfully, but these errors were encountered: