react-native-element-dropdown
react-native-element-dropdown copied to clipboard
Flatlist render error: Cannot read property 'getItem' of undefined
I am using this component in the simulator and Android both platforms getting this issue when I click on Drop down to select an element getting this issue
I found the problem. After removing this code from babel.config.js and removing @babel/plugin-proposal-private-methods, everything is fine. [ '@babel/plugin-proposal-private-methods', { loose: true, }, ],