rnhttpserver
js
A http server for react native that serves files from a `www` directory in your bundle. Nice when you: - want to load things into WebViews with 'http://' (instead of 'file://') - want to use 'networked' images
Version 0.0.4
Keywords
react-nativehttpserverios
<script type="module"> import rnhttpserver from 'https://cdn.jsdelivr.net/npm/rnhttpserver@0.0.4/+esm' </script>