I am currently going through the React-Native tutorials. I began with the Getting Started tutorial, where I made a new react native project and successfully managed to run t
In my case i have got a different solution in case any one need
yarn remove react-native-material-dropdown
Install new packages react-native-material-dropdown-v2
yarn add react-native-material-dropdown-v2
Replace react-native-material-dropdown with react-native-material-dropdown-v2 in your code
e.g. import { Dropdown } from 'react-native-material-dropdown' to import { Dropdown } from 'react-native-material-dropdown-v2'
another thing ==========