react-native-paper-dropdown
react-native-paper-dropdown copied to clipboard
right icon no show
check if you have "react-native-vector-icons" package installed or not.
Same issue, "react-native-vector-icons" is installed because if I try to render a TextInput with an icon i.e.
<TextInput
label="Password"
secureTextEntry
right={<TextInput.Icon icon="menu-up" />}
/>
It renders correctly, while the dropdown does not.
Here a comparison of the two dropdowns taken from the example project in this repo versus the TextInput above
how we can change right icon?
I am seeing the same issue with:
"react-native-paper": "^5.8.0",
"react-native-paper-dropdown": "^1.0.7",
"react-native-vector-icons": "^9.2.0",
Icons work with react native paper, but are not shown in the dropdown.
Has anyone else had success in resolving this issue?
See: https://github.com/fateh999/react-native-paper-dropdown/issues/91