wix / react-native-ui-lib

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

new pickerType and headerProps prop #3119

Closed adids1221 closed 4 weeks ago

adids1221 commented 4 weeks ago

Description

New Picker prop pickerType to choose the "render" mode of the picker - 'modal, dialog, wheelPicker, custom" and according to that to pass the right type of header props. Default value 'Modal'. Deprecation of useDialog, useWheelPicker, pickerModalProps, renderCustomModal.

Note: I moved the Picker prop that are deprecated to PickerDeprecationsProps type so in v8 removing the props from PickerBaseProps will be much easier.

Changelog

New Picker prop pickerType and 'headerProps' props to choose the "render" mode of the picker.

Additional info

MADS-4187