mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-21 10:34:31 +08:00
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:
committed by
Facebook Github Bot 3
parent
613ca14612
commit
528cf68fa0
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user