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 updating React Native from version 0.71.0 to 0.76.1 which enabled the new architecture, the bottom sheet occasionally fails to open properly, even though the background gets blurred.
The text was updated successfully, but these errors were encountered:
MayankNewput
changed the title
The actionSheet is not displaying correctly on iOS. It blurs the background but fails to open.
The bottom sheet is not displaying correctly on iOS. The background blurs, but the sheet fails to open.
Jan 9, 2025
MayankNewput
changed the title
The bottom sheet is not displaying correctly on iOS. The background blurs, but the sheet fails to open.
After the RN update, the bottom sheet is not displaying correctly on iOS. The background blurs, but the sheet doesn't open.
Jan 9, 2025
After updating React Native from version 0.71.0 to 0.76.1 which enabled the new architecture, the bottom sheet occasionally fails to open properly, even though the background gets blurred.
Package.json:
"react": "18.3.1",
"react-native": "0.76.1",
"react-native-raw-bottom-sheet": "^3.0.0"
React-native code:
The text was updated successfully, but these errors were encountered: