Abhishek Kumar Kushwaha

Results 5 comments of Abhishek Kumar Kushwaha

> just close debugging tab in your browser and **turn off Debug JS Remotely** worked for me, just close debugger on browser .

Upgarde your stack and native dependencies in package.json to the latest, issue will be resolved.

ok so I recently worked on it and got to found that **_### iOS_** returns null after connecting to internet for about 100ms and then returns value as true ,...

> @DevNomadAbhi How do you retrigger the useEffect with your code like this ` ``` let {isConnected} = useNetInfo(); useEffect(() => { if (isIOS) { if (isConnected === null) {...