You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Native has moved NetInfo from core to community. But this package import it from core react-native, that causes the problem.
To solve this import NetInfo from @react-native-community/netinfo in Meteor.js file of this package.
returns Cannot read property 'isConnected' of undefined
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-meteor": "^1.4.0"
The text was updated successfully, but these errors were encountered: