Skip to content

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

Notifications You must be signed in to change notification settings

Palisand/kasv-expo

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published