react-native-reanimated 4.3.0-nightly-20251209-adbe0b9da → 4.3.0-nightly-20251211-e7bcde84a
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.
package/android/build.gradle
CHANGED
|
@@ -326,7 +326,7 @@ repositories {
|
|
|
326
326
|
dependencies {
|
|
327
327
|
implementation "com.facebook.yoga:proguard-annotations:1.19.0"
|
|
328
328
|
implementation "androidx.transition:transition:1.6.0"
|
|
329
|
-
implementation "androidx.core:core:1.
|
|
329
|
+
implementation "androidx.core:core:1.15.0"
|
|
330
330
|
|
|
331
331
|
implementation "com.facebook.react:react-android" // version substituted by RNGP
|
|
332
332
|
|
|
@@ -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-20251211-e7bcde84a';
|
|
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-20251211-e7bcde84a";
|
|
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-20251211-e7bcde84a",
|
|
4
4
|
"description": "More powerful alternative to Animated library for React Native.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -98,15 +98,15 @@
|
|
|
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-20251211-e7bcde84a"
|
|
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
|
|
107
|
-
"@react-native/eslint-config": "0.83.0
|
|
108
|
-
"@react-native/metro-config": "0.83.0
|
|
109
|
-
"@react-native/typescript-config": "0.83.0
|
|
106
|
+
"@react-native/babel-preset": "0.83.0",
|
|
107
|
+
"@react-native/eslint-config": "0.83.0",
|
|
108
|
+
"@react-native/metro-config": "0.83.0",
|
|
109
|
+
"@react-native/typescript-config": "0.83.0",
|
|
110
110
|
"@shopify/flash-list": "2.1.0",
|
|
111
111
|
"@testing-library/dom": "10.4.0",
|
|
112
112
|
"@testing-library/jest-native": "5.4.3",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"prettier": "3.6.2",
|
|
129
129
|
"react": "19.2.0",
|
|
130
130
|
"react-dom": "19.2.0",
|
|
131
|
-
"react-native": "0.83.0
|
|
131
|
+
"react-native": "0.83.0",
|
|
132
132
|
"react-native-builder-bob": "0.40.13",
|
|
133
133
|
"react-native-svg": "15.14.0",
|
|
134
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-20251211-e7bcde84a';
|