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

[Bug]: Glitching content render since upgrade to new react native architecture #2063

Closed
PartypayNL opened this issue Nov 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@PartypayNL
Copy link

PartypayNL commented Nov 27, 2024

Version

v5

Reanimated Version

v3

Gesture Handler Version

v2

Platforms

iOS

What happened?

Since updating to the new React Native architecture and the latest version of the Bottom Sheet, we've been encountering intermittent glitches in the rendering of the bottom sheet. As shown in the video below, this issue occurs across multiple instances where we use the Bottom Sheet (approximately 15 different places in our app). The problem is quite rare, happening about once every 30 times, but when it does occur, the Bottom Sheet fails to load properly. We’ve tried downgrading the Bottom Sheet package, but the issue persists.

Reproduction steps

Upgrade to latest react native.

<BottomSheet
enableDynamicSizing={false}
handleComponent={null} ref={(bs) => {this.bottomSheet = bs}}
index={0}
onClose={() => {observableStore.optieModal = false}}
style={{backgroundColor: '#d3d8d9', borderRadius: 15, overflow: 'hidden'}}
enablePanDownToClose
snapPoints={[540]}

<View style={{alignItems: 'center', height: '100%', backgroundColor: '#f1f2f4'}}>

Reproduction sample

https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template

Relevant log output

No response

@PartypayNL PartypayNL added the bug Something isn't working label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant