react-native-netinfo
react-native-netinfo copied to clipboard
RNCNetinfo is null in windows uwp
Hi i used @react-native-community/netinfo version 3.2.1 "react": "16.8.3", "react-native": "0.59.10", "@react-native-community/netinfo": "3.2.1", i just try with manual and auto link alos. but in windows emulator i am getting RNCNetinfo is null for fix run react-native link like the error message is coming.
Could you please help me i want this netinfo for all android, ios and windows platform.
@sbeca would you be able to help with this? I’ve not used RN on Windows and you did the originally implementation for this library.
It looks like that with the recent react-native-windows I can't even compile this module (in C#). C++ implementation seems up to date, but I'd like to have a C# implementation...
@mandrigin
I believe in the react-native-windows ecosystem C# is dead and C++ is the future. If I further intuit correctly that maintainer time is the real bottleneck in all these modules and supporting multiple implementations splits maintainer time, C++ is the only way forward.
Basis for my reasoning, maintainership of react-native-device-info and a similar PR we did v6 there: https://github.com/react-native-device-info/react-native-device-info/blob/master/CHANGELOG.md#600
I'm also running into this. Manual linking has failed for me unfortunately.
I'm also running into this. Manual linking has failed for me unfortunately.
same here
Same problem. I tried linking it manually, but I could not compile it after that.
same here