mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
checkout new branch for touch events support
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
* https://github.com/facebook/react-native
|
||||
*/
|
||||
'use strict';
|
||||
import React, {
|
||||
import {
|
||||
AppRegistry,
|
||||
Component,
|
||||
StyleSheet,
|
||||
Text,
|
||||
View,
|
||||
@@ -16,6 +15,8 @@ import React, {
|
||||
Easing
|
||||
} from 'react-native';
|
||||
|
||||
import React, {Component} from 'react';
|
||||
|
||||
import {
|
||||
Svg,
|
||||
Circle,
|
||||
|
||||
Reference in New Issue
Block a user