React API must be now required from react package

This commit is contained in:
chunghe
2016-05-12 13:04:04 +08:00
parent 04e0858ba7
commit 4af7dc664b
25 changed files with 31 additions and 98 deletions
+2 -8
View File
@@ -1,11 +1,5 @@
import React, {
Component,
PropTypes,
Children,
cloneElement,
View,
requireNativeComponent
} from 'react-native';
import React, {Children, Component, cloneElement, PropTypes} from 'react';
import {View, requireNativeComponent} from "react-native";
import ViewBox from './ViewBox';
// Svg - Root node of all Svg elements