Page MenuHomePhabricator

D6846.diff
No OneTemporary

D6846.diff

diff --git a/native/ios/Comm.xcodeproj/project.pbxproj b/native/ios/Comm.xcodeproj/project.pbxproj
--- a/native/ios/Comm.xcodeproj/project.pbxproj
+++ b/native/ios/Comm.xcodeproj/project.pbxproj
@@ -1063,7 +1063,6 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNCClipboard\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo\"",
- "\"${PODS_CONFIGURATION_BUILD_DIR}/RNExitApp\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNFS\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler\"",
@@ -1200,7 +1199,6 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNCClipboard\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo\"",
- "\"${PODS_CONFIGURATION_BUILD_DIR}/RNExitApp\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNFS\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler\"",
diff --git a/native/ios/Podfile.lock b/native/ios/Podfile.lock
--- a/native/ios/Podfile.lock
+++ b/native/ios/Podfile.lock
@@ -486,8 +486,6 @@
- React-Core
- RNDeviceInfo (10.3.0):
- React-Core
- - RNExitApp (1.1.0):
- - React
- RNFastImage (8.3.0):
- React
- SDWebImage (~> 5.8)
@@ -623,7 +621,6 @@
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
- "RNCMaskedView (from `../node_modules/@react-native-masked-view/masked-view`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
- - RNExitApp (from `../node_modules/react-native-exit-app`)
- RNFastImage (from `../node_modules/react-native-fast-image`)
- RNFS (from `../node_modules/react-native-fs`)
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
@@ -794,8 +791,6 @@
:path: "../node_modules/@react-native-masked-view/masked-view"
RNDeviceInfo:
:path: "../node_modules/react-native-device-info"
- RNExitApp:
- :path: "../node_modules/react-native-exit-app"
RNFastImage:
:path: "../node_modules/react-native-fast-image"
RNFS:
@@ -896,7 +891,6 @@
RNCClipboard: f66930407a30948ffdecf43a2459bcf05aa59804
RNCMaskedView: bc0170f389056201c82a55e242e5d90070e18e5a
RNDeviceInfo: 4701f0bf2a06b34654745053db0ce4cb0c53ada7
- RNExitApp: c4e052df2568b43bec8a37c7cd61194d4cfee2c3
RNFastImage: 2ed80661d5ef384fb1b539f1f3c81a1733f92bc9
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 62232ba8f562f7dea5ba1b3383494eb5bf97a4d3
diff --git a/native/package.json b/native/package.json
--- a/native/package.json
+++ b/native/package.json
@@ -90,7 +90,6 @@
"react-native-background-upload": "^6.6.0",
"react-native-camera": "^3.31.0",
"react-native-device-info": "^10.3.0",
- "react-native-exit-app": "^1.1.0",
"react-native-fast-image": "^8.3.0",
"react-native-ffmpeg": "^0.4.4",
"react-native-figma-squircle": "^0.1.2",
diff --git a/yarn.lock b/yarn.lock
--- a/yarn.lock
+++ b/yarn.lock
@@ -19452,11 +19452,6 @@
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-10.3.0.tgz#6bab64d84d3415dd00cc446c73ec5e2e61fddbe7"
integrity sha512-/ziZN1sA1REbJTv5mQZ4tXggcTvSbct+u5kCaze8BmN//lbxcTvWsU6NQd4IihLt89VkbX+14IGc9sVApSxd/w==
-react-native-exit-app@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/react-native-exit-app/-/react-native-exit-app-1.1.0.tgz#5ec082152974240e2d6a93f1608efb49a4385f21"
- integrity sha512-Spne19zfMfJvnUTX909EHUqWMk69rATtLJq9XMBGpNSHhx0M7v5yetx2Z87egBhLOqQm+CWfD/oxWzDG8rbIQA==
-
react-native-fast-image@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/react-native-fast-image/-/react-native-fast-image-8.3.0.tgz#5821fac5e8759b3a87628600522eb72c579b0b9f"

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 12:42 PM (21 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2584743
Default Alt Text
D6846.diff (3 KB)

Event Timeline