mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-27 00:06:55 +00:00
4845de5cb5
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"
|
|
]
|
|
}
|