react-native-paper-select
react-native-paper-select copied to clipboard
Dropdown using React Native Paper TextInput, Checkbox and Dialog
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
"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 )  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: ``` >...