I’m working on a React Native project where we use react-native-static-server
to run a local HTTP server for hosting a locally saved HTML file and loading resources like CSS, JPG, and JS files. We’re now migrating to Expo and need an alternative to react-native-static-server
that works with Expo without requiring us to eject from Expo. Can anyone recommend a solution or approach for running a local web server within an Expo-managed workflow?