react-native-element-dropdown icon indicating copy to clipboard operation
react-native-element-dropdown copied to clipboard

Flatlist render error: Cannot read property 'getItem' of undefined

Open lavarajallu opened this issue 2 years ago • 1 comments

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

lavarajallu avatar Jun 07 '23 18:06 lavarajallu

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, }, ],

lavarajallu avatar Jun 09 '23 05:06 lavarajallu