New release which renames properties for KeyboardGestureArea
component:
- allowToShowKeyboardFromHiddenStateBySwipeUp
+ showOnSwipeUp
- allowToDragKeyboardFromShownStateBySwipes
+ enableSwipeToDismiss
I know it's a breaking change and should be published as 2.0.0
, but I hardly believe that anyone already started to use a new functionality of the library since the release has been made only 12 hours ago 🙃 (anyway, sorry for any inconvenience caused).
🔢 Miscellaneous
- short names for KeyboardGestureArea component props (de64105)