Ryan DMello
Ryan DMello
> Okey,so > in node_modules/react-native-modal-dropdown/component/ModalDropdown.js > > Remove > `import ListView from from 'react-native';` > > Add > `import ListView from "deprecated-react-native-listview";` Thanks man, this worked out for me
> @ioolkos changing to SWC protocol trully helped to reduce CPU usage and increase connection rate after restart. > > Now with SWC this error appears pretty often (this appears...
Any update on this?
Did anyone find any workaround ?
``` MainDropDown = () => { return ( ...... ..... ..... ); }; ``` Currently MainDropDown is a function present in the same class so I don't need to pass...