Biju Chandran

Results 1 issues of Biju Chandran

I use Netinfo to monitor network connectivity and subscribe/unsubscribe to branch when the network connects/disconnects. The code snippet is here: ``` async componentDidMount() { const netState = await NetInfo.fetch(); if(netState.isConnected...