react-native-static-server
react-native-static-server copied to clipboard
HTTP static file server for React Native
**Description** `GCDWebServer` provided the method that allows overriding the MIME types but `react-native-static-server` didn’t expose that capability, I added the optional `mimeTypeOverrides` argument to give the ability to override response’s ...
Im getting following error not able to proceed further  Here is my code ``` import React, { useRef, useState, useEffect } from 'react';...
After upgrading my project android to latest version of gradle 7 , this package is throwing following error * What went wrong: A problem occurred evaluating project ':react-native-static-server'. **> Plugin...
"react-native": "0.69.1" "react-native-static-server": "^0.5.0" Can you help me with this error * What went wrong: A problem occurred configuring project ':react-native-static-server'. > Could not resolve all files for configuration ':react-native-static-server:implementation'....
This is an important library to help React Native developers overcome common WebView limitations, but it does not appear to be actively maintained. The last closed Issue was over a...
Thanks for this server. Great work! I'm wondering if it's possible to run two servers at once. So far, it looks like if I try, even though the port property...
This PR makes some minor changes to be able to support this library on native MacOS apps if using Microsoft's [react-native-macos](https://github.com/microsoft/react-native-macos) library.
RN 0.60.0 https://github.com/futurepress/react-native-static-server#master ``` 2019-10-29 10:56:19.622075-0700 App[6646:3283839] Started StaticServer on port 8080 ================================================================= Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState] PID: 6646, TID: 3283839, Thread...