This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "babel-plugin-module-resolver" : " ^3.2.0" ,
2020 "metro-react-native-babel-preset" : " ^0.54.0" ,
2121 "react-native" : " 0.59.5" ,
22+ "react-native-reanimated" : " ^1.1.0" ,
2223 "typescript" : " ^3.5.3"
2324 }
2425}
Original file line number Diff line number Diff line change 3232 "mobx" : [" ../node_modules/mobx" ],
3333 "mobx-react" : [" ../node_modules/mobx-react" ],
3434 "react" : [" ../node_modules/react" ],
35- "react-native" : [" ../node_modules/react-native" ]
35+ "react-native" : [" ../node_modules/react-native" ],
36+ "react-native-reanimated" : [" ../node_modules/react-native-reanimated" ]
3637 }
3738 },
3839 "include" : [" ./src" ],
Original file line number Diff line number Diff line change @@ -3565,6 +3565,11 @@ react-is@^16.8.1:
35653565 resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
35663566 integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
35673567
3568+ react-native-reanimated@^1.1.0 :
3569+ version "1.1.0"
3570+ resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.1.0.tgz#ba6864055ec3a206cdd5209a293fe653ce276206"
3571+ integrity sha512-UGDVNfvuIkMqYUx6aytSzihuzv6sWubn0MQi8dRcw7BjgezhjJnVnJ/NSOcpL3cO+Ld7lFcRX6GKcskwkHdPkw==
3572+
35683573react-native@0.59.5 :
35693574 version "0.59.5"
35703575 resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.5.tgz#79500d2885a3dc83216715e1fc6effa878ad6ea9"
Original file line number Diff line number Diff line change 6060 "react-dom" : " 16.8.6" ,
6161 "react-github-btn" : " ^1.0.5" ,
6262 "react-native" : " 0.59.9" ,
63+ "react-native-reanimated" : " ^1.1.0" ,
6364 "react-native-web" : " ^0.11.4" ,
6465 "react-test-renderer" : " ^16.8.6" ,
6566 "release-it" : " ^12.0.1" ,
Original file line number Diff line number Diff line change @@ -10592,6 +10592,11 @@ react-live@2.0.1:
1059210592 react-simple-code-editor "^0.9.0"
1059310593 unescape "^0.2.0"
1059410594
10595+ react-native-reanimated@^1.1.0:
10596+ version "1.1.0"
10597+ resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.1.0.tgz#ba6864055ec3a206cdd5209a293fe653ce276206"
10598+ integrity sha512-UGDVNfvuIkMqYUx6aytSzihuzv6sWubn0MQi8dRcw7BjgezhjJnVnJ/NSOcpL3cO+Ld7lFcRX6GKcskwkHdPkw==
10599+
1059510600react-native-web@^0.11.4:
1059610601 version "0.11.4"
1059710602 resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.11.4.tgz#86e8158d83a6a41983e43b1c84acaaa342d443b2"
You can’t perform that action at this time.
0 commit comments