alwx / react-native-http-bridge

HTTP server for React Native
122 stars 79 forks source link

IOS crash fix #24

Open babeone opened 4 years ago

babeone commented 4 years ago

Now the library work on IOS too using GCDWebServer as dependency.

dotemacs commented 4 years ago

Thanks for doing this fix @babeone !

If anybody else stumbles upon this, to save yourself some time, just:

npm install https://github.com/babeone/react-native-http-bridge.git

@alwx please consider this PR and thanks for your work on this package.

Alwinator commented 1 year ago

@babeone @dotemacs Thank you for your contributions! I habe added your improvements to my new repo: react-native-http-bridge-refurbished

So, use the following for a maintained version:

npm install --save react-native-http-bridge-refurbished