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 prop #3115

Closed adids1221 closed 4 weeks ago

adids1221 commented 1 month ago

Description

New Picker prop pickerType to choose the "render" mode of the picker - 'modal, dialog, wheelPicker, custom". Default value 'Modal'. Deprecation of useDialog, useWheelPicker.

Changelog

New Picker prop pickerType to choose the "render" mode of the picker

Additional info

MADS-4187