react-native-true-sheet icon indicating copy to clipboard operation
react-native-true-sheet copied to clipboard

How to Scroll to TextInput inside sheet

Open ljukas opened this issue 1 year ago • 1 comments

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.

ljukas avatar Aug 02 '24 07:08 ljukas

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

ponikar avatar Dec 10 '24 17:12 ponikar