3.2.4 • Published 5 years ago

reason-react-native-netinfo v3.2.4

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

BuckleScript bindings to React Native NetInfo

These are BuckleScript bindings to React Native NetInfo, in Reason syntax. NetInfo has been removed in RN 0.60. This branch is currently tagged as beta due to the breaking change in RN 0.60 to use AndroidX.

All dependencies must use either the support library or AndroidX - mix and match is not allowed. Version 4.0.0 of react-native-netinfo uses AndroidX and maybe used in RN 0.60, as is, or with RN 0.59.x in conjunction with (jetifier)https://github.com/mikehardy/jetifier).

To avoid namespace clashes with the NetInfo module in reason-react-native (as would happen with open React Native), the module has been named CommunityNetInfo. In future releases, it is intended that the module be renamed NetInfo.

Version of these bindings follow that of the React Native NetInfo package.

Please visit the repo for documentation.