pH200 / cycle-react

Rx functional interface to Facebook's React
MIT License
370 stars 18 forks source link

React Native #15

Closed cem2ran closed 9 years ago

cem2ran commented 9 years ago

Adding support for React Native was quite trivial. Not sure if it should exist as a separate project or not.

pH200 commented 9 years ago

Awesome! I'm thinking that we can use the trick from redux such as separating redux/react and redux/react-native. And then we can remove the peer dependencies of React and React-Native from Cycle-React.

pH200 commented 9 years ago

Merged. So now it's cycle-react for React and cycle-react/native for React Native with no explicit peer dependencies. We may be going to put the dependency back once React 0.14 has been released. Thanks again for the PR!