birdofpreyru / react-native-static-server

Embedded HTTP server for React Native
https://dr.pogodin.studio/docs/react-native-static-server
Other
142 stars 22 forks source link

Increasing the reach of this package and saving developers time #55

Closed qwertynik closed 1 year ago

qwertynik commented 1 year ago

Running a static server on a mobile app isn't a fringe use-case. Therefore, having a solid package to accomplish the same is essential. From my experience with this package so far, this does have the potential to be the package that allows adding static servers to apps. However, react-native-webview currently links to a non-working package (or perhaps difficult to setup). To save developers from wasting their time searching for a working package and to increase the reach and perhaps the quality of this package - with more community contribution, created this PR. Upvoting in the PR should lead to a better experience.

birdofpreyru commented 1 year ago

Cool! A huge thanks @qwertynik !

qwertynik commented 1 year ago

No problem. You deserve much bigger thanks for forking the repo, resolving issues, and creating this package🏗

birdofpreyru commented 1 year ago

Closing, as it does not imply any clear further actions for the library.

qwertynik commented 1 year ago

@birdofpreyru This is now a part of the react-native-webview documentation 👍. Hopefully, developers searching for ways to run servers on their apps, have it easier.