wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.59k stars 717 forks source link

Fix/picker new dialog usage of topbar #3236

Closed adids1221 closed 2 months ago

adids1221 commented 3 months ago

Description

Picker shouldn't render Modal.TopBar when using the new Dialog. New usePickerDialogProps hook to combing the default props of the Dialog with the custom props the user sent.

Changelog

Fix Picker shouldn't render Modal.TopBar when using the new Dialog.

Additional info

N/A