react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

UI Components Library for React Native

Results 259 react-native-ui-lib issues
Sort by recently updated
recently updated
newest added

## 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 ![image](https://github.com/wix/react-native-ui-lib/assets/95462949/9de74136-c7a8-408f-be33-dfcc09ee7be7) ###...

bug

## 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....

bug

## 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: ![Screenshot_2024-04-28_at_4 16 47_PM](https://github.com/wix/react-native-ui-lib/assets/43999618/85adb6bb-caa5-4075-b36e-003e13efeffe) The application throws a TypeError when attempting to...

bug

## 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...

bug

## 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