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

Dropdown using React Native Paper TextInput, Checkbox and Dialog

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

Hi, Unfortunately, there is no testID that can be provided to enable the use of testing solutions. Is it possible to add testID support ? Cheers, Luc

help wanted

"react-native-paper": "^5.12.3", "react-native-paper-select": "^1.1.1" ERROR Warning: TextInput.Icon: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. in TextInput.Icon (created by...

I have 2 inputs 1. PaperSelect 2. TextInput from react-native-paper ( see attached screenshot ) ![image](https://github.com/user-attachments/assets/f8cc1150-ed32-486a-9115-d71b0661443b) I wanted to style the error state for PaperSelect the same as TextInput from...

We are using `src/interface/paperSelect.interface.ts` in our ci/cd pipeline to make sure that there are no unused variables etc. in our react native application. This emits the following error: ``` >...