react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
## Description After upgrading to Expo SDK 54 and react native 19, Progress bar is giving an error : [TypeError: Cannot read property 'props' of undefined] on line ...extractAccessibilityProps() in...
## Description Currently, when `WheelPicker` Picker items are provided as `Picker.Item` children, the item's `testID` prop is not passed to the picker items, which making it hard to test. This...
## Description The change has been done to fix the error: "Warning: TypeError: _reactNative.BackHandler.removeEventListener is not a function (it is undefined)" that is happening using react native version 0.77.2. Added...
## Description When using TabController in React Native project, it always show a WARN message: ``` (NOBRIDGE) WARN [Reanimated] Reading from `value` during component render. Please ensure that you do...
## Description I get error/warning "Warning: Hint: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead". This issue appears to...
## Description Hi! I've been using your library for a while now, and it has been really helpful for my team, allowing us to build really good mobile apps. However,...
## Description Added callback to detect when SortableList item starts or finishes dragging. ## Changelog SortableList - Add onDragStart/End callback ## Additional info None