ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 76 forks source link

Upgrade React to 0.22 #28

Closed mk closed 8 years ago

mk commented 8 years ago

In this PR I've upgraded react to the latest stable 0.22. I've also re-added the start task since react will prompt to execute npm run start in case it's not running so I think we shouldn't change it. The old start task is now called watch.

ohanhi commented 8 years ago

Looks good!