Fix warnings in UIExplorer example pages

Summary:Update to new package split syntax + updated ReactART to a version that has
isomorphic rendering. D3154320.

Reviewed By: spicyj

Differential Revision: D3154434

fb-gh-sync-id: 7cfae5582de9040f10f5637c8c470310f42398f3
fbshipit-source-id: 7cfae5582de9040f10f5637c8c470310f42398f3
This commit is contained in:
Sebastian Markbage
2016-04-07 21:13:12 -07:00
committed by Facebook Github Bot 3
parent 613ca14612
commit 528cf68fa0
4 changed files with 14 additions and 18 deletions

View File

@@ -16,12 +16,13 @@
*/
'use strict';
var React = require('react-native');
var React = require('react');
var ReactNative = require('react-native');
var {
StyleSheet,
Text,
View,
} = React;
} = ReactNative;
var UIExplorerBlock = React.createClass({
propTypes: {