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

keep keyboard open when clicks out of TextInput #543

Open MarufSharifi opened 2 years ago

MarufSharifi commented 2 years ago

I have problem with keyboard, when i click the button to show password the TextInput get blur, and hide the keyboard. i want to keep keyboard open when the button clicks. i have found a workaround it works well with ios but doesn't work with android? is it a public problem? what should i do?

The full example code is here

https://snack.expo.dev/@marufsharifi/cranky-carrot