[add] Update components with native methods

Hack in touch event normalization within `View` to produce events that
contain `pageX`, `pageY` for React Native compatibility.
This commit is contained in:
Nicolas Gallagher
2016-02-22 16:41:50 -08:00
parent 267a9b55bf
commit 4845de5cb5
14 changed files with 196 additions and 31 deletions
+3
View File
@@ -3,5 +3,8 @@
"es2015",
"stage-1",
"react"
],
"plugins": [
"transform-decorators-legacy"
]
}