Skip to content

Commit 0a0e100

Browse files
feat: use Reanimated package from npm
1 parent ecba161 commit 0a0e100

File tree

4 files changed

+9
-32
lines changed

4 files changed

+9
-32
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "18.3.1",
1818
"react-dom": "18.3.1",
1919
"react-native": "0.76.6",
20-
"react-native-reanimated": "../react-native-reanimated-4.0.0-beta.3.1.tgz",
20+
"react-native-reanimated": "next",
2121
"react-native-web": "~0.19.13"
2222
},
2323
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"react": "18.3.1",
8181
"react-native": "0.76.6",
8282
"react-native-builder-bob": "^0.35.2",
83-
"react-native-reanimated": "./react-native-reanimated-4.0.0-beta.3.1.tgz",
83+
"react-native-reanimated": "next",
8484
"release-it": "^17.10.0",
8585
"typescript": "^5.2.2"
8686
},
@@ -199,4 +199,4 @@
199199
"type": "library",
200200
"version": "0.45.5"
201201
}
202-
}
202+
}
-859 KB
Binary file not shown.

yarn.lock

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11814,7 +11814,7 @@ __metadata:
1181411814
react-dom: 18.3.1
1181511815
react-native: 0.76.6
1181611816
react-native-builder-bob: ^0.35.2
11817-
react-native-reanimated: ../react-native-reanimated-4.0.0-beta.3.1.tgz
11817+
react-native-reanimated: next
1181811818
react-native-web: ~0.19.13
1181911819
languageName: unknown
1182011820
linkType: soft
@@ -11839,7 +11839,7 @@ __metadata:
1183911839
react: 18.3.1
1184011840
react-native: 0.76.6
1184111841
react-native-builder-bob: ^0.35.2
11842-
react-native-reanimated: ./react-native-reanimated-4.0.0-beta.3.1.tgz
11842+
react-native-reanimated: next
1184311843
release-it: ^17.10.0
1184411844
typescript: ^5.2.2
1184511845
peerDependencies:
@@ -11849,9 +11849,9 @@ __metadata:
1184911849
languageName: unknown
1185011850
linkType: soft
1185111851

11852-
"react-native-reanimated@file:../react-native-reanimated-4.0.0-beta.3.1.tgz::locator=react-native-css-animations-example%40workspace%3Aexample":
11853-
version: 4.0.0-beta.3
11854-
resolution: "react-native-reanimated@file:../react-native-reanimated-4.0.0-beta.3.1.tgz::locator=react-native-css-animations-example%40workspace%3Aexample"
11852+
"react-native-reanimated@npm:next":
11853+
version: 4.0.0-beta.1
11854+
resolution: "react-native-reanimated@npm:4.0.0-beta.1"
1185511855
dependencies:
1185611856
"@babel/plugin-transform-arrow-functions": ^7.0.0-0
1185711857
"@babel/plugin-transform-class-properties": ^7.0.0-0
@@ -11868,30 +11868,7 @@ __metadata:
1186811868
"@babel/core": ^7.0.0-0
1186911869
react: "*"
1187011870
react-native: "*"
11871-
checksum: f74c4202629ac32290b02fc153602c414f2bcb9e63a788d6e1164430443edda1cc2b7e01ee60ea02fc1846042eac5ff5b2b5b2111b938464af5b615e5ec74428
11872-
languageName: node
11873-
linkType: hard
11874-
11875-
"react-native-reanimated@file:./react-native-reanimated-4.0.0-beta.3.1.tgz::locator=react-native-css-animations%40workspace%3A.":
11876-
version: 4.0.0-beta.3
11877-
resolution: "react-native-reanimated@file:./react-native-reanimated-4.0.0-beta.3.1.tgz::locator=react-native-css-animations%40workspace%3A."
11878-
dependencies:
11879-
"@babel/plugin-transform-arrow-functions": ^7.0.0-0
11880-
"@babel/plugin-transform-class-properties": ^7.0.0-0
11881-
"@babel/plugin-transform-classes": ^7.0.0-0
11882-
"@babel/plugin-transform-nullish-coalescing-operator": ^7.0.0-0
11883-
"@babel/plugin-transform-optional-chaining": ^7.0.0-0
11884-
"@babel/plugin-transform-shorthand-properties": ^7.0.0-0
11885-
"@babel/plugin-transform-template-literals": ^7.0.0-0
11886-
"@babel/plugin-transform-unicode-regex": ^7.0.0-0
11887-
"@babel/preset-typescript": ^7.16.7
11888-
convert-source-map: ^2.0.0
11889-
invariant: ^2.2.4
11890-
peerDependencies:
11891-
"@babel/core": ^7.0.0-0
11892-
react: "*"
11893-
react-native: "*"
11894-
checksum: f74c4202629ac32290b02fc153602c414f2bcb9e63a788d6e1164430443edda1cc2b7e01ee60ea02fc1846042eac5ff5b2b5b2111b938464af5b615e5ec74428
11871+
checksum: 0b207a6c4de4a9d9e0434debf1a020e2632c68a4cd3d36e6c96a07c88f65061b1f8d283a6ad0e5ec4be000e8940ca2a4a1c882228d16dd1c35e46db526a2dc6f
1189511872
languageName: node
1189611873
linkType: hard
1189711874

0 commit comments

Comments
 (0)