React.addons in React Native

Is it possible to use React.addons in React Native, as stated in https://facebook.imtqy.com/react/docs/addons.html .

Especially React.addons.LinkedStateMixin?

+4
source share
2 answers

Yup, just make sure that you are using react-with-addons.js(or a smaller version) and the default react.js.

For example, if in this gist , you can simply have a line var React = require('react-native/addons'); enable reaction-native with the addition.

0
source

, react ( JS , , - ) react native ( , - ). react-with-addons react, react native.

0

All Articles