hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

Replace TouchableOpacity with Pressable #692

Open jollypolly123 opened 10 months ago

jollypolly123 commented 10 months ago

Great component, I'm just getting this warning that TouchableOpacity is outdated when I use it; the solution is to use Pressable instead. Not sure if there would be any version conflicts with the current configs.