You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 📜 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
0 commit comments