lodev09 / react-native-true-sheet

The true native bottom sheet experience 💩
https://sheet.lodev09.com
MIT License
394 stars 12 forks source link

How to Scroll to TextInput inside sheet #77

Open ljukas opened 1 month ago

ljukas commented 1 month ago

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.