mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
React API must be now required from react package
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import React, {
|
||||
Component,
|
||||
Children
|
||||
} from 'react-native';
|
||||
import React, {Children, Component} from 'react';
|
||||
import {NativeGroup} from './G';
|
||||
import {set, remove} from '../lib/extract/patterns';
|
||||
import percentToFloat from '../lib/percentToFloat';
|
||||
|
||||
Reference in New Issue
Block a user