APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Custom components #503

Open Stevemoretz opened 2 years ago

Stevemoretz commented 2 years ago

Hi I'm not sure if this is already supported or not, but I would love to use a custom ScrollView or FlatList with this, that is a really useful feature because we can use for example a reanimated 2 scrollview and that would give us all the feature of reanimated2 or there is a library offering "scrollview scroll to item" which uses a custom scrollview, would be great to be able to set this up.