Skip to content

Commit 951ef77

Browse files
authored
chore: prerelease compat bump (#8172)
## Summary ## Test plan
1 parent cb0f1b5 commit 951ef77

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

packages/docs-reanimated/docs/guides/compatibility.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ Reanimated 4 works only with the React Native New Architecture. If your app stil
1818

1919
<div className="compatibility">
2020

21-
| | 0.3 | 0.4 | nightly |
22-
| ----------------------------------- | ----- | ------ | ------- |
23-
| <Version version="nightly"/> | <No/> | <No/> | <Yes/> |
24-
| <Version version="4.0.0 – 4.0.2" /> | <No/> | <Yes/> | <No/> |
25-
| <Spacer/> | | | |
26-
| <Version version="3.x.x"/> | <No/> | <No/> | <No/> |
21+
| | 0.4.x | 0.5.x | nightly |
22+
| ---------------------------- | ------ | ------ | ------- |
23+
| <Version version="nightly"/> | <No/> | <No/> | <Yes/> |
24+
| <Version version="4.1.x"/> | <No/> | <Yes/> | <No/> |
25+
| <Version version="4.0.x" /> | <Yes/> | <No/> | <No/> |
26+
| <Spacer/> | | | |
27+
| <Version version="3.x.x"/> | <No/> | <No/> | <No/> |
2728

2829
</div>

packages/react-native-reanimated/compatibility.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"nightly": {
33
"react-native": ["0.78", "0.79", "0.80", "0.81"],
4-
"react-native-worklets": ["0.4.x"]
4+
"react-native-worklets": ["nightly"]
5+
},
6+
"4.1.x": {
7+
"react-native": ["0.78", "0.79", "0.80", "0.81"],
8+
"react-native-worklets": ["0.5.x"]
59
},
610
"4.0.x": {
711
"react-native": ["0.78", "0.79", "0.80", "0.81"],

packages/react-native-worklets/compatibility.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nightly": {
33
"react-native": ["0.78", "0.79", "0.80", "0.81"]
44
},
5-
"0.4.x": {
5+
"0.5.x": {
66
"react-native": ["0.78", "0.79", "0.80", "0.81"]
77
},
8-
"0.3.x": {
9-
"react-native": ["0.78", "0.79", "0.80"]
8+
"0.4.x": {
9+
"react-native": ["0.78", "0.79", "0.80", "0.81"]
1010
}
1111
}

0 commit comments

Comments
 (0)