Adi Mordo

Results 27 issues of Adi Mordo

## Description Picker fix search when using `items` instead of `children`. usePickerSearch hook returns filteredItems now. ## Changelog Picker fix search when using `items` instead of `children`. ## Additional info...

## Description Overlay component fix borderRadius, when using Image component with overlayType and borderRadius the Overlay is covering the Image and leaks out. Wrapping the Overlay with View with style...

## Description Button render Image as `iconSource`. Button support image source type for icon in web, if the type isn't string (object and etc) it will render Image. ## Changelog...

### Describe the issue Haptic feedback on Android is vibration and doesn't feel like Haptic. Checked on Samsung devices mostly (a few Android versions same result). Also, the `Selection` type...

## Description Picker support `renderHeader` in wheel picker mode. PickerItemList file arrangment. ## Changelog Picker support `renderHeader` in wheel picker mode. ## Additional info MADS-4314

## Description DateTimePicker support confirm/cancel button props. ## Changelog DateTimePicker support confirm/cancel button props. ## Additional info MADS-4298

## 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...

## Description ## Changelog ## Additional info

## Description React will stop support `defaultProps` in feature major release warning. Migrate `defaultProps` to parameter props for: `Dash, DialogDismissibleView, Icon, Picker, StackAggregator`. Related React docs [link](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops) ## Changelog Functional...

## Description Changed `color` props type from `string` to `react-native - ColorValue` type. The `ColorValue` support `OpaqueColorValue` which support platform colors and dynamic colors. Currently with `string` type we don't...