v2.1.3
Bug Fix
- Fix form fields not displaying on Android: Changed
KeyboardAvoidingViewbehavior from"height"toundefinedon Android. Thebehavior="height"was causing the container to collapse and hide form fields (including title prompts). Usingundefinedlets Android's nativewindowSoftInputModehandle keyboard avoidance properly.
This is a follow-up fix to v2.1.2 which partially addressed the issue.