react-native-ui-lib
react-native-ui-lib copied to clipboard
UI Components Library for React Native
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
## Description When I try to upgrade from Expo SDK 53 to SDK 54 I am getting the following output: ``` [RUN_GRADLEW] FAILURE: Build failed with an exception. [RUN_GRADLEW] *...
## Description After upgrading Reanimated 4.0, TabController cannot be used normally ### Related to - [https://github.com/wix/react-native-ui-lib/tree/master/src/components/tabController ] Components - [ ] Demo - [ ] Docs - [ ] Typings...
## Description Figma files in docs are non-existant or not publicly available ### Related to - [ ] Components - [ ] Demo - [x] Docs - [ ] Typings...
Component: Model, ColorPicker Platform: iOS React Native version: 0.80.1 react-native-ui-lib: 7.44.0 react-native-gesture-handler: 2.27.2 react-native-reanimated: 3.19.0 ## Description When using the BottomSheet (Build using Model component) component to display a color...
## Description ### Related to - [ ] Components - [ ] Demo - [ ] Docs - [ ] Typings ### Steps to reproduce #### Expected behavior Do not...
## Description When calling presentCustomInputComponent in iOS native code to display a custom keyboard, the following line in Objective-C: ```objc RCTBridge* bridge = [self.bridge valueForKey:@"parentBridge"]; ``` ### Related to -...
## Description - When using Chips Input, when the chips cause a wrap, the TextInput component inherits the resulting parent container height and overflows. - This is seemingly due to...
## Description After upgrading to iOS 26, some strange bugs appeared while using KeyboardTrackingView or KeyboardAccessoryView. 1. When hiding keyboard for the first time with interactive dismiss, a huge bottom...
## Description KeyboardTrackingView keeps offset when keyboard is hidden after back navigation. ### Related to - [x] Components - [ ] Demo - [ ] Docs - [ ] Typings...