react-native-static-server icon indicating copy to clipboard operation
react-native-static-server copied to clipboard

Embedded HTTP server for React Native

Results 20 react-native-static-server issues
Sort by recently updated
recently updated
newest added

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...

P4
On Hold
Expo

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...

On Hold
P1
Expo

const prepareAssets = async () => { try { const fileDir = resolveAssetsPath('webroot'); const filePath = fileDir + '/index.html'; if (Platform.OS === 'ios') { await modifyContent(filePath); } if (Platform.OS ===...

On Hold
P1
In Progress

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")...

P3

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...

P4
On Hold

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)`....

On Hold
P1

See: https://github.com/birdofpreyru/react-native-static-server/issues/29#issuecomment-2611766753

P2

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...

On Hold
P1
Windows

See https://github.com/react-native-community/directory

P3