BottomSheet is overlapping the Content when BottomSheetTextInput onChangeText event update the variable state, basically when I write something in the input the view slides down which is weird, and only happens if I do change the variable state, which I believe causes the render which provokes this overlapping?
Bug
BottomSheet is overlapping the Content when BottomSheetTextInput onChangeText event update the variable state, basically when I write something in the input the view slides down which is weird, and only happens if I do change the variable state, which I believe causes the render which provokes this overlapping?
Anyone faced similar issue?
Video
https://user-images.githubusercontent.com/59499668/169482034-389f83c3-0c52-4b2c-8329-ee7565244e31.mp4
Environment info
"react-native": "~0.63.4", "react-native-reanimated": "^2.3.1", "@gorhom/bottom-sheet": "^4.1.5" "react-native-gesture-handler": "2.3.2",
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code
AndroidManifest.xml
android:windowSoftInputMode="adjustResize"