inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Use @react-native-community/netinfo (Fix for RN >=0.60) #360

Closed TheRealNate closed 4 years ago

TheRealNate commented 4 years ago

NetInfo is broken into a separate package and removed from React Native in versions >=0.60. Update the package to work with RN >=0.60.

Compatibility: I used the latest version of NetInfo, which is only compatible with RN >=0.60, so I bumped the package version and updated compatibility notes. I'm open to suggestions to allow it to still work with previous RN versions.

TheRealNate commented 4 years ago

I just noticed there were some other PRs that fix this issue. Closing this one.