Page MenuHomePhorge

D5896.1765205753.diff
No OneTemporary

Size
50 KB
Referenced Files
None
Subscribers
None

D5896.1765205753.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
@@ -838,22 +838,22 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Comm/Pods-Comm-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
- "${PODS_ROOT}/../../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
);
name = "[CP] Copy Pods Resources";
@@ -909,11 +909,15 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Comm/Pods-Comm-frameworks.sh",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-Glog/glog.framework/glog",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/hermes.framework/hermes",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion.framework",
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
);
@@ -1038,6 +1042,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
+ "$(SDKROOT)/usr/lib/swift",
"$(inherited)",
"\"${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket\"",
@@ -1182,6 +1187,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
+ "$(SDKROOT)/usr/lib/swift",
"$(inherited)",
"\"${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket\"",
@@ -1484,7 +1490,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
@@ -1531,6 +1537,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
};
name = Debug;
@@ -1540,7 +1547,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
@@ -1578,6 +1585,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
diff --git a/native/ios/Podfile b/native/ios/Podfile
--- a/native/ios/Podfile
+++ b/native/ios/Podfile
@@ -2,7 +2,8 @@
require File.join(File.dirname(`node --print "require.resolve('react-native/package.json')"`), "scripts/react_native_pods")
require File.join(File.dirname(`node --print "require.resolve('@react-native-community/cli-platform-ios/package.json')"`), "native_modules")
-platform :ios, '12.0'
+platform :ios, '12.4'
+install! 'cocoapods', :deterministic_uuids => false
require 'json'
@@ -18,24 +19,32 @@
common_comm_target_pods
use_expo_modules!
- config = use_native_modules!
+ use_native_modules!
+
+ # Flags change depending on the env values.
+ flags = get_default_flags()
+
podfile_properties = JSON.parse(File.read('./Podfile.properties.json')) rescue {}
use_react_native!(
- :path => config[:reactNativePath],
- # to enable hermes on iOS, change `false` to `true` and then install pods
- :hermes_enabled => podfile_properties['expo.jsEngine'] == 'hermes'
+ :path => "../../node_modules/react-native",
+ # Hermes is now enabled by default. Disable by setting this flag to false.
+ # Upcoming versions of React Native may rely on get_default_flags(), but
+ # we make it explicit here to aid in the React Native upgrade process.
+ :hermes_enabled => podfile_properties['expo.jsEngine'] == 'hermes',
+ :fabric_enabled => flags[:fabric_enabled],
+ # Enables Flipper.
+ #
+ # Note that if you have use_frameworks! enabled, Flipper will not work and
+ # you should disable the next line.
+ :flipper_configuration => FlipperConfiguration.enabled,
+ # An absolute path to your application root.
+ :app_path => "#{Pod::Config.instance.installation_root}/.."
)
-
- # Enables Flipper.
- #
- # Note that if you have use_frameworks! enabled, Flipper will not work and
- # you should disable these next few lines.
- use_flipper!({ "Flipper-DoubleConversion" => "1.1.7" })
end
target 'NotificationService' do
common_comm_target_pods
- pod 'OLMKit', :path => "../../node_modules/olm"
+ pod 'OLMKit', :path => "../node_modules/olm"
pod 'RCT-Folly', :podspec => "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
# Lines below are only needed to compile and use Expo Secure Store in
@@ -52,7 +61,12 @@
end
post_install do |installer|
- react_native_post_install(installer)
+ react_native_post_install(
+ installer,
+ # Set `mac_catalyst_enabled` to `true` in order to apply patches
+ # necessary for Mac Catalyst builds
+ :mac_catalyst_enabled => false
+ )
__apply_Xcode_12_5_M1_post_install_workaround(installer)
# Excluding arm64 because ARM-based Mac simulator isn't supported yet
diff --git a/native/ios/Podfile.lock b/native/ios/Podfile.lock
--- a/native/ios/Podfile.lock
+++ b/native/ios/Podfile.lock
@@ -33,87 +33,88 @@
- EXSplashScreen (0.13.5):
- ExpoModulesCore
- React-Core
- - FBLazyVector (0.66.5)
- - FBReactNativeSpec (0.66.5):
- - RCT-Folly (= 2021.06.28.00-v2)
- - RCTRequired (= 0.66.5)
- - RCTTypeSafety (= 0.66.5)
- - React-Core (= 0.66.5)
- - React-jsi (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - Flipper (0.99.0):
+ - FBLazyVector (0.70.6)
+ - FBReactNativeSpec (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - RCTRequired (= 0.70.6)
+ - RCTTypeSafety (= 0.70.6)
+ - React-Core (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - Flipper (0.125.0):
- Flipper-Folly (~> 2.6)
- Flipper-RSocket (~> 1.4)
- Flipper-Boost-iOSX (1.76.0.1.11)
- - Flipper-DoubleConversion (1.1.7)
+ - Flipper-DoubleConversion (3.2.0.1)
- Flipper-Fmt (7.1.7)
- - Flipper-Folly (2.6.7):
+ - Flipper-Folly (2.6.10):
- Flipper-Boost-iOSX
- Flipper-DoubleConversion
- Flipper-Fmt (= 7.1.7)
- Flipper-Glog
- libevent (~> 2.1.12)
- - OpenSSL-Universal (= 1.1.180)
- - Flipper-Glog (0.3.6)
+ - OpenSSL-Universal (= 1.1.1100)
+ - Flipper-Glog (0.5.0.5)
- Flipper-PeerTalk (0.0.4)
- Flipper-RSocket (1.4.3):
- Flipper-Folly (~> 2.6)
- - FlipperKit (0.99.0):
- - FlipperKit/Core (= 0.99.0)
- - FlipperKit/Core (0.99.0):
- - Flipper (~> 0.99.0)
+ - FlipperKit (0.125.0):
+ - FlipperKit/Core (= 0.125.0)
+ - FlipperKit/Core (0.125.0):
+ - Flipper (~> 0.125.0)
- FlipperKit/CppBridge
- FlipperKit/FBCxxFollyDynamicConvert
- FlipperKit/FBDefines
- FlipperKit/FKPortForwarding
- - FlipperKit/CppBridge (0.99.0):
- - Flipper (~> 0.99.0)
- - FlipperKit/FBCxxFollyDynamicConvert (0.99.0):
+ - SocketRocket (~> 0.6.0)
+ - FlipperKit/CppBridge (0.125.0):
+ - Flipper (~> 0.125.0)
+ - FlipperKit/FBCxxFollyDynamicConvert (0.125.0):
- Flipper-Folly (~> 2.6)
- - FlipperKit/FBDefines (0.99.0)
- - FlipperKit/FKPortForwarding (0.99.0):
+ - FlipperKit/FBDefines (0.125.0)
+ - FlipperKit/FKPortForwarding (0.125.0):
- CocoaAsyncSocket (~> 7.6)
- Flipper-PeerTalk (~> 0.0.4)
- - FlipperKit/FlipperKitHighlightOverlay (0.99.0)
- - FlipperKit/FlipperKitLayoutHelpers (0.99.0):
+ - FlipperKit/FlipperKitHighlightOverlay (0.125.0)
+ - FlipperKit/FlipperKitLayoutHelpers (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutTextSearchable
- - FlipperKit/FlipperKitLayoutIOSDescriptors (0.99.0):
+ - FlipperKit/FlipperKitLayoutIOSDescriptors (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutHelpers
- YogaKit (~> 1.18)
- - FlipperKit/FlipperKitLayoutPlugin (0.99.0):
+ - FlipperKit/FlipperKitLayoutPlugin (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutHelpers
- FlipperKit/FlipperKitLayoutIOSDescriptors
- FlipperKit/FlipperKitLayoutTextSearchable
- YogaKit (~> 1.18)
- - FlipperKit/FlipperKitLayoutTextSearchable (0.99.0)
- - FlipperKit/FlipperKitNetworkPlugin (0.99.0):
+ - FlipperKit/FlipperKitLayoutTextSearchable (0.125.0)
+ - FlipperKit/FlipperKitNetworkPlugin (0.125.0):
- FlipperKit/Core
- - FlipperKit/FlipperKitReactPlugin (0.99.0):
+ - FlipperKit/FlipperKitReactPlugin (0.125.0):
- FlipperKit/Core
- - FlipperKit/FlipperKitUserDefaultsPlugin (0.99.0):
+ - FlipperKit/FlipperKitUserDefaultsPlugin (0.125.0):
- FlipperKit/Core
- - FlipperKit/SKIOSNetworkPlugin (0.99.0):
+ - FlipperKit/SKIOSNetworkPlugin (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- glog (0.3.5)
- - hermes-engine (0.9.0)
+ - hermes-engine (0.70.6)
- libevent (2.1.12)
- - libwebp (1.2.1):
- - libwebp/demux (= 1.2.1)
- - libwebp/mux (= 1.2.1)
- - libwebp/webp (= 1.2.1)
- - libwebp/demux (1.2.1):
+ - libwebp (1.2.3):
+ - libwebp/demux (= 1.2.3)
+ - libwebp/mux (= 1.2.3)
+ - libwebp/webp (= 1.2.3)
+ - libwebp/demux (1.2.3):
- libwebp/webp
- - libwebp/mux (1.2.1):
+ - libwebp/mux (1.2.3):
- libwebp/demux
- - libwebp/webp (1.2.1)
+ - libwebp/webp (1.2.3)
- lottie-ios (3.1.8)
- lottie-react-native (4.0.2):
- lottie-ios (~> 3.1.8)
@@ -124,221 +125,232 @@
- OLMKit/olmcpp (= 3.2.4)
- OLMKit/olmc (3.2.4)
- OLMKit/olmcpp (3.2.4)
- - OpenSSL-Universal (1.1.180)
- - RCT-Folly (2021.06.28.00-v2):
+ - OpenSSL-Universal (1.1.1100)
+ - RCT-Folly (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- - RCT-Folly/Default (= 2021.06.28.00-v2)
- - RCT-Folly/Default (2021.06.28.00-v2):
+ - RCT-Folly/Default (= 2021.07.22.00)
+ - RCT-Folly/Default (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- - RCT-Folly/Futures (2021.06.28.00-v2):
+ - RCT-Folly/Futures (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- libevent
- - RCTRequired (0.66.5)
- - RCTTypeSafety (0.66.5):
- - FBLazyVector (= 0.66.5)
- - RCT-Folly (= 2021.06.28.00-v2)
- - RCTRequired (= 0.66.5)
- - React-Core (= 0.66.5)
- - React (0.66.5):
- - React-Core (= 0.66.5)
- - React-Core/DevSupport (= 0.66.5)
- - React-Core/RCTWebSocket (= 0.66.5)
- - React-RCTActionSheet (= 0.66.5)
- - React-RCTAnimation (= 0.66.5)
- - React-RCTBlob (= 0.66.5)
- - React-RCTImage (= 0.66.5)
- - React-RCTLinking (= 0.66.5)
- - React-RCTNetwork (= 0.66.5)
- - React-RCTSettings (= 0.66.5)
- - React-RCTText (= 0.66.5)
- - React-RCTVibration (= 0.66.5)
- - React-callinvoker (0.66.5)
- - React-Core (0.66.5):
+ - RCTRequired (0.70.6)
+ - RCTTypeSafety (0.70.6):
+ - FBLazyVector (= 0.70.6)
+ - RCTRequired (= 0.70.6)
+ - React-Core (= 0.70.6)
+ - React (0.70.6):
+ - React-Core (= 0.70.6)
+ - React-Core/DevSupport (= 0.70.6)
+ - React-Core/RCTWebSocket (= 0.70.6)
+ - React-RCTActionSheet (= 0.70.6)
+ - React-RCTAnimation (= 0.70.6)
+ - React-RCTBlob (= 0.70.6)
+ - React-RCTImage (= 0.70.6)
+ - React-RCTLinking (= 0.70.6)
+ - React-RCTNetwork (= 0.70.6)
+ - React-RCTSettings (= 0.70.6)
+ - React-RCTText (= 0.70.6)
+ - React-RCTVibration (= 0.70.6)
+ - React-bridging (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - React-jsi (= 0.70.6)
+ - React-callinvoker (0.70.6)
+ - React-Codegen (0.70.6):
+ - FBReactNativeSpec (= 0.70.6)
+ - RCT-Folly (= 2021.07.22.00)
+ - RCTRequired (= 0.70.6)
+ - RCTTypeSafety (= 0.70.6)
+ - React-Core (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-Core (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-Core/Default (= 0.66.5)
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - RCT-Folly (= 2021.07.22.00)
+ - React-Core/Default (= 0.70.6)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/CoreModulesHeaders (0.66.5):
+ - React-Core/CoreModulesHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/Default (0.66.5):
+ - React-Core/Default (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - RCT-Folly (= 2021.07.22.00)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/DevSupport (0.66.5):
+ - React-Core/DevSupport (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-Core/Default (= 0.66.5)
- - React-Core/RCTWebSocket (= 0.66.5)
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-jsinspector (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - RCT-Folly (= 2021.07.22.00)
+ - React-Core/Default (= 0.70.6)
+ - React-Core/RCTWebSocket (= 0.70.6)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-jsinspector (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTActionSheetHeaders (0.66.5):
+ - React-Core/RCTActionSheetHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTAnimationHeaders (0.66.5):
+ - React-Core/RCTAnimationHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTBlobHeaders (0.66.5):
+ - React-Core/RCTBlobHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTImageHeaders (0.66.5):
+ - React-Core/RCTImageHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTLinkingHeaders (0.66.5):
+ - React-Core/RCTLinkingHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTNetworkHeaders (0.66.5):
+ - React-Core/RCTNetworkHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTSettingsHeaders (0.66.5):
+ - React-Core/RCTSettingsHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTTextHeaders (0.66.5):
+ - React-Core/RCTTextHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTVibrationHeaders (0.66.5):
+ - React-Core/RCTVibrationHeaders (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
+ - RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-Core/RCTWebSocket (0.66.5):
+ - React-Core/RCTWebSocket (0.70.6):
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-Core/Default (= 0.66.5)
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - RCT-Folly (= 2021.07.22.00)
+ - React-Core/Default (= 0.70.6)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- Yoga
- - React-CoreModules (0.66.5):
- - FBReactNativeSpec (= 0.66.5)
- - RCT-Folly (= 2021.06.28.00-v2)
- - RCTTypeSafety (= 0.66.5)
- - React-Core/CoreModulesHeaders (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-RCTImage (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - React-cxxreact (0.66.5):
+ - React-CoreModules (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - RCTTypeSafety (= 0.70.6)
+ - React-Codegen (= 0.70.6)
+ - React-Core/CoreModulesHeaders (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-RCTImage (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-cxxreact (0.70.6):
- boost (= 1.76.0)
- DoubleConversion
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-callinvoker (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsinspector (= 0.66.5)
- - React-logger (= 0.66.5)
- - React-perflogger (= 0.66.5)
- - React-runtimeexecutor (= 0.66.5)
- - React-hermes (0.66.5):
+ - RCT-Folly (= 2021.07.22.00)
+ - React-callinvoker (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsinspector (= 0.70.6)
+ - React-logger (= 0.70.6)
+ - React-perflogger (= 0.70.6)
+ - React-runtimeexecutor (= 0.70.6)
+ - React-hermes (0.70.6):
- DoubleConversion
- glog
- hermes-engine
- - RCT-Folly (= 2021.06.28.00-v2)
- - RCT-Folly/Futures (= 2021.06.28.00-v2)
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-jsiexecutor (= 0.66.5)
- - React-jsinspector (= 0.66.5)
- - React-perflogger (= 0.66.5)
- - React-jsi (0.66.5):
+ - RCT-Folly (= 2021.07.22.00)
+ - RCT-Folly/Futures (= 2021.07.22.00)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-jsiexecutor (= 0.70.6)
+ - React-jsinspector (= 0.70.6)
+ - React-perflogger (= 0.70.6)
+ - React-jsi (0.70.6):
- boost (= 1.76.0)
- DoubleConversion
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-jsi/Default (= 0.66.5)
- - React-jsi/Default (0.66.5):
+ - RCT-Folly (= 2021.07.22.00)
+ - React-jsi/Default (= 0.70.6)
+ - React-jsi/Default (0.70.6):
- boost (= 1.76.0)
- DoubleConversion
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-jsiexecutor (0.66.5):
+ - RCT-Folly (= 2021.07.22.00)
+ - React-jsiexecutor (0.70.6):
- DoubleConversion
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-perflogger (= 0.66.5)
- - React-jsinspector (0.66.5)
- - React-logger (0.66.5):
+ - RCT-Folly (= 2021.07.22.00)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-perflogger (= 0.70.6)
+ - React-jsinspector (0.70.6)
+ - React-logger (0.70.6):
- glog
- react-native-background-upload (6.5.1):
- React
@@ -376,71 +388,72 @@
- SPTPersistentCache (~> 1.1.0)
- react-native-webview (11.23.0):
- React-Core
- - React-perflogger (0.66.5)
- - React-RCTActionSheet (0.66.5):
- - React-Core/RCTActionSheetHeaders (= 0.66.5)
- - React-RCTAnimation (0.66.5):
- - FBReactNativeSpec (= 0.66.5)
- - RCT-Folly (= 2021.06.28.00-v2)
- - RCTTypeSafety (= 0.66.5)
- - React-Core/RCTAnimationHeaders (= 0.66.5)
- - React-jsi (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - React-RCTBlob (0.66.5):
- - FBReactNativeSpec (= 0.66.5)
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-Core/RCTBlobHeaders (= 0.66.5)
- - React-Core/RCTWebSocket (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-RCTNetwork (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - React-RCTImage (0.66.5):
- - FBReactNativeSpec (= 0.66.5)
- - RCT-Folly (= 2021.06.28.00-v2)
- - RCTTypeSafety (= 0.66.5)
- - React-Core/RCTImageHeaders (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-RCTNetwork (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - React-RCTLinking (0.66.5):
- - FBReactNativeSpec (= 0.66.5)
- - React-Core/RCTLinkingHeaders (= 0.66.5)
- - React-jsi (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - React-RCTNetwork (0.66.5):
- - FBReactNativeSpec (= 0.66.5)
- - RCT-Folly (= 2021.06.28.00-v2)
- - RCTTypeSafety (= 0.66.5)
- - React-Core/RCTNetworkHeaders (= 0.66.5)
- - React-jsi (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - React-RCTSettings (0.66.5):
- - FBReactNativeSpec (= 0.66.5)
- - RCT-Folly (= 2021.06.28.00-v2)
- - RCTTypeSafety (= 0.66.5)
- - React-Core/RCTSettingsHeaders (= 0.66.5)
- - React-jsi (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - React-RCTText (0.66.5):
- - React-Core/RCTTextHeaders (= 0.66.5)
- - React-RCTVibration (0.66.5):
- - FBReactNativeSpec (= 0.66.5)
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-Core/RCTVibrationHeaders (= 0.66.5)
- - React-jsi (= 0.66.5)
- - ReactCommon/turbomodule/core (= 0.66.5)
- - React-runtimeexecutor (0.66.5):
- - React-jsi (= 0.66.5)
- - ReactCommon/turbomodule/core (0.66.5):
+ - React-perflogger (0.70.6)
+ - React-RCTActionSheet (0.70.6):
+ - React-Core/RCTActionSheetHeaders (= 0.70.6)
+ - React-RCTAnimation (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - RCTTypeSafety (= 0.70.6)
+ - React-Codegen (= 0.70.6)
+ - React-Core/RCTAnimationHeaders (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-RCTBlob (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - React-Codegen (= 0.70.6)
+ - React-Core/RCTBlobHeaders (= 0.70.6)
+ - React-Core/RCTWebSocket (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-RCTNetwork (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-RCTImage (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - RCTTypeSafety (= 0.70.6)
+ - React-Codegen (= 0.70.6)
+ - React-Core/RCTImageHeaders (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-RCTNetwork (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-RCTLinking (0.70.6):
+ - React-Codegen (= 0.70.6)
+ - React-Core/RCTLinkingHeaders (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-RCTNetwork (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - RCTTypeSafety (= 0.70.6)
+ - React-Codegen (= 0.70.6)
+ - React-Core/RCTNetworkHeaders (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-RCTSettings (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - RCTTypeSafety (= 0.70.6)
+ - React-Codegen (= 0.70.6)
+ - React-Core/RCTSettingsHeaders (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-RCTText (0.70.6):
+ - React-Core/RCTTextHeaders (= 0.70.6)
+ - React-RCTVibration (0.70.6):
+ - RCT-Folly (= 2021.07.22.00)
+ - React-Codegen (= 0.70.6)
+ - React-Core/RCTVibrationHeaders (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - ReactCommon/turbomodule/core (= 0.70.6)
+ - React-runtimeexecutor (0.70.6):
+ - React-jsi (= 0.70.6)
+ - ReactCommon/turbomodule/core (0.70.6):
- DoubleConversion
- glog
- - RCT-Folly (= 2021.06.28.00-v2)
- - React-callinvoker (= 0.66.5)
- - React-Core (= 0.66.5)
- - React-cxxreact (= 0.66.5)
- - React-jsi (= 0.66.5)
- - React-logger (= 0.66.5)
- - React-perflogger (= 0.66.5)
+ - RCT-Folly (= 2021.07.22.00)
+ - React-bridging (= 0.70.6)
+ - React-callinvoker (= 0.70.6)
+ - React-Core (= 0.70.6)
+ - React-cxxreact (= 0.70.6)
+ - React-jsi (= 0.70.6)
+ - React-logger (= 0.70.6)
+ - React-perflogger (= 0.70.6)
- ReactNativeART (1.2.0):
- React
- ReactNativeKeyboardInput (6.0.1):
@@ -502,12 +515,13 @@
- React-Core
- RNVectorIcons (6.6.0):
- React
- - SDWebImage (5.12.5):
- - SDWebImage/Core (= 5.12.5)
- - SDWebImage/Core (5.12.5)
+ - SDWebImage (5.13.5):
+ - SDWebImage/Core (= 5.13.5)
+ - SDWebImage/Core (5.13.5)
- SDWebImageWebPCoder (0.6.1):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.7)
+ - SocketRocket (0.6.0)
- SPTPersistentCache (1.1.0)
- SQLCipher-Amalgamation (4.4.3):
- OpenSSL-Universal
@@ -539,38 +553,41 @@
- EXSplashScreen (from `../../node_modules/expo-splash-screen/ios`)
- FBLazyVector (from `../../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../../node_modules/react-native/React/FBReactNativeSpec`)
- - Flipper (= 0.99.0)
+ - Flipper (= 0.125.0)
- Flipper-Boost-iOSX (= 1.76.0.1.11)
- - Flipper-DoubleConversion (= 1.1.7)
+ - Flipper-DoubleConversion (= 3.2.0.1)
- Flipper-Fmt (= 7.1.7)
- - Flipper-Folly (= 2.6.7)
- - Flipper-Glog (= 0.3.6)
+ - Flipper-Folly (= 2.6.10)
+ - Flipper-Glog (= 0.5.0.5)
- Flipper-PeerTalk (= 0.0.4)
- Flipper-RSocket (= 1.4.3)
- - FlipperKit (= 0.99.0)
- - FlipperKit/Core (= 0.99.0)
- - FlipperKit/CppBridge (= 0.99.0)
- - FlipperKit/FBCxxFollyDynamicConvert (= 0.99.0)
- - FlipperKit/FBDefines (= 0.99.0)
- - FlipperKit/FKPortForwarding (= 0.99.0)
- - FlipperKit/FlipperKitHighlightOverlay (= 0.99.0)
- - FlipperKit/FlipperKitLayoutPlugin (= 0.99.0)
- - FlipperKit/FlipperKitLayoutTextSearchable (= 0.99.0)
- - FlipperKit/FlipperKitNetworkPlugin (= 0.99.0)
- - FlipperKit/FlipperKitReactPlugin (= 0.99.0)
- - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.99.0)
- - FlipperKit/SKIOSNetworkPlugin (= 0.99.0)
+ - FlipperKit (= 0.125.0)
+ - FlipperKit/Core (= 0.125.0)
+ - FlipperKit/CppBridge (= 0.125.0)
+ - FlipperKit/FBCxxFollyDynamicConvert (= 0.125.0)
+ - FlipperKit/FBDefines (= 0.125.0)
+ - FlipperKit/FKPortForwarding (= 0.125.0)
+ - FlipperKit/FlipperKitHighlightOverlay (= 0.125.0)
+ - FlipperKit/FlipperKitLayoutPlugin (= 0.125.0)
+ - FlipperKit/FlipperKitLayoutTextSearchable (= 0.125.0)
+ - FlipperKit/FlipperKitNetworkPlugin (= 0.125.0)
+ - FlipperKit/FlipperKitReactPlugin (= 0.125.0)
+ - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.125.0)
+ - FlipperKit/SKIOSNetworkPlugin (= 0.125.0)
- glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`)
- - hermes-engine (~> 0.9.0)
+ - hermes-engine (from `../../node_modules/react-native/sdks/hermes/hermes-engine.podspec`)
- libevent (~> 2.1.12)
- - lottie-ios (from `../../node_modules/lottie-ios`)
- - lottie-react-native (from `../../node_modules/lottie-react-native`)
- - OLMKit (from `../../node_modules/olm`)
+ - lottie-ios (from `../node_modules/lottie-ios`)
+ - lottie-react-native (from `../node_modules/lottie-react-native`)
+ - OLMKit (from `../node_modules/olm`)
+ - OpenSSL-Universal (= 1.1.1100)
- RCT-Folly (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../../node_modules/react-native/Libraries/RCTRequired`)
- RCTTypeSafety (from `../../node_modules/react-native/Libraries/TypeSafety`)
- React (from `../../node_modules/react-native/`)
+ - React-bridging (from `../../node_modules/react-native/ReactCommon`)
- React-callinvoker (from `../../node_modules/react-native/ReactCommon/callinvoker`)
+ - React-Codegen (from `build/generated/ios`)
- React-Core (from `../../node_modules/react-native/`)
- React-Core/DevSupport (from `../../node_modules/react-native/`)
- React-Core/RCTWebSocket (from `../../node_modules/react-native/`)
@@ -581,18 +598,18 @@
- React-jsiexecutor (from `../../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../../node_modules/react-native/ReactCommon/logger`)
- - react-native-background-upload (from `../../node_modules/react-native-background-upload`)
- - react-native-camera (from `../../node_modules/react-native-camera`)
+ - react-native-background-upload (from `../node_modules/react-native-background-upload`)
+ - react-native-camera (from `../node_modules/react-native-camera`)
- react-native-ffmpeg/min-lts (from `../../node_modules/react-native-ffmpeg/react-native-ffmpeg.podspec`)
- - react-native-flipper (from `../../node_modules/react-native-flipper`)
- - react-native-in-app-message (from `../../node_modules/react-native-in-app-message`)
- - "react-native-netinfo (from `../../node_modules/@react-native-community/netinfo`)"
- - react-native-notifications (from `../../node_modules/react-native-notifications`)
- - react-native-orientation-locker (from `../../node_modules/react-native-orientation-locker`)
- - react-native-pager-view (from `../../node_modules/react-native-pager-view`)
- - react-native-safe-area-context (from `../../node_modules/react-native-safe-area-context`)
+ - react-native-flipper (from `../node_modules/react-native-flipper`)
+ - react-native-in-app-message (from `../node_modules/react-native-in-app-message`)
+ - "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
+ - react-native-notifications (from `../node_modules/react-native-notifications`)
+ - react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`)
+ - react-native-pager-view (from `../node_modules/react-native-pager-view`)
+ - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- react-native-video/VideoCaching (from `../../node_modules/react-native-video/react-native-video.podspec`)
- - react-native-webview (from `../../node_modules/react-native-webview`)
+ - react-native-webview (from `../node_modules/react-native-webview`)
- React-perflogger (from `../../node_modules/react-native/ReactCommon/reactperflogger`)
- React-RCTActionSheet (from `../../node_modules/react-native/Libraries/ActionSheetIOS`)
- React-RCTAnimation (from `../../node_modules/react-native/Libraries/NativeAnimation`)
@@ -605,22 +622,22 @@
- React-RCTVibration (from `../../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../../node_modules/react-native/ReactCommon`)
- - "ReactNativeART (from `../../node_modules/@react-native-community/art`)"
+ - "ReactNativeART (from `../node_modules/@react-native-community/art`)"
- ReactNativeKeyboardInput (from `../../node_modules/react-native-keyboard-input`)
- ReactNativeKeyboardTrackingView (from `../../node_modules/react-native-keyboard-tracking-view`)
- - "RNCAsyncStorage (from `../../node_modules/@react-native-async-storage/async-storage`)"
- - "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`)
- - RNKeychain (from `../../node_modules/react-native-keychain`)
- - RNReanimated (from `../../node_modules/react-native-reanimated`)
- - RNScreens (from `../../node_modules/react-native-screens`)
- - RNSVG (from `../../node_modules/react-native-svg`)
- - RNVectorIcons (from `../../node_modules/react-native-vector-icons`)
+ - "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
+ - "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`)
+ - RNKeychain (from `../node_modules/react-native-keychain`)
+ - RNReanimated (from `../node_modules/react-native-reanimated`)
+ - RNScreens (from `../node_modules/react-native-screens`)
+ - RNSVG (from `../node_modules/react-native-svg`)
+ - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
- "SQLCipher-Amalgamation (from `../../node_modules/@commapp/sqlcipher-amalgamation`)"
- Yoga (from `../../node_modules/react-native/ReactCommon/yoga`)
@@ -638,13 +655,13 @@
- Flipper-RSocket
- FlipperKit
- fmt
- - hermes-engine
- libevent
- libwebp
- mobile-ffmpeg-min
- OpenSSL-Universal
- SDWebImage
- SDWebImageWebPCoder
+ - SocketRocket
- SPTPersistentCache
- YogaKit
@@ -685,12 +702,14 @@
:path: "../../node_modules/react-native/React/FBReactNativeSpec"
glog:
:podspec: "../../node_modules/react-native/third-party-podspecs/glog.podspec"
+ hermes-engine:
+ :podspec: "../../node_modules/react-native/sdks/hermes/hermes-engine.podspec"
lottie-ios:
- :path: "../../node_modules/lottie-ios"
+ :path: "../node_modules/lottie-ios"
lottie-react-native:
- :path: "../../node_modules/lottie-react-native"
+ :path: "../node_modules/lottie-react-native"
OLMKit:
- :path: "../../node_modules/olm"
+ :path: "../node_modules/olm"
RCT-Folly:
:podspec: "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
RCTRequired:
@@ -699,8 +718,12 @@
:path: "../../node_modules/react-native/Libraries/TypeSafety"
React:
:path: "../../node_modules/react-native/"
+ React-bridging:
+ :path: "../../node_modules/react-native/ReactCommon"
React-callinvoker:
:path: "../../node_modules/react-native/ReactCommon/callinvoker"
+ React-Codegen:
+ :path: build/generated/ios
React-Core:
:path: "../../node_modules/react-native/"
React-CoreModules:
@@ -718,29 +741,29 @@
React-logger:
:path: "../../node_modules/react-native/ReactCommon/logger"
react-native-background-upload:
- :path: "../../node_modules/react-native-background-upload"
+ :path: "../node_modules/react-native-background-upload"
react-native-camera:
- :path: "../../node_modules/react-native-camera"
+ :path: "../node_modules/react-native-camera"
react-native-ffmpeg:
:podspec: "../../node_modules/react-native-ffmpeg/react-native-ffmpeg.podspec"
react-native-flipper:
- :path: "../../node_modules/react-native-flipper"
+ :path: "../node_modules/react-native-flipper"
react-native-in-app-message:
- :path: "../../node_modules/react-native-in-app-message"
+ :path: "../node_modules/react-native-in-app-message"
react-native-netinfo:
- :path: "../../node_modules/@react-native-community/netinfo"
+ :path: "../node_modules/@react-native-community/netinfo"
react-native-notifications:
- :path: "../../node_modules/react-native-notifications"
+ :path: "../node_modules/react-native-notifications"
react-native-orientation-locker:
- :path: "../../node_modules/react-native-orientation-locker"
+ :path: "../node_modules/react-native-orientation-locker"
react-native-pager-view:
- :path: "../../node_modules/react-native-pager-view"
+ :path: "../node_modules/react-native-pager-view"
react-native-safe-area-context:
- :path: "../../node_modules/react-native-safe-area-context"
+ :path: "../node_modules/react-native-safe-area-context"
react-native-video:
:podspec: "../../node_modules/react-native-video/react-native-video.podspec"
react-native-webview:
- :path: "../../node_modules/react-native-webview"
+ :path: "../node_modules/react-native-webview"
React-perflogger:
:path: "../../node_modules/react-native/ReactCommon/reactperflogger"
React-RCTActionSheet:
@@ -766,37 +789,37 @@
ReactCommon:
:path: "../../node_modules/react-native/ReactCommon"
ReactNativeART:
- :path: "../../node_modules/@react-native-community/art"
+ :path: "../node_modules/@react-native-community/art"
ReactNativeKeyboardInput:
:path: "../../node_modules/react-native-keyboard-input"
ReactNativeKeyboardTrackingView:
:path: "../../node_modules/react-native-keyboard-tracking-view"
RNCAsyncStorage:
- :path: "../../node_modules/@react-native-async-storage/async-storage"
+ :path: "../node_modules/@react-native-async-storage/async-storage"
RNCClipboard:
- :path: "../../node_modules/@react-native-clipboard/clipboard"
+ :path: "../node_modules/@react-native-clipboard/clipboard"
RNCMaskedView:
- :path: "../../node_modules/@react-native-masked-view/masked-view"
+ :path: "../node_modules/@react-native-masked-view/masked-view"
RNDeviceInfo:
- :path: "../../node_modules/react-native-device-info"
+ :path: "../node_modules/react-native-device-info"
RNExitApp:
- :path: "../../node_modules/react-native-exit-app"
+ :path: "../node_modules/react-native-exit-app"
RNFastImage:
- :path: "../../node_modules/react-native-fast-image"
+ :path: "../node_modules/react-native-fast-image"
RNFS:
- :path: "../../node_modules/react-native-fs"
+ :path: "../node_modules/react-native-fs"
RNGestureHandler:
- :path: "../../node_modules/react-native-gesture-handler"
+ :path: "../node_modules/react-native-gesture-handler"
RNKeychain:
- :path: "../../node_modules/react-native-keychain"
+ :path: "../node_modules/react-native-keychain"
RNReanimated:
- :path: "../../node_modules/react-native-reanimated"
+ :path: "../node_modules/react-native-reanimated"
RNScreens:
- :path: "../../node_modules/react-native-screens"
+ :path: "../node_modules/react-native-screens"
RNSVG:
- :path: "../../node_modules/react-native-svg"
+ :path: "../node_modules/react-native-svg"
RNVectorIcons:
- :path: "../../node_modules/react-native-vector-icons"
+ :path: "../node_modules/react-native-vector-icons"
SQLCipher-Amalgamation:
:path: "../../node_modules/@commapp/sqlcipher-amalgamation"
Yoga:
@@ -805,7 +828,7 @@
SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
- DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
+ DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
DVAssetLoaderDelegate: 0caec20e4e08b8560b691131539e9180024d4bce
EXApplication: 54fe5bd6268d697771645e8f1aef8b806a65247a
EXConstants: 6d585d93723b18d7a8c283591a335609e3bc153e
@@ -820,40 +843,42 @@
ExpoModulesCore: c9438f6add0fb7b04b7c64eb97a833d2752a7834
EXSecureStore: 919bf7c28472862020d2cd7b59b69aae160b5d40
EXSplashScreen: 57f329dbf25c5c12800feed79068a056453dc772
- FBLazyVector: a926a9aaa3596b181972abf0f47eff3dee796222
- FBReactNativeSpec: f1141d5407f4a27c397bca5db03cc03919357b0d
- Flipper: 30e8eeeed6abdc98edaf32af0cda2f198be4b733
+ FBLazyVector: 48289402952f4f7a4e235de70a9a590aa0b79ef4
+ FBReactNativeSpec: c8856286d1e15e74b57b892c68d7d1d05b79c7de
+ Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
- Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
+ Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
- Flipper-Folly: 83af37379faa69497529e414bd43fbfc7cae259a
- Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
+ Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
+ Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
- FlipperKit: d8d346844eca5d9120c17d441a2f38596e8ed2b9
+ FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
- glog: 5337263514dd6f09803962437687240c5dc39aa4
- hermes-engine: bf7577d12ac6ccf53ab8b5af3c6ccf0dd8458c5c
+ glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
+ hermes-engine: 2af7b7a59128f250adfd86f15aa1d5a2ecd39995
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
- libwebp: 98a37e597e40bfdb4c911fc98f2c53d0b12d05fc
+ libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
lottie-ios: 48fac6be217c76937e36e340e2d09cf7b10b7f5f
lottie-react-native: 4dff8fe8d10ddef9e7880e770080f4a56121397e
mobile-ffmpeg-min: d5d22dcef5c8ec56f771258f1f5be245d914f193
OLMKit: a15f216aa14ba199b4fd827b3d7ef04629b56636
- OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
- RCT-Folly: 632694a4b94fb0f2cb090921861846beec77d8b8
- RCTRequired: 405e24508a0feed1771d48caebb85c581db53122
- RCTTypeSafety: 0654998ea6afd3dccecbf6bb379d7c10d1361a72
- React: cce3ac45191e66a78c79234582cbfe322e4dfd00
- React-callinvoker: 613b19264ce63cab0a2bbb6546caa24f2ad0a679
- React-Core: fe529d7c1d74b3eb9505fdfc2f4b10f2f2984a85
- React-CoreModules: 71f5d032922a043ab6f9023acda41371a774bf5c
- React-cxxreact: 808c0d39b270860af712848082009d623180999c
- React-hermes: 6d7dfec2394c40780f5db123acf7a4ae2cc01895
- React-jsi: 01b246df3667ad921a33adeb0ce199772afe9e2b
- React-jsiexecutor: 50a73168582868421112609d2fb155e607e34ec8
- React-jsinspector: 953260b8580780a6e81f2a6d319a8d42fd5028d8
- React-logger: fa4ff1e9c7e115648f7c5dafb7c20822ab4f7a7e
+ OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
+ RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
+ RCTRequired: e1866f61af7049eb3d8e08e8b133abd38bc1ca7a
+ RCTTypeSafety: 27c2ac1b00609a432ced1ae701247593f07f901e
+ React: bb3e06418d2cc48a84f9666a576c7b38e89cd7db
+ React-bridging: 572502ec59c9de30309afdc4932e278214288913
+ React-callinvoker: 6b708b79c69f3359d42f1abb4663f620dbd4dadf
+ React-Codegen: 74e1cd7cee692a8b983c18df3274b5e749de07c8
+ React-Core: b587d0a624f9611b0e032505f3d6f25e8daa2bee
+ React-CoreModules: c6ff48b985e7aa622e82ca51c2c353c7803eb04e
+ React-cxxreact: ade3d9e63c599afdead3c35f8a8bd12b3da6730b
+ React-hermes: ed09ae33512bbb8d31b2411778f3af1a2eb681a1
+ React-jsi: 5a3952e0c6d57460ad9ee2c905025b4c28f71087
+ React-jsiexecutor: b4a65947391c658450151275aa406f2b8263178f
+ React-jsinspector: 60769e5a0a6d4b32294a2456077f59d0266f9a8b
+ React-logger: 1623c216abaa88974afce404dc8f479406bbc3a0
react-native-background-upload: c62f25610ffd49b1781fbdf1135b3b17f2f914b9
react-native-camera: b5c8c7a71feecfdd5b39f0dbbf6b64b957ed55f2
react-native-ffmpeg: f9a60452aaa5d478aac205b248224994f3bde416
@@ -866,18 +891,18 @@
react-native-safe-area-context: b6e0e284002381d2ff29fa4fff42b4d8282e3c94
react-native-video: 0bb76b6d6b77da3009611586c7dbf817b947f30e
react-native-webview: e771bc375f789ebfa02a26939a57dbc6fa897336
- React-perflogger: 169fb34f60c5fd793b370002ee9c916eba9bc4ae
- React-RCTActionSheet: 2355539e02ad5cd4b1328682ab046487e1e1e920
- React-RCTAnimation: 150644a38c24d80f1f761859c10c727412303f57
- React-RCTBlob: 66042a0ab4206f112ed453130f2cb8802dd7cd82
- React-RCTImage: 3b954d8398ec4bed26cec10e10d311cb3533818b
- React-RCTLinking: 331d9b8a0702c751c7843ddc65b64297c264adc2
- React-RCTNetwork: 96e10dad824ce112087445199ea734b79791ad14
- React-RCTSettings: 41feb3f5fb3319846ad0ba9e8d339e54b5774b67
- React-RCTText: 254741e11c41516759e93ab0b8c38b90f8998f61
- React-RCTVibration: 96dbefca7504f3e52ff47cd0ad0826d20e3a789f
- React-runtimeexecutor: 09041c28ce04143a113eac2d357a6b06bd64b607
- ReactCommon: 8a7a138ae43c04bb8dd760935589f326ca810484
+ React-perflogger: 8c79399b0500a30ee8152d0f9f11beae7fc36595
+ React-RCTActionSheet: 7316773acabb374642b926c19aef1c115df5c466
+ React-RCTAnimation: 5341e288375451297057391227f691d9b2326c3d
+ React-RCTBlob: b0615fc2daf2b5684ade8fadcab659f16f6f0efa
+ React-RCTImage: 6487b9600f268ecedcaa86114d97954d31ad4750
+ React-RCTLinking: c8018ae9ebfefcec3839d690d4725f8d15e4e4b3
+ React-RCTNetwork: 8aa63578741e0fe1205c28d7d4b40dbfdabce8a8
+ React-RCTSettings: d00c15ad369cd62242a4dfcc6f277912b4a84ed3
+ React-RCTText: f532e5ca52681ecaecea452b3ad7a5b630f50d75
+ React-RCTVibration: c75ceef7aa60a33b2d5731ebe5800ddde40cefc4
+ React-runtimeexecutor: 15437b576139df27635400de0599d9844f1ab817
+ ReactCommon: 349be31adeecffc7986a0de875d7fb0dcf4e251c
ReactNativeART: 78edc68dd4a1e675338cd0cd113319cf3a65f2ab
ReactNativeKeyboardInput: 266ba27a2e9921f5bdc0b4cc30289b2a2f46b157
ReactNativeKeyboardTrackingView: 02137fac3b2ebd330d74fa54ead48b14750a2306
@@ -890,17 +915,18 @@
RNFS: 54da03c2b7d862c42ea3ca8c7f86f892760a535a
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNKeychain: 4f63aada75ebafd26f4bc2c670199461eab85d94
- RNReanimated: f9055ab75a49358b30f99155637f95d77727e7dc
+ RNReanimated: 60e291d42c77752a0f6d6f358387bdf225a87c6e
RNScreens: 6e1ea5787989f92b0671049b808aef64fa1ef98c
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
- SDWebImage: 0905f1b7760fc8ac4198cae0036600d67478751e
+ SDWebImage: 23d714cd599354ee7906dbae26dff89b421c4370
SDWebImageWebPCoder: d0dac55073088d24b2ac1b191a71a8f8d0adac21
+ SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
SPTPersistentCache: df36ea46762d7cf026502bbb86a8b79d0080dff4
SQLCipher-Amalgamation: cbd36045fe7b458b8a442958a01aefdbc44c20f8
- Yoga: b316a990bb6d115afa1b436b5626ac7c61717d17
+ Yoga: 99caf8d5ab45e9d637ee6e0174ec16fbbb01bcfc
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
-PODFILE CHECKSUM: 95bf4d6e708d99ef7e8afba2f5224ff6a86ed313
+PODFILE CHECKSUM: b86e03bf772af1fbe94cad8f4dd962d1e11561d6
COCOAPODS: 1.11.3

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 8, 2:55 PM (5 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5848767
Default Alt Text
D5896.1765205753.diff (50 KB)

Event Timeline