react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
## Description Wizard Step circleColor is being override by if the step is active, defaults to purple code ### Related to - [x] Components - [ ] Demo - [...
## Description `Picker` component with `MULTI` mode needs whole options to render their proper labels within text field ### Related to - [x] Components - [ ] Demo - [...
Picker's `useWheelPicker` modal is missing cancelLabel button even if I set it. Plus no matter how I apply styles, it is not getting it. ``` setTripType(nativePickerValue)} trailingAccessory={} containerStyle={{borderWidth: 1, borderColor:...
## Description Updating DateTimePicker to support the `dateTime` `mode`. Added `dateTimeFormat` and `dateTimeFormatter` to `DateTimePicker`. ## Changelog Updating DateTimePicker to support the `dateTime` `mode`. Added `dateTimeFormat` and `dateTimeFormatter` to `DateTimePicker`.
## Description Picker children prop deprecation. As part of the Picker refactor we are deprecating the children prop and moving to use the items prop. ## Changelog Picker children prop...
## 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 Segmented Control Form preset added. I created a "hook" that returns new props according to the preset. ## Changelog SegmentedControl - New `form` preset added. ## Additional info...
## Description TextField - new outline preset based on: https://github.com/wix/react-native-ui-lib/pull/3065 ## Changelog TextField - new outline preset ## Additional info ticket 4172
## Description Use rowGap and columnGap feature in our GridList and SortableGridList components We had issue with extra item spacing in the last row of the grid This fix the...
## Description In iOS, using v 16.0.3 and 17.4.1, confirm icon in DateTimePicker is missing. Its only fails in production, i cant reproduce the error using ExpoGo ### Related to...