mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-27 04:32:57 +00:00
React API must be now required from react package
This commit is contained in:
+2
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user