Releases: mateusz1913/react-native-avoid-softinput
Releases · mateusz1913/react-native-avoid-softinput
Release 3.1.5
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
3.1.4 (2023-02-15)
Bug Fixes
- android scrollview will scroll to 0 when unfocused (#150) (ccab20b)
Release 3.1.2
3.1.2 (2023-02-03)
Bug Fixes
Release 3.1.1
3.1.1 (2023-01-30)
Bug Fixes
Release 3.1.0
3.1.0 (2023-01-29)
Features
- support React Native 0.71
- simplified iOS implementation
Bug Fixes
Release 3.0.4
3.0.4 (2022-12-15)
Bug Fixes
- fix native crash when the subviews array is empty (#132) (6f00afd)
Release 3.0.1
3.0.1 (2022-09-29)
Bug Fixes
- #86: applied offset being rarely removed from incorrect root view (#113) (c9bd1ec), closes #86