react-native-iwg-server

TODO

Usage no npm install needed!

<script type="module">
  import reactNativeIwgServer from 'https://cdn.skypack.dev/react-native-iwg-server';
</script>

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;