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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -