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
this fixed the problem for me, at least when the size change, it changes with animation
import{BottomSheetModalProvider}from'@gorhom/bottom-sheet';import{KeyboardAvoidingView}from'react-native-keyboard-controller';<KeyboardAvoidingViewbehavior="height"style={{flex: 1,// with position absolute if there is a problem of padding }}><BottomSheetModalProvider>{children}</BottomSheetModalProvider></KeyboardAvoidingView>
Bug
There is just one snapPoint, but when the keyboard is opened the height of the modal is increasing.
Environment info
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code
IMG_4925.MOV
The text was updated successfully, but these errors were encountered: