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 remove redundant useCallback in TouchableOpacity @ethanshar Originally this was done as an attempt to fix reanimated crash. It doesn't seem to be causing the crash, nevertheless it is...

## Description I am using react-native-ui-lib version 6.21.2 for my expo project. My app is working on android and iOS but not working on web. I am getting following error...

bug

## Description when trying to reset cache using yarn start reset--cache i get the warning Package react-native-ui-lib contains invalid configuration: "dependency.platforms.ios.project" is not allowed. This in the process of cleaning...

bug

## Description *Enter description to help the reviewer understand what's the change about...* ## Changelog *Add a quick message for our users about this change (include Component name, relevant props...

## Description I receive the following error when I use `KeyboardAccessoryView` in my RN app. `Invariant Violation: requireNativeComponent: "KeyboardTrackingViewTemp" was not found in the UIManager.` More details: `This error is...

bug

An issue occurred when I tried to style the `TextField` validation message. Adding a background color and some padding to the message resulted in a colored element always shown whether...

## Description New `NumberInput` component. `locale` works on Android but not on iOS, our theory is that it's related to RN-intl issues with hermes and it should be solved in...

## Description A quick PR to update the Setup link in CONTRIBUTE.md.

## Description Following the steps from the demo app https://wix.github.io/react-native-ui-lib/docs/getting-started/setup#demo-app fails ### Related to - [ ] Components - [x] Demo - [ ] Docs - [ ] Typings ###...

bug

## Description On a page where the TabController is used and displayed, it will throw a component exception after touching the go-back button. So far, the functionality of the TabController...

bug