We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a problem on android. Bottomsheet is blinking on tab change(see video).
I can't find any solution, I can't reproduce it, that is what makes it super hard to find.
Maybe someone can say the potential reason behind it as after my checking of the lib, I didn't find anything suspicious.
Here is a video from Android:
return ( <> <StatusBar backgroundColor='transparent' translucent={true} /> <SafeAreaView style={{ flex: 1, backgroundColor: '#570E3F' }}> <View style={styles.container}> <View style={[styles.detail, { paddingTop: inset.top }]}> <Text style={styles.heading}>Claims</Text> <Text style={styles.description}>File new claims and track the status of existing ones</Text> </View> <BottomSheet ref={bottomSheetRef} snapPoints={snapPoints} index={0} handleIndicatorStyle={{ backgroundColor: 'white' }} backgroundStyle={{ backgroundColor: 'white' }} > <ClaimsSheet /> </BottomSheet> </View> </SafeAreaView> </> );}
The text was updated successfully, but these errors were encountered:
@amanbansal246: hello! 👋
This issue is being automatically closed because it does not follow the issue template.
Sorry, something went wrong.
No branches or pull requests
Bug
I have a problem on android.
Bottomsheet is blinking on tab change(see video).
I can't find any solution, I can't reproduce it, that is what makes it super hard to find.
Maybe someone can say the potential reason behind it as after my checking of the lib, I didn't find anything suspicious.
Here is a video from Android:
Screen.Recording.2024-05-08.at.11.34.03.AM.mov
Reproducible sample code
The text was updated successfully, but these errors were encountered: