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
-4
@@ -1,7 +1,4 @@
|
||||
import {
|
||||
Component,
|
||||
PropTypes
|
||||
} from 'react-native';
|
||||
import {Component, PropTypes} from 'react';
|
||||
class Stop extends Component{
|
||||
static displayName = 'Stop';
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user