wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

Extend react-native support #170

Closed nippur72 closed 8 years ago

nippur72 commented 8 years ago

Coming from #168, latest versions of react-native introduced a breaking change by which React (the variable) and ui components are to be loaded from different modules (respectively react and react-native).

This requires a fix in react-templates which needs to support more than one react-native version (currently it does only targets 0.9.0).