react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
## Description Overlay component fix borderRadius, when using Image component with overlayType and borderRadius the Overlay is covering the Image and leaks out. Wrapping the Overlay with View with style...
## Description Upgrading to latest of react native and expo, I get this with RNUI ActionSheet ### Related to - [ ] Components ## More Info ### Screenshots/Video  ###...
## Description After upgrading to new architecture + hermes, I've encountered a bug where the `renderContent` component changing height (while keyboard is open) causes the component to stop being rendered....
## Description If you use rn-ui-lib with NativeWind (Tailwind CSS), TextField not work with error: ``` ERROR TypeError: right operand of 'in' is not an object This error is located...
## Description ## Changelog ## Additional info
## Description Button render Image as `iconSource`. Button support image source type for icon in web, if the type isn't string (object and etc) it will render Image. ## Changelog...
## Description I'm launching my App with the use of "react-native-ui-lib": "~5.22.0" and getting the following exception on launch:  The application throws a TypeError when attempting to...
## Description SegmentedControl does not work as expected - strange dot in the center and selected segment is not highlighted properly. ### Related to - [x] Demo ### Steps to...
## Description KeyboardAwareInsetsView - add 'offset' prop to control the offset of the pushed content Usage: `````` ## Changelog KeyboardAwareInsetsView - add 'offset' prop to control the offset of the...
## Description fix: Picker: cannot read property 'value' of undefined ## Changelog Add an extra ? for optional chaining solved this issue ## Additional info fixes: #2936