/kasv-expo

Expo + react-native-keyboard-aware-scroll-view with Android Support

Primary LanguageJavaScript

This project was bootstrapped with Create React Native App.

What?

How to scroll to inputs on Android when using Expo and react-native-keyboard-aware-scroll-view (KASV).

How?

See App.js.

Why?

  • React Native's KeyboardAvoidingView is generally unstable.
  • Android support was recently added to KASV.
  • Currently, windowSoftInputMode in AndroidManifest.xml is set to adjustResize and cannot be changed without detaching from Expo (which you probably don't want to do).

If anyone knows a better way to accomplish this (with or without KASV) please let me know!