react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
How to change label text?
in my dropdown list i have strings like this 'PZ - Potenza', and I want to show only the first 2 letters 'PZ', how can i do that? I tried to use useState for my value but i doesn't work.