react-native-iwg-server
v1.0.20
Published
TODO
Downloads
2
Readme
react-native-http-server
Getting started
$ npm install react-native-http-server --save
Mostly automatic installation
$ react-native link react-native-http-server
Usage
import HttpServer from 'react-native-http-server';
// TODO: What to do with the module?
HttpServer;