react-native-true-sheet
react-native-true-sheet copied to clipboard
How to Scroll to TextInput inside sheet
Ive tried using various techniques such as using KeyboardAwareScrollView from react-native-keyboard-controller wihtout success.
What is the recommended approach to achieving this? Regular use case would be a design wher eyou open a modal to edit some fields and when keyboard opens the entire sheet might not fit the screen thats left so you need a scrollview and then Id like to scroll to the active text input.
Did you try Importing TexIinput from react-native-gesture-handler? This will enable gestures on the same component.
https://stackoverflow.com/questions/69183045/difference-between-textinput-from-react-native-and-react-native-gesture-handl