-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 📜 Description Exported props for all components, including: - `KeyboardAvoidingView`; - `KeyboardStcikyView`; - `KeyboardAwareScrollView`; - `KeyboardToolbar`. ## 💡 Motivation and Context Sometimes people need to wrap components into additional methods (for example `createBottomSheetScrollableComponent`) and it requires to know which props component is consuming. Before devs had to copy/paste the props, but this is not a good from code duplication and consistency perspective. So in this PR I'm exporting props for remaining components (`KeyboardToolbarProps` were already exported). ## 📢 Changelog ### JS - export props for `KeyboardAvoidingView`; - export props for `KeyboardStickyView`; - export props for `KeyboardAwareScrollView`; ## 🤔 How Has This Been Tested? Tested via CI 😁 ## 📸 Screenshots (if appropriate): <img width="910" alt="image" src="https://github.com/kirillzyusko/react-native-keyboard-controller/assets/22820318/cb823852-6d41-484d-8afe-3dc8900f2172"> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information
1 parent
a3538f9
commit 6ffa49d
Showing
5 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters