0.1.4 • Published 3 years ago

react-native-utils-request-api v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-utils-request-api

Getting started

$ yarn add react-native-utils-request-api

Dependencies

 yarn add rn-fetch-blob
 cd ios && pod install && cd ../

Usage

import {request, CODE} from 'react-native-utils-request-api';

request({
    domain: '<Domain>',
    url: '<Api url>',
    authorization: '<Token>',
    method: '<Method>',
    params: {},
    options: { json: true },
  })
    .toPromise()
    .then((res) => {})
    .catch((err) => {});
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago