react-native-static-server
react-native-static-server copied to clipboard
Embedded HTTP server for React Native
- Lighttpd upgrade (https://www.lighttpd.net/2024/4/12/1.4.76) — _done_. - React Native upgrade (https://reactnative.dev/blog/2024/04/22/release-0.74)
hi, thanks for this package. I am trying to use it in an expo app. and I got this error: `TypeError: null is not an object (evaluating 'FPStaticServer.start'` Any idea...
Somewhat related to https://github.com/birdofpreyru/react-native-static-server/issues/21 How to reproduce: - be on Android - connect to a local wifi without Internet - have cellular turned on - open a server with nonLocal:true...
adding property to lighttpd-angel COMPILE_FLAGS: -DSBIN_DIR=\"C:/Program Files (x86)/rn-static-server/sbin\" CMake Error at lighttpd1.4/scripts/cmake/LighttpdMacros.cmake:37 (foreach): Syntax error in cmake code at D:/project/screenpublishapp/node_modules/@dr.pogodin/react-native-static-server/lighttpd1.4/scripts/cmake/LighttpdMacros.cmake:37 when parsing string Process failed because: %1 不是有效的 Win32 应用程序。for...
Thanks for your work. i tried building the library on windows/ android and first got the error "pcre2.h couldn't be found" i also tried settings the "-DWITH_PCRE2=OFF" intro the build.gradle,...
Hi, thank you for fixing this project! How to reproduce this error: Just use FlatList and this project with the recommended plugin @babel/plugin-proposal-private-methods. Here are two issues from stackoverflow (FYI:...
Figure out how to validate the library and / or its Example App for Windows App Store (it looks like host apps having no other issues do pass the validation...
Hello! I'm trying to setup this library on a Expo pre-build project. However, when importing the library I am seeing the following TypeScript error. Not to sure where to even...
The pod currently seem to only support iOS, is tvOS support planned?
IOS server starts up when I'm on Wi-Fi and works, but when I'm on mobile data I can't start the server and I get a message that the server cannot...