alwx / react-native-http-bridge

HTTP server for React Native
118 stars 78 forks source link

WIP: update for macOS #2

Open ptmt opened 7 years ago

ptmt commented 7 years ago

The idea is getting the plugin for a desktop version of react-native for macOS. Since there is no difference in the code needed to achieve that, it only needs the new specific target and Xcode nicely allows to do that.

This works but has a breaking change on the JS-side (ES modules).