Skip to content

v2.1.3

Choose a tag to compare

@colonelpanic8 colonelpanic8 released this 20 Jan 22:50
· 464 commits to master since this release

Bug Fix

  • Fix form fields not displaying on Android: Changed KeyboardAvoidingView behavior from "height" to undefined on Android. The behavior="height" was causing the container to collapse and hide form fields (including title prompts). Using undefined lets Android's native windowSoftInputMode handle keyboard avoidance properly.

This is a follow-up fix to v2.1.2 which partially addressed the issue.