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 React will stop support `defaultProps` in feature major release warning. Migrate `defaultProps` to parameter props for: `Dash, DialogDismissibleView, Icon, Picker, StackAggregator`. Related React docs [link](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops) ## Changelog Functional...

## Description Changed `color` props type from `string` to `react-native - ColorValue` type. The `ColorValue` support `OpaqueColorValue` which support platform colors and dynamic colors. Currently with `string` type we don't...

## Description Docs playground (`live-code`) device wrapper to simulate `Mobile or Tablet` device. In the `buildDocs` script wrapping the component snippet with the `MobileDeviceWrapper` that changes the size of the...

docs

## Description I am currently using react navigation as my navigation, and the root view is react navigation's bootom tabs. If the bootom tabs page uses react native ui lib's...

bug

## Description I copied the example picker from the Demo app but unfortunately searching doesnt appear to work. Im using Expo Go incase that might be an issue. ### Related...

bug
waiting for release

## Description I ran into a problem. Warning: IGNORE: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. To use...

bug

Our RN app of which we want to create a web version from fails to serve due to `DynamicFonts` using `react-native-fs`. ``` ➜ momo-app git:(staging) ✗ yarn web yarn run...

bug
web

## Description The code below renders correctly in the web and I am able to scroll between them and move to the page corresponding to the item in the TabBar...

bug
waiting-for-response

## Description I know it's a huge PR, I suggest going over it by commits - General upgrade changes - 892899e - Android upgrade changes - 9a68de6 - iOS upgrade...

Do Not Merge!

## Description Picker Dialog validation feature. New `UsePickerDialogProps` hook to determine the default props of the dialog instead of the `index` file. `UsePickerSelection` hook handles the validation and trigger the...