10000 GitHub - ginniecodes/fetch-on-connect: Requests in react-native when connection is available
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ginniecodes/fetch-on-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 */ });

About

Requests in react-native when connection is available

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0