[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
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = {
],
resolve: {
alias: {
'react-native': path.join(__dirname, '../dist/react-native-web')
'react-native': path.join(__dirname, '../src')
}
}
}