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 upgrading to the latest React Native, I noticed issues with the bottom sheets used throughout our app, specifically ghost text appearing and not being removed. I was able to isolate this issue to some kind of conflict with react-native-svg. Since react-native-svg is a fairly popular package that hasn’t caused any issues elsewhere, I believe the problem lies within react-native-bottom-sheet.
To test this, I have provided an example Snack demonstrating the issue. The issue is only present on iOS and does not occur on web or Android.
Reproduction steps
Create a bottom sheet component
Render children items that contain a react-native-svg component
i don't think thats a issue with bottom sheet, had a similar issue with reanimated and a expandable view.
I am only able to replicate this issue with react-native-svg when using the bottom sheet. react-native-svg by itself works fine, but I am curious, were you able to resolve the issue with reanimated and the expandable view?
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS
What happened?
After upgrading to the latest React Native, I noticed issues with the bottom sheets used throughout our app, specifically ghost text appearing and not being removed. I was able to isolate this issue to some kind of conflict with
react-native-svg
. Sincereact-native-svg
is a fairly popular package that hasn’t caused any issues elsewhere, I believe the problem lies withinreact-native-bottom-sheet
.To test this, I have provided an example Snack demonstrating the issue. The issue is only present on iOS and does not occur on web or Android.
Reproduction steps
react-native-svg
componentScreen.Recording.2024-12-30.at.11.15.18.AM.mov
Reproduction sample
https://snack.expo.dev/6jgtEJUoHvjNdHHe2DVg4?platform=ios
Relevant log output
No response
The text was updated successfully, but these errors were encountered: