Releases: Entidad/mendix-react-native-keyboardavoiding
Releases · Entidad/mendix-react-native-keyboardavoiding
Release list
v1.0.0
Initial release that addresses a problem with the keyboard hiding a text input on iOS devices.
Note that the widget only works if whatever it wraps has a flexible child to absorb the shrink. That's the flex: 1 requirement on the container class, and it's the difference between this widget working and appearing to do nothing.