react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
## Description DateTimePicker support confirm/cancel button props. ## Changelog DateTimePicker support confirm/cancel button props. ## Additional info MADS-4298
## Description Type of TextField's `validate` prop is too generic. We know it will be invoked with a string and needs to return a boolean value ## Changelog - `TextField`...
## Description Dependencies Graph ## Changelog None ## Additional info None
bugfix: remove TabController.TabBar defaultProps, use JavaScript default parameters instead. ## Description ``` remove code: TabBar.defaultProps = { labelStyle: DEFAULT_LABEL_STYLE, selectedLabelStyle: DEFAULT_SELECTED_LABEL_STYLE, faderProps: DEFAULT_FADER_PROPS, spreadItems: true }; use parameters instead: const...
## Description ### Related to - [✅] Components - [ ] Demo - [ ] Docs - [ ] Typings ### Steps to reproduce #### Expected behavior #### Actual behavior...
## 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
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
The npm i command not create the folders /ios and /android inside /node_modules/react-native-ui-lib/lib That´s provoque the error "Invariant Violation: requireNativeComponent: "HighlighterView" was not found in the UIManager." when the screen...
## Description When creating a Picker and not using the 'migrate' flag, there's a warning about using the 'migration' prop. Probably wrong check, as passing migrate=false does not trigger the...