Release 1.16.5
Resolve compilation issues on Android in certain configurations, add new behavior="translate-with-padding"
for KeyboardAvoidingView
😊
🐛 Bug fixes
- build errors for
react-native@0.78
with enabled Fabric (79b7d1f) KotlinNullnessAnnotation
warning (482212e) by @CubeSugarCheese
👍 Improvements
- new
behavior="translate-with-padding"
forKeyboardAvoidingView
(fa6d67d)