-
Hello.
My question is, since we don't want have any delay before showing bottom sheet and we have to use BottomSheetModal (we have some tab navigators that should be under bottom sheet), then where should we call In first approach where we call Any Idea? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
@theMasix I see your post is from May 2nd. Have you found any solution to your delay issue? We are experiencing the same issue. There is a bit of delay before BottomSheetModal is presented. |
Beta Was this translation helpful? Give feedback.
-
I completely solved the issue by using don't know why the |
Beta Was this translation helpful? Give feedback.
I completely solved the issue by using
gorhom/react-native-portal
instead ofBottomSheetModal
component.don't know why the
BottomSheetModal
has some delay on mount!