react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
## Description Create an imperative API for TabController for setting tab imperatively ## Changelog Create an imperative API for TabController for setting tab imperatively
## Description ### Related to - [ ] Components - [x] Demo - [ ] Docs - [ ] Typings ### Steps to reproduce #### Expected behavior It can work...
## Description Changed the demo screen app according to the new design. ## Changelog Changed the demo screen app according to the new design.
```diff project.ext.react = [ + bundleInDebug: true, - entryFile: "index.js", + entryFile: "demo.js", enableHermes: true, // clean and rebuild if changing ] ``` ## Description when open `bundleInDebug: true`, the...
## Description Improving performance of TextField, by optimizing ValidationMessage *Enter description to help the reviewer understand what's the change about...* ## Changelog * Defer calculation of validation message only when...
## Description Fixes range slider to allow initial min and max thumb positions. The prior implementation always sets the initial thumb positions to the track min and max values which...
## Description Add a function on the slider component to be able to reset the slider values for single and range slider. Usage: ``` import Slider from 'react-native-ui-lib/slider'; ... const...
The range slider thumbs exhibited an arbitrary gap when they are moved next to each other. This gap should be zero so that the selected range is n..n (e.g. 10..10)...
I am able to run demo app on emulator by running 'npm run ios' successfully following steps from docs but when I am trying to run demo app on device...
## Description If there are more than one line of chips on the Incubator.ChipsInput input the chips overlap with the component below. ### Related to - [*] Components - [...