react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
## 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...
## 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...
## 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...
## 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...
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...
## 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...
## 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...
## 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...