NetInfo removed from React Native error even after upgrading to 'react-native-community/netinfo'

1.2k Views Asked by At

Invariant Violation: NetInfo has been removed from React Native. It can now be installed and imported from 'react-native-netinfo' instead of 'react-native'

Getting the above error even after updating react-native-netinfo to react-native-community/netinfo. I have also changed the imports to import NetInfo from '@react-native-community/netinfo';

enter image description here

1

There are 1 best solutions below

0
On

Stop the packager, remove your node_modules folder, and reinstall the packages yarn install, and then restart the packager.