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

right icon no show

Open slsasa opened this issue 3 years ago • 5 comments

slsasa avatar Nov 17 '21 23:11 slsasa

check if you have "react-native-vector-icons" package installed or not.

vikramkaldoke avatar May 30 '22 08:05 vikramkaldoke

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

Here a comparison of the two dropdowns taken from the example project in this repo versus the TextInput above

VariabileAleatoria avatar Nov 01 '22 09:11 VariabileAleatoria

how we can change right icon?

ManishAdglobal360 avatar Nov 24 '22 18:11 ManishAdglobal360

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?

robin-farmx avatar Aug 09 '23 00:08 robin-farmx

See: https://github.com/fateh999/react-native-paper-dropdown/issues/91

robin-farmx avatar Aug 09 '23 00:08 robin-farmx