react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Material Design for React Native (Android & iOS)

Results 474 react-native-paper issues
Sort by recently updated
recently updated
newest added

RN 0.73.4 ![image](https://github.com/callstack/react-native-paper/assets/66519168/b0e6bbbf-e30d-4ec8-84c8-b9d00d6d5491) ![image](https://github.com/callstack/react-native-paper/assets/66519168/b97bcb14-b538-482d-9f90-04db93d4f4ea) ![image](https://github.com/callstack/react-native-paper/assets/66519168/8fe3ac0b-d312-49f3-83a6-0f7f3b40e8b5) ![image](https://github.com/callstack/react-native-paper/assets/66519168/7ce75d5b-b6f1-4c39-89ff-032c6acb28e8)

bug

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", } ```...

bug

### 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...

bug
TextInput
BottomNavigation

### 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?...

bug
TextInput

### 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...

bug
Surface

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...

question

### 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...

bug

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...

feature request