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

Scroll didn't work when use textInput with autoFocus prop on Android! #558

Open matheuscasavechia opened 1 year ago

matheuscasavechia commented 1 year ago

The lib is configured as read.me is saying to add the setting on android manifest:Captura de Tela 2022-12-13 às 16 43 38, but the scroll didn't work in Android when i use textInput with autoFocus prop. This is the code: Captura de Tela 2022-12-13 às 16 48 04 , in the children, I have an input Component that use a textInput with autoFocus.

But when the textinput receive focus when is touched, they work correctly.