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.
source
share