mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 14:50:43 +00:00
Merge pull request #336 from timrc/gh331-prop-types-deprecated
Replaced React and RN PropTypes with prop-types package
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import React, {
|
||||
Component,
|
||||
PropTypes
|
||||
Component
|
||||
} from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import {
|
||||
ViewPropTypes,
|
||||
requireNativeComponent,
|
||||
|
||||
Reference in New Issue
Block a user