Skip to content

Commit 2caac6a

Browse files
authored
Fix paper CI (#3677)
## Description Recently we've bumped our example apps to react-native 0.81. However, updating expo also bumped versions of **Reanimated** and **Slider** to ones that support only new arch, thus paper CI started to fail. This PR downgrades those libraries. ## Test plan Tested on expo-example app
1 parent 83dad94 commit 2caac6a

4 files changed

Lines changed: 212 additions & 263 deletions

File tree

.yarn/patches/@react-native-community-slider-npm-5.0.0-32e63cc751.patch renamed to .yarn/patches/@react-native-community-slider-npm-4.5.7-658e0e58c9.patch

File renamed without changes.

apps/common-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@react-native-community/cli": "18.0.0",
3535
"@react-native-community/cli-platform-android": "18.0.0",
3636
"@react-native-community/cli-platform-ios": "18.0.0",
37-
"@react-native-community/slider": "patch:@react-native-community/slider@npm%3A5.0.0#~/.yarn/patches/@react-native-community-slider-npm-5.0.0-32e63cc751.patch",
37+
"@react-native-community/slider": "patch:@react-native-community/slider@npm%3A4.5.7#~/.yarn/patches/@react-native-community-slider-npm-4.5.7-658e0e58c9.patch",
3838
"@react-native-community/viewpager": "5.0.11",
3939
"@react-native/babel-preset": "0.79.0",
4040
"@react-native/eslint-config": "0.79.0",

apps/expo-example/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@expo/metro-runtime": "~6.0.2",
1616
"@react-native-async-storage/async-storage": "2.2.0",
17-
"@react-native-community/slider": "patch:@react-native-community/slider@npm%3A5.0.0#~/.yarn/patches/@react-native-community-slider-npm-5.0.0-32e63cc751.patch",
17+
"@react-native-community/slider": "patch:@react-native-community/slider@npm%3A4.5.7#~/.yarn/patches/@react-native-community-slider-npm-4.5.7-658e0e58c9.patch",
1818
"@react-native-community/viewpager": "5.0.11",
1919
"@react-navigation/elements": "^2.3.8",
2020
"@react-navigation/native": "^7.1.6",
@@ -28,12 +28,11 @@
2828
"react-dom": "19.1.0",
2929
"react-native": "0.81.0",
3030
"react-native-gesture-handler": "workspace:*",
31-
"react-native-reanimated": "~4.0.2",
31+
"react-native-reanimated": "^3.19.1",
3232
"react-native-safe-area-context": "~5.6.0",
3333
"react-native-screens": "~4.14.0",
3434
"react-native-svg": "15.12.1",
35-
"react-native-web": "^0.21.0",
36-
"react-native-worklets": "~0.4.1"
35+
"react-native-web": "^0.21.0"
3736
},
3837
"devDependencies": {
3938
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)