react-native-paper
react-native-paper copied to clipboard
Material Design for React Native (Android & iOS)
RN 0.73.4    
This PR adds a support for a trailing icon on the button component. ### Motivation The motivation mostly stems from the issue I encountered in #4324. I suppose I'm not...
### Current behaviour I have a button with a child that is a View with the following style. ```js { width: "100%", flexDirection: "row", alignItems: "center", justifyContent: "space-between", } ```...
### Motivation https://github.com/callstack/react-native-paper/pull/4150#issuecomment-1962734678 ### Test plan CI passes
### Current behaviour When navigating **screen B** from **Screen A**. **Screen B** has some text inputs (even single input). When pressing a button on **Screen A**, **Screen A** gets stuck...
### Current behaviour Delay loading in textInputs label, When we using multiple textinput in same screen. ### Expected behaviour Textinputs labels dont take time to load. ### How to reproduce?...
### Current behaviour Since upgrading to React Native 0.71.0, the following warning has been occurring ` WARN (ADVICE) View #1853 of type RCTView has a shadow set but cannot calculate...
Hi, guys. I can't test Button state changes. I have two inputs with validations, if user entered valid email and password and we have no errors login Button should become...
### Current behaviour TextInput icon has set `close-circle` but it becomes an emoji. ### Expected behaviour Show a close circle icon in solid color. ### How to reproduce? My project...
Is your feature request related to a problem? Please describe. This is not related to a problem, it's a component addition request. Describe the solution you'd like Currently Tabs component...