mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-28 04:55:12 +00:00
React API must be now required from react package
This commit is contained in:
+1
-4
@@ -1,7 +1,4 @@
|
||||
import React, {
|
||||
Component,
|
||||
PropTypes
|
||||
} from 'react-native';
|
||||
import React, {Component, PropTypes} from 'react';
|
||||
import Defs from './Defs';
|
||||
class Use extends Component{
|
||||
static displayName = 'Use';
|
||||
|
||||
Reference in New Issue
Block a user