fetch-on-connect
v1.0.1
Published
request in react-native when connection is available
Downloads
4
Readme
fetch-on-connect
Requests in react-native when connection is available
Usage
import fetch from 'fetch-on-connect';
fetch('https://randomapi.com/api/6de6abfedb24f889e0b5f675edc50deb?fmt=raw&sole')
.then((res) => { /* do your magic */ });