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:
+1
-3
@@ -1,6 +1,4 @@
|
||||
import {
|
||||
PropTypes
|
||||
} from 'react-native';
|
||||
import {PropTypes} from 'react';
|
||||
import Shape, {RECT} from './Shape';
|
||||
import {rectProps, pathProps, fillProps, strokeProps} from '../lib/props';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user