Skip to content

Commit 63fa5df

Browse files
committed
release(Reanimated): 4.3.0
1 parent 98c5ef4 commit 63fa5df

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

apps/fabric-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/macos-example/macos/Podfile.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/tvos-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native-reanimated/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated",
3-
"version": "4.3.0-rc.0",
3+
"version": "4.3.0",
44
"description": "More powerful alternative to Animated library for React Native.",
55
"keywords": [
66
"react-native",
@@ -98,7 +98,7 @@
9898
"peerDependencies": {
9999
"react": "*",
100100
"react-native": "0.81 - 0.85",
101-
"react-native-worklets": "*"
101+
"react-native-worklets": "0.8.x"
102102
},
103103
"devDependencies": {
104104
"@babel/core": "7.28.4",

packages/react-native-reanimated/src/platform-specific/jsVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* version used to build the native part of the library in runtime. Remember to
55
* keep this in sync with the version declared in `package.json`
66
*/
7-
export const jsVersion = '4.3.0-rc.0';
7+
export const jsVersion = '4.3.0';

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28148,7 +28148,7 @@ __metadata:
2814828148
peerDependencies:
2814928149
react: "*"
2815028150
react-native: 0.81 - 0.85
28151-
react-native-worklets: "*"
28151+
react-native-worklets: 0.8.x
2815228152
languageName: unknown
2815328153
linkType: soft
2815428154

0 commit comments

Comments
 (0)