All Projects → tradle → react-native-http

tradle / react-native-http

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT LICENSE_HTTP_BROWSERIFY
node's http module, but for React Native

@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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].