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
Post a Comment