mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-29 21:25:00 +00:00
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 {
|
||||
View,
|
||||
requireNativeComponent,
|
||||
|
||||
Reference in New Issue
Block a user