react-native-reanimated 4.3.0-nightly-20251208-51904bb3d → 4.3.0-nightly-20251209-adbe0b9da
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* version used to build the native part of the library in runtime. Remember to
|
|
6
6
|
* keep this in sync with the version declared in `package.json`
|
|
7
7
|
*/
|
|
8
|
-
export const jsVersion = '4.3.0-nightly-
|
|
8
|
+
export const jsVersion = '4.3.0-nightly-20251209-adbe0b9da';
|
|
9
9
|
//# sourceMappingURL=jsVersion.js.map
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* version used to build the native part of the library in runtime. Remember to
|
|
4
4
|
* keep this in sync with the version declared in `package.json`
|
|
5
5
|
*/
|
|
6
|
-
export declare const jsVersion = "4.3.0-nightly-
|
|
6
|
+
export declare const jsVersion = "4.3.0-nightly-20251209-adbe0b9da";
|
|
7
7
|
//# sourceMappingURL=jsVersion.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-reanimated",
|
|
3
|
-
"version": "4.3.0-nightly-
|
|
3
|
+
"version": "4.3.0-nightly-20251209-adbe0b9da",
|
|
4
4
|
"description": "More powerful alternative to Animated library for React Native.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -98,17 +98,19 @@
|
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"react": "*",
|
|
100
100
|
"react-native": "*",
|
|
101
|
-
"react-native-worklets": "0.8.0-nightly-
|
|
101
|
+
"react-native-worklets": "0.8.0-nightly-20251209-adbe0b9da"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@babel/core": "7.28.4",
|
|
105
105
|
"@babel/preset-env": "7.28.3",
|
|
106
|
-
"@react-native/babel-preset": "0.83.0-rc.
|
|
107
|
-
"@react-native/eslint-config": "0.83.0-rc.
|
|
108
|
-
"@react-native/metro-config": "0.83.0-rc.
|
|
109
|
-
"@react-native/typescript-config": "0.83.0-rc.
|
|
106
|
+
"@react-native/babel-preset": "0.83.0-rc.5",
|
|
107
|
+
"@react-native/eslint-config": "0.83.0-rc.5",
|
|
108
|
+
"@react-native/metro-config": "0.83.0-rc.5",
|
|
109
|
+
"@react-native/typescript-config": "0.83.0-rc.5",
|
|
110
110
|
"@shopify/flash-list": "2.1.0",
|
|
111
|
+
"@testing-library/dom": "10.4.0",
|
|
111
112
|
"@testing-library/jest-native": "5.4.3",
|
|
113
|
+
"@testing-library/react": "16.1.0",
|
|
112
114
|
"@testing-library/react-hooks": "8.0.1",
|
|
113
115
|
"@testing-library/react-native": "13.3.3",
|
|
114
116
|
"@types/convert-source-map": "2.0.3",
|
|
@@ -120,12 +122,13 @@
|
|
|
120
122
|
"clang-format-node": "1.3.5",
|
|
121
123
|
"eslint": "9.37.0",
|
|
122
124
|
"jest": "30.2.0",
|
|
125
|
+
"jest-expo": "52.0.5",
|
|
123
126
|
"knip": "5.61.3",
|
|
124
127
|
"madge": "8.0.0",
|
|
125
128
|
"prettier": "3.6.2",
|
|
126
129
|
"react": "19.2.0",
|
|
127
130
|
"react-dom": "19.2.0",
|
|
128
|
-
"react-native": "0.83.0-rc.
|
|
131
|
+
"react-native": "0.83.0-rc.5",
|
|
129
132
|
"react-native-builder-bob": "0.40.13",
|
|
130
133
|
"react-native-svg": "15.14.0",
|
|
131
134
|
"react-native-web": "0.21.1",
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* version used to build the native part of the library in runtime. Remember to
|
|
5
5
|
* keep this in sync with the version declared in `package.json`
|
|
6
6
|
*/
|
|
7
|
-
export const jsVersion = '4.3.0-nightly-
|
|
7
|
+
export const jsVersion = '4.3.0-nightly-20251209-adbe0b9da';
|