mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 05:51:47 +00:00
React API must be now required from react package
This commit is contained in:
+1
-3
@@ -1,6 +1,4 @@
|
||||
import {
|
||||
PropTypes
|
||||
} from 'react-native';
|
||||
import {PropTypes} from 'react';
|
||||
import Shape, {CIRCLE} from './Shape';
|
||||
import {circleProps, pathProps, fillProps, strokeProps} from '../lib/props';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user