Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .yarn/patches/react-native-tvos-npm-0.86.0-0-2baf7632d6.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/Libraries/LogBox/UI/LogBoxButton.js b/Libraries/LogBox/UI/LogBoxButton.js
index 60316dd3f80eb3a88ca647fb2e7c8a7317f952b6..d86a7290c7fc5f965cd5f22c660c5f8239d82960 100644
--- a/Libraries/LogBox/UI/LogBoxButton.js
+++ b/Libraries/LogBox/UI/LogBoxButton.js
@@ -60,8 +60,6 @@ component LogBoxButton(
focusable={true}
hitSlop={hitSlop}
onPress={onPress}
- onPressIn={() => setPressed(true)}
- onPressOut={() => setPressed(false)}>
onFocus={() => {
setFocused(true);
onFocusChange?.(true);
12 changes: 6 additions & 6 deletions apps/common-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fuse.js": "patch:fuse.js@npm%3A7.1.0#~/.yarn/patches/fuse.js-npm-7.1.0-5dcae892a6.patch",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native-gesture-handler": "2.30.0",
"react-native-gesture-handler": "2.32.0",
"react-native-mmkv": "4.3.0",
"react-native-nitro-modules": "patch:react-native-nitro-modules@npm%3A0.35.2#~/.yarn/patches/react-native-nitro-modules-npm-0.35.2-717188fdb0.patch",
"react-native-reanimated": "workspace:*",
Expand All @@ -52,10 +52,10 @@
"@react-native-community/cli": "20.1.0",
"@react-native-community/cli-platform-android": "20.1.0",
"@react-native-community/cli-platform-ios": "20.1.0",
"@react-native/babel-preset": "0.85.2",
"@react-native/eslint-config": "0.85.2",
"@react-native/metro-config": "0.85.2",
"@react-native/typescript-config": "0.85.2",
"@react-native/babel-preset": "0.86.0-rc.3",
"@react-native/eslint-config": "0.86.0-rc.3",
"@react-native/metro-config": "0.86.0-rc.3",
"@react-native/typescript-config": "0.86.0-rc.3",
"@tsconfig/react-native": "3.0.0",
"@types/d3-shape": "3.1.7",
"@types/jest": "30.0.0",
Expand All @@ -64,7 +64,7 @@
"eslint": "9.37.0",
"jest": "30.2.0",
"madge": "8.0.0",
"react-native": "0.85.2",
"react-native": "0.86.0-rc.3",
"react-test-renderer": "19.2.3",
"typescript": "5.9.3",
"typescript-eslint": "8.46.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
"$(inherited)",
" ",
);
PODFILE_DIR = "$(SRCROOT)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
Expand Down Expand Up @@ -565,6 +566,7 @@
"$(inherited)",
" ",
);
PODFILE_DIR = "$(SRCROOT)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
Expand Down
Loading
Loading