Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:add keyboardAwareScrollView in scrollBottomOffset (#455)
## 📜 Description <!-- Describe your changes in detail --> ## 💡 Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> If there is another view under "keyboardAwareScrollView", I think the keyboard should be able to change the height to be pushed ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### JS - Added `KeyboardAwareScrollView` in **scrollBottomOffset** props ## 🤔 How Has This Been Tested? Please refer to the video below <!-- Please describe in detail how you tested your changes. --> <!-- Include details of your testing environment, and the tests you ran to --> <!-- see how your change affects other areas of the code, etc. --> ## 📸 Screenshots (if appropriate): <!-- Add screenshots/video if needed --> <!-- That would be highly appreciated if you can add how it looked before and after your changes --> Before https://github.com/kirillzyusko/react-native-keyboard-controller/assets/57166515/ce62642e-b251-407f-a3f2-bac94869f03a After https://github.com/kirillzyusko/react-native-keyboard-controller/assets/57166515/58134068-eaa7-47d4-af76-e5dcd80a4d11 ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed --------- Co-authored-by: kirillzyusko <zyusko.kirik@gmail.com>
- Loading branch information