mirror of https://github.com/tooot-app/app
Temporarily fix reanimated
https://github.com/software-mansion/react-native-reanimated/issues/2460
This commit is contained in:
parent
40a5c36bb0
commit
43d21ba417
|
@ -79,7 +79,7 @@
|
|||
"react-native-gesture-handler": "1.10.3",
|
||||
"react-native-htmlview": "0.16.0",
|
||||
"react-native-pager-view": "5.4.7",
|
||||
"react-native-reanimated": "2.3.0-beta.3",
|
||||
"react-native-reanimated": "npm:react-native-reanimated-savv@2.2.6",
|
||||
"react-native-safe-area-context": "3.3.2",
|
||||
"react-native-screens": "3.8.0",
|
||||
"react-native-svg": "12.1.1",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -1822,11 +1822,6 @@
|
|||
"@types/react" "*"
|
||||
hoist-non-react-statics "^3.3.0"
|
||||
|
||||
"@types/invariant@^2.2.35":
|
||||
version "2.2.35"
|
||||
resolved "https://registry.yarnpkg.com/@types/invariant/-/invariant-2.2.35.tgz#cd3ebf581a6557452735688d8daba6cf0bd5a3be"
|
||||
integrity sha512-DxX1V9P8zdJPYQat1gHyY0xj3efl8gnMVjiM9iCY6y27lj+PoQWkgjt8jDqmovPqULkKVpKRg8J36iQiA+EtEg==
|
||||
|
||||
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
|
||||
|
@ -6010,17 +6005,14 @@ react-native-pager-view@5.4.7:
|
|||
resolved "https://registry.yarnpkg.com/react-native-pager-view/-/react-native-pager-view-5.4.7.tgz#dce1e8aed3b5377a39c6dc05b9b6911855016f22"
|
||||
integrity sha512-9N9nUxc/fjoaI5ujdmQztgelqI8Jj0z/wxYXCO56RaTcqd1fZXnBX62QX7XJmSKSdtvd4Js6dgpobh/rernmHw==
|
||||
|
||||
react-native-reanimated@2.3.0-beta.3:
|
||||
version "2.3.0-beta.3"
|
||||
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.3.0-beta.3.tgz#1559a35ba5f5579c9fa4ba4b5bc07ec5661f2243"
|
||||
integrity sha512-gIcaBte910Yzre8krVATYsdIq96WFNnKY7dRGSobfcaUttRy+wQu7mvYk502BG3MU1CGh5pI1r31nh3LfdIMhg==
|
||||
"react-native-reanimated@npm:react-native-reanimated-savv@2.2.6":
|
||||
version "2.2.6"
|
||||
resolved "https://registry.yarnpkg.com/react-native-reanimated-savv/-/react-native-reanimated-savv-2.2.6.tgz#138a0f593d572325a3375a4545348f083ec02fc4"
|
||||
integrity sha512-fH1eT7xWOWGBBjq+NEMEWobE4meoQhqxIFi/HdPiuKBCYA0/vheAocCUMB35oHLpxFjq1w3qgdaiafXn2E4DDw==
|
||||
dependencies:
|
||||
"@babel/plugin-transform-object-assign" "^7.10.4"
|
||||
"@types/invariant" "^2.2.35"
|
||||
invariant "^2.2.4"
|
||||
lodash.isequal "^4.5.0"
|
||||
fbjs "^3.0.0"
|
||||
mockdate "^3.0.2"
|
||||
react-native-screens "^3.4.0"
|
||||
string-hash-64 "^1.0.3"
|
||||
|
||||
react-native-safe-area-context@3.3.2:
|
||||
|
@ -6028,7 +6020,7 @@ react-native-safe-area-context@3.3.2:
|
|||
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz#9549a2ce580f2374edb05e49d661258d1b8bcaed"
|
||||
integrity sha512-yOwiiPJ1rk+/nfK13eafbpW6sKW0jOnsRem2C1LPJjM3tfTof6hlvV5eWHATye3XOpu2cJ7N+HdkUvUDGwFD2Q==
|
||||
|
||||
react-native-screens@3.8.0, react-native-screens@^3.4.0:
|
||||
react-native-screens@3.8.0:
|
||||
version "3.8.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.8.0.tgz#4ec84c55a7b4a4aa9405c812978ca2ba5c0242a4"
|
||||
integrity sha512-lHrnB/elAoMJKv8O12U6BLgeup4lB6ZKJHEOVuG/D72nv/OE9wUusbou6YCB5tp3YbaSpHflPnkFmHA/vCejpw==
|
||||
|
|
Loading…
Reference in New Issue