kirillzyusko / react-native-keyboard-controller

Keyboard manager which works in identical way on both iOS and Android
https://kirillzyusko.github.io/react-native-keyboard-controller/
MIT License
1.4k stars 55 forks source link

fix: export component props #424

Closed kirillzyusko closed 2 months ago

kirillzyusko commented 2 months ago

📜 Description

Exported props for all components, including:

💡 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

🤔 How Has This Been Tested?

Tested via CI 😁

📸 Screenshots (if appropriate):

image

📝 Checklist

github-actions[bot] commented 2 months ago

📊 Package size report

Current size Target Size Difference
127408 bytes 127147 bytes 261 bytes 📈