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
The relevant code hasn't changed so it makes sense that it's still not working.
Note that I previously reported the bug here: #8469 where it details the cause and has sample code attached. Because of this, I think it makes sense to leave this closed.
The number of open RN issues grows daily so it's important to do our part and consolidate where possible.
Activity
hithacker commentedon Jul 7, 2016
I can also reproduce this with RN 0.29.0. I was running on 0.26.2 earlier and it worked fine with it. Going to try building from source and debug.
lixiaolihua commentedon Jul 7, 2016
+1
ryankask commentedon Jul 7, 2016
I've reported the same issue before: #8469
Quick workaround is to add an event handler
NetInfo.isConnected.addEventListener('change', Function.prototype)
thorbenandresen commentedon Jul 9, 2016
+1 and same issue with NetInfo.fetch().done() - always returns
unknown
knowbody commentedon Jul 11, 2016
I solved it this way:
Hamiltontx commentedon Jul 16, 2016
+1
lincwee commentedon Jul 18, 2016
we have found this bug in 0.29.2..
EastLee commentedon Jul 20, 2016
we have found this bug in 0.28
rkostrab commentedon Jul 27, 2016
0.30.0 still not working
ryankask commentedon Jul 27, 2016
The relevant code hasn't changed so it makes sense that it's still not working.
Note that I previously reported the bug here: #8469 where it details the cause and has sample code attached. Because of this, I think it makes sense to leave this closed.
The number of open RN issues grows daily so it's important to do our part and consolidate where possible.
AdityaAthavale commentedon Jul 29, 2016
I noted the same Issue today
uc-spr commentedon Aug 1, 2016
I am using 0.30.0 version , And i'm also found this error.
xing-zheng commentedon Aug 1, 2016
the same issue to me, I am using RN@0.30.0 and the fetch always return unknown.
But we can use addEventListener instead.
instead of:
152 remaining items