mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-24 04:25:27 +08:00
Hack in touch event normalization within `View` to produce events that contain `pageX`, `pageY` for React Native compatibility.
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
{
|
|
"presets": [
|
|
"es2015",
|
|
"stage-1",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"transform-decorators-legacy"
|
|
]
|
|
}
|