react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
## Description Incubator.Slider - fix 'value' updates and container flex. 1) When value updates the slider should update position. 2) Slider should render in row container. ## Changelog Incubator.Slider -...
## Description Incubator Slider - fix step interpolation to reproduce: ` ` Slider or press track to see the slider jumps. ## Changelog Incubator Slider - fix step interpolation ##...
fix: https://github.com/wix/react-native-ui-lib/issues/2696#issue-1835247503 ## Description I switched to weightKey -> weightValue. The fontWeight BO, H, and BL were not applied to Android. ## Changelog typographyPresets.ts ## Additional info const weightsMap =...
## Description Updated the `email` and `number` validators in `validator.ts` to allow empty strings. Now, empty email and number strings are considered valid. ## Motivation issue #2807 ## Changelog -...
## Description Removed the usage of getProps from the basic component driver. To get the element props we now need to use getElement().props. Changed Text driver getText to return text...
## Description [Android] ExpandableSection - fix inner component's animation not working In this case `TextField` with `floatingPlaceholder` inside `ExpandableSection` causes the `placeholder` on Android to not be shown. Credit to:...
## Description Hint - create new driver and refactor tests to it ## Changelog ## Additional info
## Description Hint passing TestID to the Text component. We should add test for this, waiting for this [PR](https://github.com/wix/react-native-ui-lib/pull/2898) to merge first to use the new driver. ## Changelog Hint...
## Description Avatar source type change, according to [this PR](https://github.com/wix/react-native-ui-lib/pull/2983). ## Changelog Avatar source type fix. ## Additional info
I am using the `KeyboardTrackingView` to attach the `TextField` to the keyboard. When I select the `TextField` it gets attached to the keyboard but it also adds an extra space...