Adi Mordo

Results 27 issues of Adi Mordo

## Description Docs playground (`live-code`) device wrapper to simulate `Mobile or Tablet` device. In the `buildDocs` script wrapping the component snippet with the `MobileDeviceWrapper` that changes the size of the...

docs

## Description Picker Dialog validation feature. New `UsePickerDialogProps` hook to determine the default props of the dialog instead of the `index` file. `UsePickerSelection` hook handles the validation and trigger the...

## Description Picker when passing `onDismiss` from `customPickerProps` the `onDismiss` getting called twice. Fix new `imperativeCloseExpandable` function to pass to `Modal` as `onDismiss` instead of going into `closeExpandable` from the...

waiting-for-response

## Description Incubator.ActionSheet ## Changelog Incubator.ActionSheet ## Additional info #3396

## Description Adds `iconBackground` property support to `backButton` options, matching the functionality available for `rightButtons` and `leftButtons`. This enables circular and rounded background shapes behind the back button icon, consistent...

## Description Adds support for rendering FloatingButton component with only the secondary button. When `secondaryButton` is provided without `button` prop, the component now renders the secondary button with horizontal layout...

## Description Adds comprehensive SVG support for the Icon component by implementing a smart mapper that translates React Native style props (like `tintColor`) into the appropriate SVG properties (fill, stroke)....