Invalid hook call on RNPickerSelect – React native
I am building my first react-native app for both android and IOS. In order for my app to function, I need to use RNPickerSelect. But for some reason when I try to do <RNPickerSelect onValueChange={(value) => setOrgin(value)} value={orgin} useNativeAndroidPickerStyle={false} items={countries}…