mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-24 19:48:46 +00:00
React API must be now required from react package
This commit is contained in:
+1
-3
@@ -1,6 +1,4 @@
|
||||
import React, {
|
||||
Component
|
||||
} from 'react-native';
|
||||
import React, {Component} from 'react';
|
||||
|
||||
import G from './G';
|
||||
import extractViewbox from '../lib/extract/extractViewbox';
|
||||
|
||||
Reference in New Issue
Block a user