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

Build React Native apps with Webpack

Results 11 react-native-webpack-server issues
Sort by recently updated
recently updated
newest added

Hello, I'm facing a problem when using `npm run hot` that I don't have if I use `npm start` My simulator stay on the loading screen: `Loading from localhost:8080`. Here...

Just as the title, I can't get the business bundle from server port 8082. There isn't a bundle JS file at the output path according to webpack.config.js file, so how...

openStackFrameInEditorMiddleware must have args when react-native>=0.30.0

Hey guys, I've tried to keep RNWS up-to-date and not broken in the past weeks, but unfortunately I can't dedicate much time to it these days since I'm no longer...

New in [email protected]: when using the Chrome debugger, the app bundle is now run **inside a [web worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers)**: https://github.com/facebook/react-native/pull/1632, https://github.com/facebook/react-native/commit/8db35d492b846f51a758e8ee7e5e402c6bad3785 This means that an app bundle built with webpack's [hot...

@mjohnston hi , tkank you for the great work~ here i just give some suggestions: 1) when start rnws first time , we can write the ( from package.json) externals...

Using the install and setup steps from the readme, I get an error when building from xcode: ``` react-native bundle --entry-file index.ios.js --platform ios --dev true --bundle-output /Users/jblanchard/Library/Developer/Xcode/DerivedData/roombookingui-ejmsxsvpbrmzpueyoekrkqlfcojv/Build/Products/Debug-iphonesimulator/roombookingui.app/main.jsbundle --assets-dest /Users/jblanchard/Library/Developer/Xcode/DerivedData/roombookingui-ejmsxsvpbrmzpueyoekrkqlfcojv/Build/Products/Debug-iphonesimulator/roombookingui.app...

To reduce some confusion that some users have had, we should add usage of 3rd-party RN module(s) like [react-native-camera](https://github.com/lwansbrough/react-native-camera) to an example project.

Since RN 0.14 [static images can be required from within project files](https://facebook.github.io/react-native/docs/images.html#static-image-resources), however this requires an [additional build step in Xcode](https://facebook.github.io/react-native/docs/upgrading.html#from-0-13-to-0-14) which bundles the index.ios.js file complete with all other...