react-native-netinfo icon indicating copy to clipboard operation
react-native-netinfo copied to clipboard

RNCNetinfo is null in windows uwp

Open SelvaraniAlagumuthu opened this issue 5 years ago • 7 comments

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.

SelvaraniAlagumuthu avatar Feb 18 '20 16:02 SelvaraniAlagumuthu

@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.

matt-oakes avatar Feb 21 '20 08:02 matt-oakes

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 avatar Oct 19 '20 12:10 mandrigin

@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

mikehardy avatar Oct 19 '20 16:10 mikehardy

I'm also running into this. Manual linking has failed for me unfortunately.

harrisrobin avatar Jan 28 '21 02:01 harrisrobin

I'm also running into this. Manual linking has failed for me unfortunately.

same here

mdbaniani avatar Apr 28 '21 16:04 mdbaniani

Same problem. I tried linking it manually, but I could not compile it after that.

petr7555 avatar Apr 30 '21 15:04 petr7555

same here

kobagapu avatar Sep 07 '21 12:09 kobagapu