Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.07 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.07 KB

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!