react-native-web-hello-world icon indicating copy to clipboard operation
react-native-web-hello-world copied to clipboard

An example HelloWorld app that shares code between React Web and React Native

Results 9 react-native-web-hello-world issues
Sort by recently updated
recently updated
newest added

Updated repo with up to date latest dependencies. Check package.json for more details. fixed webpack prod file.

**logcat:** ` 12-02 14:28:45.652 10315-10315/? I/art: Not late-enabling -Xcheck:jni (already on) 12-02 14:28:45.652 10315-10315/? W/art: Unexpected CPU variant for X86 using defaults: x86 12-02 14:28:45.764 10315-10315/com.reactnativewebhelloworld D/AndroidRuntime: Shutting down VM...

I noticed some npm packages do not transpile to ES5, so I needed webpack v2 to handle this. So I upgraded webpack to version 2 in preparation for [react-hot-loader v3](https://github.com/gaearon/react-hot-loader)...

Hello! I really appreciate for this awesome boilerplate. When I save less-file it triggers reloading page, but i'm newbie in webpack, and don't know how to enable only-css-reload by save.

When I save actions.js file, page reloads with no changes. Only pressing "reload"-button or ctrl+R implements changes. Also, i think, you should rename actions.js and Constants.js to index.js both. Thanx...