Releases: rlemasquerier/react-native-keyboard-scrollview
Releases · rlemasquerier/react-native-keyboard-scrollview
Release 0.2.1
Release 0.2.0
Release 0.1.4
0.1.4 (2023-11-03)
Bug Fixes
- autoscroll too much on android when refocusing an input twice (72c32c8)
0.1.3 (2023-11-03)
Bug Fixes
- apply content container style from parent (ca0c50f)
- autoscroll was not working on ios when navigating to a screen without previously dismissing the keyboard (b61f6ac)
Features
- add a second screen for testing interactions with navigation (f76a31a)
- add KeyboardScrollView (5421025)
- example app: init main usecase with text input at the bottom (8530412)
- example: add content in second screen to test with more inputs (8644871)
- wrap example app in react-navigation stack navigator (1738013)