UNPKG

react-native-netclient

Version:

A network library which provides the most fastest & efficient way to handle the HTTP request and response. It acts like a rest client and supports on both ios & android. It uses the core fetch react native API. This library follows the oops standard for a

10 lines (8 loc) 200 B
import Request from './lib/Request'; import Response from './lib/Response'; import RNETWORK from './lib/RNETWORK'; module.exports = { Request: Request, Response: Response, RNETWORK: RNETWORK }