react-native-static-server
react-native-static-server copied to clipboard
Embedded HTTP server for React Native
I use EAS Build which currently only works with version 0.5.5 for iOS. However, the real challenge is successfully installing the package and launching the server. I'm not sure how...
The plugin is working fine on IOS. But the server is getting crashed on Android after some time. Package JSON ``` { "name": "otg-olp-mobile-app", "version": "1.0.0", "scripts": { "start": "expo...
const prepareAssets = async () => { try { const fileDir = resolveAssetsPath('webroot'); const filePath = fileDir + '/index.html'; if (Platform.OS === 'ios') { await modifyContent(filePath); } if (Platform.OS ===...
I got this error and server was crashed, when i modifed extraConfig like below from example codes. extraConfig: ` server.modules += ("mod_expire") expire.url = ("/" => "access plus 1 seconds")...
Hi, First, thanks for maintaining this project. In my project we'll soon need to handle multiple http servers running on different ports. For now we are using a very naive...
After the upgrade from [email protected] to [email protected] (https://github.com/birdofpreyru/react-native-static-server/issues/117) the builds of [Example App](https://github.com/birdofpreyru/react-native-static-server/tree/master/example) for macOS (Catalyst) fail with the error `hermes.framework: bundle format is ambiguous (could be app or framework)`....
See: https://github.com/birdofpreyru/react-native-static-server/issues/29#issuecomment-2611766753
This is a breaking issue, as it affects all Windows apps with this library right on launch. ## Tested configurations I used a UWP (now legacy) project in React Native...