This project was bootstrapped with Create React Native App.
How to scroll to inputs on Android when using Expo and react-native-keyboard-aware-scroll-view (KASV).
See App.js
.
- React Native's
KeyboardAvoidingView
is generally unstable. - Android support was recently added to KASV.
- Currently,
windowSoftInputMode
inAndroidManifest.xml
is set toadjustResize
and cannot be changed without detaching from Expo (which you probably don't want to do).