Skip to content

Releases: iway1/react-native-keyboard-avoider

v1.1.4 - Type declarations

22 Sep 15:26
3d446aa
Compare
Choose a tag to compare

Added compiled type declarations to fix issues with props not being typed in vanilla JS projects.

v1.1.3 - types

01 Sep 23:02
1b98084
Compare
Choose a tag to compare

Fixed issue with KeyboardAvoiderView types

v1.1.2

01 Sep 23:01
b9887ab
Compare
Choose a tag to compare

Fixed issues with KeyboardAvoiderView types.

v1.1.1

30 Aug 00:45
fa735d8
Compare
Choose a tag to compare

Close animation now uses Easing.out

v1.1.0 - animationEasing prop

29 Aug 02:10
f6fffbc
Compare
Choose a tag to compare

New feature

Added animationEasing prop to all components which allows the user to specify which easing function the keyboard avoiding animation should use.

Bug fixes

  • Fixed bug where KeyboardAvoidingView would use the default extra space when animating instead of the prop extraSpace.

Package readme, cleaning.

25 Aug 00:40
Compare
Choose a tag to compare

Removed unnecessary imports from src/components/KeyboardAvoiderView.tsx, added readme to package folder.

1.0.11 - Initial Release

21 Aug 22:55
Compare
Choose a tag to compare

Initial version