reactjs - React.addons in React Native -


is possible use react.addons in react native, listed on https://facebook.github.io/react/docs/addons.html.

especially react.addons.linkedstatemixin?

yup, make sure use react-with-addons.js (or minified version), , default react.js.

for example, if seen in this gist, can have line var react = require('react-native/addons'); include react-native add ons.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -