checkout new branch for touch events support

This commit is contained in:
Horcrux
2016-05-14 09:52:14 +08:00
parent ddb317e485
commit 1f7a908406
19 changed files with 28 additions and 21 deletions

View File

@@ -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,