Skip to content

Releases: mateusz1913/react-native-avoid-softinput

Release 3.1.5

27 Feb 08:34
Compare
Choose a tag to compare

3.1.5 (2023-02-27)

Bug Fixes

  • #149: offset not removed when interacting with iOS password inputs (#152) (2c9a509), closes #149

Release 3.1.4

15 Feb 10:48
Compare
Choose a tag to compare

3.1.4 (2023-02-15)

Bug Fixes

  • android scrollview will scroll to 0 when unfocused (#150) (ccab20b)

Release 3.1.3

06 Feb 19:17
Compare
Choose a tag to compare

3.1.3 (2023-02-06)

Release 3.1.2

03 Feb 08:37
Compare
Choose a tag to compare

3.1.2 (2023-02-03)

Bug Fixes

Release 3.1.1

30 Jan 08:55
Compare
Choose a tag to compare

3.1.1 (2023-01-30)

Bug Fixes

Release 3.1.0

29 Jan 21:54
Compare
Choose a tag to compare

3.1.0 (2023-01-29)

Features

  • support React Native 0.71
  • simplified iOS implementation

Bug Fixes

Release 3.0.4

15 Dec 14:13
Compare
Choose a tag to compare

3.0.4 (2022-12-15)

Bug Fixes

  • fix native crash when the subviews array is empty (#132) (6f00afd)

Release 3.0.3

08 Dec 23:02
Compare
Choose a tag to compare

3.0.3 (2022-12-08)

Release 3.0.2

10 Oct 15:22
Compare
Choose a tag to compare

3.0.2 (2022-10-10)

Release 3.0.1

29 Sep 19:29
Compare
Choose a tag to compare

3.0.1 (2022-09-29)

Bug Fixes

  • #86: applied offset being rarely removed from incorrect root view (#113) (c9bd1ec), closes #86