react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
## Description copy native folders to demo app ## Changelog copy native folders to demo app ## Additional info copy native folders to demo app
## Issue I am running the demos, and the Incubator.Diaglog Screen. I get the following error: ERROR Error: GestureDetector must be used as a descendant of GestureHandlerRootView. Otherwise the gestures...
I noticed that on Android setting `bla bla` makes the text bold on iOS but not on Android. Is this a bug?
## Description ### Related to Unfortunately there is no mention of this online, I tried very hard to find it. ### Steps to reproduce ``` const [templates, setTemplates] = useState([])...
## Description When using the prop `abs` with TypeScript, it throw an error: ``` Property 'abs' does not exist on type 'IntrinsicAttributes & ViewProps & RefAttributes' ``` ### Related to...
## Description There is a bug where when I pass a custom header component to the `renderTitle` prop the focus order is incorrect. When the sheet opens the focus is...
Does the Avatar image component use any caching like https://github.com/georstat/react-native-image-cache ? And is it possible to add some cache?
## Description When using the "useWheelPicker"={true}, all the style for the topBar disappear ### Related to - [x] Components - [ ] Demo - [ ] Docs - [ ]...
## Description Already reported by #2336 with a fix PR #2337. The two of them are closed because of the Stale bot. This is still a problem. ### Related to...
## Description I might be using it wrong but as soon as i use the following simple configuration, both thumbs are placed at the start of the slider: ```jsx ```...