Selecting an Item of React Native Drop Down Picker in Class Component does not work
I am using a React Native Class Component and I want to integrate a Drop Down Picker, therefore I choosed the react-native-dropdown-picker. The Drop Down Picker is displayed properly, but choosing a value from the menu crashes my app. import…