@tradle/react-native-http

2.0.1 • Public • Published

@tradle/react-native-http

The http module from node.js, but for React Native.

Fork of http-browserify

install

npm install @tradle/react-native-http

usage

To load this module when you require('http'), ensure you have a mapping in either the "browser" or "react-native" field in your package.json:

  "browser": {
    "http": "@tradle/react-native-http"
  }

or

  "react-native": {
    "http": "@tradle/react-native-http"
  }

license

MIT

Package Sidebar

Install

npm i @tradle/react-native-http

Weekly Downloads

9,128

Version

2.0.1

License

MIT/X11

Unpacked Size

15.3 kB

Total Files

8

Last publish

Collaborators

  • spwilko
  • leichtgewicht
  • genevayngrib
  • tenaciousmv
  • pgmemk