react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
Strange behaviour only in release build Android
I faced strange behaviour
have android:windowSoftInputMode="adjustResize"
and it works good in dev build
with
enableOnAndroid
extraHeight=40
but have wrong behaviour in release build may be somebody knows reason ?
and is it possible to use extraHeight with
android:windowSoftInputMode="adjustResize"
?
+1 I'm also having the same issue, did you find a work around for it ?
+1, it's very strange, according documentation it's enough to use adjustResize for scrolling to focused input, but using this way my keyboard opens over focused input. When I use enableOnAndoird: true
it works.
hello Facing same issue any solution?
Did someone come up with smth?