From d81d59d00f4760f4ddc536967720d1980f72046f Mon Sep 17 00:00:00 2001 From: yungblud Date: Wed, 19 Jul 2023 16:47:56 +0900 Subject: [PATCH] feat: setup pod-install script with fabric enabled on Podfile --- .../FabricExample.xcodeproj/project.pbxproj | 55 +- examples/FabricExample/ios/Podfile | 1 + examples/FabricExample/ios/Podfile.lock | 1068 +++++++++-------- examples/FabricExample/package.json | 3 +- 4 files changed, 566 insertions(+), 561 deletions(-) diff --git a/examples/FabricExample/ios/FabricExample.xcodeproj/project.pbxproj b/examples/FabricExample/ios/FabricExample.xcodeproj/project.pbxproj index dfba1c7c..7a069980 100644 --- a/examples/FabricExample/ios/FabricExample.xcodeproj/project.pbxproj +++ b/examples/FabricExample/ios/FabricExample.xcodeproj/project.pbxproj @@ -22,26 +22,26 @@ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = "FabricExample"; + remoteInfo = FabricExample; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00E356EE1AD99517003FC87E /* FabricExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "FabricExampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 00E356EE1AD99517003FC87E /* FabricExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FabricExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* FabricExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "FabricExampleTests.m"; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* FabricExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "FabricExample.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = "FabricExample/AppDelegate.h"; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = "FabricExample/AppDelegate.mm"; sourceTree = ""; }; - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "FabricExample/Images.xcassets"; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "FabricExample/Info.plist"; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "FabricExample/main.m"; sourceTree = ""; }; + 00E356F21AD99517003FC87E /* FabricExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FabricExampleTests.m; sourceTree = ""; }; + 13B07F961A680F5B00A75B9A /* FabricExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FabricExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = FabricExample/AppDelegate.h; sourceTree = ""; }; + 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = FabricExample/AppDelegate.mm; sourceTree = ""; }; + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = FabricExample/Images.xcassets; sourceTree = ""; }; + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = FabricExample/Info.plist; sourceTree = ""; }; + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = FabricExample/main.m; sourceTree = ""; }; 19F6CBCC0A4E27FBF8BF4A61 /* libPods-FabricExample-FabricExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FabricExample-FabricExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 3B4392A12AC88292D35C810B /* Pods-FabricExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FabricExample.debug.xcconfig"; path = "Target Support Files/Pods-FabricExample/Pods-FabricExample.debug.xcconfig"; sourceTree = ""; }; 5709B34CF0A7D63546082F79 /* Pods-FabricExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FabricExample.release.xcconfig"; path = "Target Support Files/Pods-FabricExample/Pods-FabricExample.release.xcconfig"; sourceTree = ""; }; 5B7EB9410499542E8C5724F5 /* Pods-FabricExample-FabricExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FabricExample-FabricExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests.debug.xcconfig"; sourceTree = ""; }; 5DCACB8F33CDC322A6C60F78 /* libPods-FabricExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FabricExample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = "FabricExample/LaunchScreen.storyboard"; sourceTree = ""; }; + 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = FabricExample/LaunchScreen.storyboard; sourceTree = ""; }; 89C6BE57DB24E9ADA2F236DE /* Pods-FabricExample-FabricExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FabricExample-FabricExampleTests.release.xcconfig"; path = "Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests.release.xcconfig"; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -72,7 +72,7 @@ 00E356F21AD99517003FC87E /* FabricExampleTests.m */, 00E356F01AD99517003FC87E /* Supporting Files */, ); - path = "FabricExampleTests"; + path = FabricExampleTests; sourceTree = ""; }; 00E356F01AD99517003FC87E /* Supporting Files */ = { @@ -93,7 +93,7 @@ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, 13B07FB71A68108700A75B9A /* main.m */, ); - name = "FabricExample"; + name = FabricExample; sourceTree = ""; }; 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { @@ -167,8 +167,7 @@ dependencies = ( 00E356F51AD99517003FC87E /* PBXTargetDependency */, ); - name = "FabricExampleTests"; - productname = "FabricExampleTests"; + name = FabricExampleTests; productReference = 00E356EE1AD99517003FC87E /* FabricExampleTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; @@ -189,8 +188,8 @@ ); dependencies = ( ); - name = "FabricExample"; - productName = "FabricExample"; + name = FabricExample; + productName = FabricExample; productReference = 13B07F961A680F5B00A75B9A /* FabricExample.app */; productType = "com.apple.product-type.application"; }; @@ -437,7 +436,7 @@ "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = "FabricExampleTests/Info.plist"; + INFOPLIST_FILE = FabricExampleTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.4; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -449,7 +448,7 @@ "-lc++", "$(inherited)", ); - PRODUCT_BUNDLE_IDENTIFIER = "net.video.fabricexample"; + PRODUCT_BUNDLE_IDENTIFIER = net.video.fabricexample; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FabricExample.app/FabricExample"; }; @@ -461,7 +460,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; - INFOPLIST_FILE = "FabricExampleTests/Info.plist"; + INFOPLIST_FILE = FabricExampleTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.4; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -473,7 +472,7 @@ "-lc++", "$(inherited)", ); - PRODUCT_BUNDLE_IDENTIFIER = "net.video.fabricexample"; + PRODUCT_BUNDLE_IDENTIFIER = net.video.fabricexample; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FabricExample.app/FabricExample"; }; @@ -487,8 +486,8 @@ CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; ENABLE_BITCODE = NO; - INFOPLIST_FILE = "FabricExample/Info.plist"; - INFOPLIST_KEY_CFBundleDisplayName = "FabricExample"; + INFOPLIST_FILE = FabricExample/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = FabricExample; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -498,8 +497,8 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "net.video.fabricexample"; - PRODUCT_NAME = "FabricExample"; + PRODUCT_BUNDLE_IDENTIFIER = net.video.fabricexample; + PRODUCT_NAME = FabricExample; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; @@ -513,8 +512,8 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = "FabricExample/Info.plist"; - INFOPLIST_KEY_CFBundleDisplayName = "FabricExample"; + INFOPLIST_FILE = FabricExample/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = FabricExample; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -524,8 +523,8 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "net.video.fabricexample"; - PRODUCT_NAME = "FabricExample"; + PRODUCT_BUNDLE_IDENTIFIER = net.video.fabricexample; + PRODUCT_NAME = FabricExample; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; }; diff --git a/examples/FabricExample/ios/Podfile b/examples/FabricExample/ios/Podfile index 6d6651fb..d39c1645 100644 --- a/examples/FabricExample/ios/Podfile +++ b/examples/FabricExample/ios/Podfile @@ -1,3 +1,4 @@ +ENV['RCT_NEW_ARCH_ENABLED'] = "1" require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' diff --git a/examples/FabricExample/ios/Podfile.lock b/examples/FabricExample/ios/Podfile.lock index 6f4ef482..2fc3f613 100644 --- a/examples/FabricExample/ios/Podfile.lock +++ b/examples/FabricExample/ios/Podfile.lock @@ -2,14 +2,14 @@ PODS: - boost (1.76.0) - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) - - FBLazyVector (0.71.6) - - FBReactNativeSpec (0.71.6): + - FBLazyVector (0.71.12) + - FBReactNativeSpec (0.71.12): - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-Core (= 0.71.6) - - React-jsi (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-Core (= 0.71.12) + - React-jsi (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) - Flipper (0.125.0): - Flipper-Folly (~> 2.6) - Flipper-RSocket (~> 1.4) @@ -73,9 +73,9 @@ PODS: - FlipperKit/FlipperKitNetworkPlugin - fmt (6.2.1) - glog (0.3.5) - - hermes-engine (0.71.6): - - hermes-engine/Pre-built (= 0.71.6) - - hermes-engine/Pre-built (0.71.6) + - hermes-engine (0.71.12): + - hermes-engine/Pre-built (= 0.71.12) + - hermes-engine/Pre-built (0.71.12) - libevent (2.1.12) - OpenSSL-Universal (1.1.1100) - PromisesObjC (2.2.0) @@ -92,32 +92,37 @@ PODS: - DoubleConversion - fmt (~> 6.2.1) - glog + - RCT-Folly/Fabric (2021.07.22.00): + - boost + - DoubleConversion + - fmt (~> 6.2.1) + - glog - RCT-Folly/Futures (2021.07.22.00): - boost - DoubleConversion - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.71.6) - - RCTTypeSafety (0.71.6): - - FBLazyVector (= 0.71.6) - - RCTRequired (= 0.71.6) - - React-Core (= 0.71.6) - - React (0.71.6): - - React-Core (= 0.71.6) - - React-Core/DevSupport (= 0.71.6) - - React-Core/RCTWebSocket (= 0.71.6) - - React-RCTActionSheet (= 0.71.6) - - React-RCTAnimation (= 0.71.6) - - React-RCTBlob (= 0.71.6) - - React-RCTImage (= 0.71.6) - - React-RCTLinking (= 0.71.6) - - React-RCTNetwork (= 0.71.6) - - React-RCTSettings (= 0.71.6) - - React-RCTText (= 0.71.6) - - React-RCTVibration (= 0.71.6) - - React-callinvoker (0.71.6) - - React-Codegen (0.71.6): + - RCTRequired (0.71.12) + - RCTTypeSafety (0.71.12): + - FBLazyVector (= 0.71.12) + - RCTRequired (= 0.71.12) + - React-Core (= 0.71.12) + - React (0.71.12): + - React-Core (= 0.71.12) + - React-Core/DevSupport (= 0.71.12) + - React-Core/RCTWebSocket (= 0.71.12) + - React-RCTActionSheet (= 0.71.12) + - React-RCTAnimation (= 0.71.12) + - React-RCTBlob (= 0.71.12) + - React-RCTImage (= 0.71.12) + - React-RCTLinking (= 0.71.12) + - React-RCTNetwork (= 0.71.12) + - React-RCTSettings (= 0.71.12) + - React-RCTText (= 0.71.12) + - React-RCTVibration (= 0.71.12) + - React-callinvoker (0.71.12) + - React-Codegen (0.71.12): - FBReactNativeSpec - hermes-engine - RCT-Folly @@ -130,561 +135,547 @@ PODS: - React-rncore - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.71.6): + - React-Core (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.71.6) - - React-cxxreact (= 0.71.6) + - React-Core/Default (= 0.71.12) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/CoreModulesHeaders (0.71.6): + - React-Core/CoreModulesHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/Default (0.71.6): + - React-Core/Default (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/DevSupport (0.71.6): + - React-Core/DevSupport (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.71.6) - - React-Core/RCTWebSocket (= 0.71.6) - - React-cxxreact (= 0.71.6) + - React-Core/Default (= 0.71.12) + - React-Core/RCTWebSocket (= 0.71.12) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-jsinspector (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-jsinspector (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTActionSheetHeaders (0.71.6): + - React-Core/RCTActionSheetHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTAnimationHeaders (0.71.6): + - React-Core/RCTAnimationHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTBlobHeaders (0.71.6): + - React-Core/RCTBlobHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTImageHeaders (0.71.6): + - React-Core/RCTImageHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTLinkingHeaders (0.71.6): + - React-Core/RCTLinkingHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTNetworkHeaders (0.71.6): + - React-Core/RCTNetworkHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTSettingsHeaders (0.71.6): + - React-Core/RCTSettingsHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTTextHeaders (0.71.6): + - React-Core/RCTTextHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTVibrationHeaders (0.71.6): + - React-Core/RCTVibrationHeaders (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-Core/RCTWebSocket (0.71.6): + - React-Core/RCTWebSocket (0.71.12): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.71.6) - - React-cxxreact (= 0.71.6) + - React-Core/Default (= 0.71.12) + - React-cxxreact (= 0.71.12) - React-hermes - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-perflogger (= 0.71.12) - Yoga - - React-CoreModules (0.71.6): + - React-CoreModules (0.71.12): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.71.6) - - React-Codegen (= 0.71.6) - - React-Core/CoreModulesHeaders (= 0.71.6) - - React-jsi (= 0.71.6) + - RCTTypeSafety (= 0.71.12) + - React-Codegen (= 0.71.12) + - React-Core/CoreModulesHeaders (= 0.71.12) + - React-jsi (= 0.71.12) - React-RCTBlob - - React-RCTImage (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-cxxreact (0.71.6): + - React-RCTImage (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-cxxreact (0.71.12): - boost (= 1.76.0) - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsinspector (= 0.71.6) - - React-logger (= 0.71.6) - - React-perflogger (= 0.71.6) - - React-runtimeexecutor (= 0.71.6) - - React-Fabric (0.71.6): + - React-callinvoker (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsinspector (= 0.71.12) + - React-logger (= 0.71.12) + - React-perflogger (= 0.71.12) + - React-runtimeexecutor (= 0.71.12) + - React-Fabric (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-Fabric/animations (= 0.71.6) - - React-Fabric/attributedstring (= 0.71.6) - - React-Fabric/butter (= 0.71.6) - - React-Fabric/componentregistry (= 0.71.6) - - React-Fabric/componentregistrynative (= 0.71.6) - - React-Fabric/components (= 0.71.6) - - React-Fabric/config (= 0.71.6) - - React-Fabric/core (= 0.71.6) - - React-Fabric/debug_core (= 0.71.6) - - React-Fabric/debug_renderer (= 0.71.6) - - React-Fabric/imagemanager (= 0.71.6) - - React-Fabric/leakchecker (= 0.71.6) - - React-Fabric/mapbuffer (= 0.71.6) - - React-Fabric/mounting (= 0.71.6) - - React-Fabric/runtimescheduler (= 0.71.6) - - React-Fabric/scheduler (= 0.71.6) - - React-Fabric/telemetry (= 0.71.6) - - React-Fabric/templateprocessor (= 0.71.6) - - React-Fabric/textlayoutmanager (= 0.71.6) - - React-Fabric/uimanager (= 0.71.6) - - React-Fabric/utils (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/animations (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-Fabric/animations (= 0.71.12) + - React-Fabric/attributedstring (= 0.71.12) + - React-Fabric/butter (= 0.71.12) + - React-Fabric/componentregistry (= 0.71.12) + - React-Fabric/componentregistrynative (= 0.71.12) + - React-Fabric/components (= 0.71.12) + - React-Fabric/config (= 0.71.12) + - React-Fabric/core (= 0.71.12) + - React-Fabric/debug_core (= 0.71.12) + - React-Fabric/debug_renderer (= 0.71.12) + - React-Fabric/imagemanager (= 0.71.12) + - React-Fabric/leakchecker (= 0.71.12) + - React-Fabric/mapbuffer (= 0.71.12) + - React-Fabric/mounting (= 0.71.12) + - React-Fabric/runtimescheduler (= 0.71.12) + - React-Fabric/scheduler (= 0.71.12) + - React-Fabric/telemetry (= 0.71.12) + - React-Fabric/templateprocessor (= 0.71.12) + - React-Fabric/textlayoutmanager (= 0.71.12) + - React-Fabric/uimanager (= 0.71.12) + - React-Fabric/utils (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/animations (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/attributedstring (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/attributedstring (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/butter (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/butter (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/componentregistry (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/componentregistry (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/componentregistrynative (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/componentregistrynative (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-Fabric/components/activityindicator (= 0.71.6) - - React-Fabric/components/image (= 0.71.6) - - React-Fabric/components/inputaccessory (= 0.71.6) - - React-Fabric/components/legacyviewmanagerinterop (= 0.71.6) - - React-Fabric/components/modal (= 0.71.6) - - React-Fabric/components/root (= 0.71.6) - - React-Fabric/components/safeareaview (= 0.71.6) - - React-Fabric/components/scrollview (= 0.71.6) - - React-Fabric/components/slider (= 0.71.6) - - React-Fabric/components/text (= 0.71.6) - - React-Fabric/components/textinput (= 0.71.6) - - React-Fabric/components/unimplementedview (= 0.71.6) - - React-Fabric/components/view (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/activityindicator (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-Fabric/components/activityindicator (= 0.71.12) + - React-Fabric/components/image (= 0.71.12) + - React-Fabric/components/inputaccessory (= 0.71.12) + - React-Fabric/components/legacyviewmanagerinterop (= 0.71.12) + - React-Fabric/components/modal (= 0.71.12) + - React-Fabric/components/root (= 0.71.12) + - React-Fabric/components/safeareaview (= 0.71.12) + - React-Fabric/components/scrollview (= 0.71.12) + - React-Fabric/components/slider (= 0.71.12) + - React-Fabric/components/text (= 0.71.12) + - React-Fabric/components/textinput (= 0.71.12) + - React-Fabric/components/unimplementedview (= 0.71.12) + - React-Fabric/components/view (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/activityindicator (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/image (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/image (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/inputaccessory (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/inputaccessory (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/legacyviewmanagerinterop (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/legacyviewmanagerinterop (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/modal (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/modal (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/root (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/root (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/safeareaview (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/safeareaview (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/scrollview (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/scrollview (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/slider (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/slider (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/text (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/text (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/textinput (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/textinput (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/unimplementedview (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/unimplementedview (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/components/view (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/components/view (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) - Yoga - - React-Fabric/config (0.71.6): + - React-Fabric/config (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/core (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/core (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/debug_core (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/debug_core (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/debug_renderer (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/debug_renderer (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/imagemanager (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/imagemanager (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - React-RCTImage (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/leakchecker (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - React-RCTImage (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/leakchecker (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/mapbuffer (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/mapbuffer (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/mounting (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/mounting (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/runtimescheduler (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/runtimescheduler (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/scheduler (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/scheduler (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/telemetry (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/telemetry (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/templateprocessor (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/templateprocessor (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/textlayoutmanager (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/textlayoutmanager (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) - React-Fabric/uimanager - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/uimanager (0.71.6): + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/uimanager (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-Fabric/utils (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-Fabric/utils (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.71.6) - - RCTTypeSafety (= 0.71.6) - - React-graphics (= 0.71.6) - - React-jsi (= 0.71.6) - - React-jsiexecutor (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-graphics (0.71.6): + - RCTRequired (= 0.71.12) + - RCTTypeSafety (= 0.71.12) + - React-graphics (= 0.71.12) + - React-jsi (= 0.71.12) + - React-jsiexecutor (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-graphics (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - React-Core/Default (= 0.71.6) - - React-hermes (0.71.6): + - React-Core/Default (= 0.71.12) + - React-hermes (0.71.12): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - RCT-Folly/Futures (= 2021.07.22.00) - - React-cxxreact (= 0.71.6) + - React-cxxreact (= 0.71.12) - React-jsi - - React-jsiexecutor (= 0.71.6) - - React-jsinspector (= 0.71.6) - - React-perflogger (= 0.71.6) - - React-jsi (0.71.6): + - React-jsiexecutor (= 0.71.12) + - React-jsinspector (= 0.71.12) + - React-perflogger (= 0.71.12) + - React-jsi (0.71.12): - boost (= 1.76.0) - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.71.6): + - React-jsiexecutor (0.71.12): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.71.6) - - React-jsi (= 0.71.6) - - React-perflogger (= 0.71.6) - - React-jsinspector (0.71.6) - - React-logger (0.71.6): + - React-cxxreact (= 0.71.12) + - React-jsi (= 0.71.12) + - React-perflogger (= 0.71.12) + - React-jsinspector (0.71.12) + - React-logger (0.71.12): - glog - react-native-video (6.0.0-alpha.6): - - RCT-Folly (= 2021.07.22.00) - - RCTRequired - - RCTTypeSafety - - React-Codegen - React-Core - react-native-video/Video (= 6.0.0-alpha.6) - - React-RCTFabric - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - react-native-video/Video (6.0.0-alpha.6): - PromisesSwift - - RCT-Folly (= 2021.07.22.00) - - RCTRequired - - RCTTypeSafety - - React-Codegen - React-Core - - React-RCTFabric - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - - React-perflogger (0.71.6) - - React-RCTActionSheet (0.71.6): - - React-Core/RCTActionSheetHeaders (= 0.71.6) - - React-RCTAnimation (0.71.6): + - React-perflogger (0.71.12) + - React-RCTActionSheet (0.71.12): + - React-Core/RCTActionSheetHeaders (= 0.71.12) + - React-RCTAnimation (0.71.12): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.71.6) - - React-Codegen (= 0.71.6) - - React-Core/RCTAnimationHeaders (= 0.71.6) - - React-jsi (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-RCTAppDelegate (0.71.6): + - RCTTypeSafety (= 0.71.12) + - React-Codegen (= 0.71.12) + - React-Core/RCTAnimationHeaders (= 0.71.12) + - React-jsi (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-RCTAppDelegate (0.71.12): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -692,80 +683,80 @@ PODS: - React-graphics - React-RCTFabric - ReactCommon/turbomodule/core - - React-RCTBlob (0.71.6): + - React-RCTBlob (0.71.12): - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.71.6) - - React-Core/RCTBlobHeaders (= 0.71.6) - - React-Core/RCTWebSocket (= 0.71.6) - - React-jsi (= 0.71.6) - - React-RCTNetwork (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-RCTFabric (0.71.6): + - React-Codegen (= 0.71.12) + - React-Core/RCTBlobHeaders (= 0.71.12) + - React-Core/RCTWebSocket (= 0.71.12) + - React-jsi (= 0.71.12) + - React-RCTNetwork (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-RCTFabric (0.71.12): - RCT-Folly/Fabric (= 2021.07.22.00) - - React-Core (= 0.71.6) - - React-Fabric (= 0.71.6) - - React-RCTImage (= 0.71.6) - - React-RCTImage (0.71.6): + - React-Core (= 0.71.12) + - React-Fabric (= 0.71.12) + - React-RCTImage (= 0.71.12) + - React-RCTImage (0.71.12): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.71.6) - - React-Codegen (= 0.71.6) - - React-Core/RCTImageHeaders (= 0.71.6) - - React-jsi (= 0.71.6) - - React-RCTNetwork (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-RCTLinking (0.71.6): - - React-Codegen (= 0.71.6) - - React-Core/RCTLinkingHeaders (= 0.71.6) - - React-jsi (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-RCTNetwork (0.71.6): + - RCTTypeSafety (= 0.71.12) + - React-Codegen (= 0.71.12) + - React-Core/RCTImageHeaders (= 0.71.12) + - React-jsi (= 0.71.12) + - React-RCTNetwork (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-RCTLinking (0.71.12): + - React-Codegen (= 0.71.12) + - React-Core/RCTLinkingHeaders (= 0.71.12) + - React-jsi (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-RCTNetwork (0.71.12): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.71.6) - - React-Codegen (= 0.71.6) - - React-Core/RCTNetworkHeaders (= 0.71.6) - - React-jsi (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-RCTSettings (0.71.6): + - RCTTypeSafety (= 0.71.12) + - React-Codegen (= 0.71.12) + - React-Core/RCTNetworkHeaders (= 0.71.12) + - React-jsi (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-RCTSettings (0.71.12): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.71.6) - - React-Codegen (= 0.71.6) - - React-Core/RCTSettingsHeaders (= 0.71.6) - - React-jsi (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-RCTText (0.71.6): - - React-Core/RCTTextHeaders (= 0.71.6) - - React-RCTVibration (0.71.6): + - RCTTypeSafety (= 0.71.12) + - React-Codegen (= 0.71.12) + - React-Core/RCTSettingsHeaders (= 0.71.12) + - React-jsi (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-RCTText (0.71.12): + - React-Core/RCTTextHeaders (= 0.71.12) + - React-RCTVibration (0.71.12): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.71.6) - - React-Core/RCTVibrationHeaders (= 0.71.6) - - React-jsi (= 0.71.6) - - ReactCommon/turbomodule/core (= 0.71.6) - - React-rncore (0.71.6) - - React-runtimeexecutor (0.71.6): - - React-jsi (= 0.71.6) - - ReactCommon/turbomodule/bridging (0.71.6): + - React-Codegen (= 0.71.12) + - React-Core/RCTVibrationHeaders (= 0.71.12) + - React-jsi (= 0.71.12) + - ReactCommon/turbomodule/core (= 0.71.12) + - React-rncore (0.71.12) + - React-runtimeexecutor (0.71.12): + - React-jsi (= 0.71.12) + - ReactCommon/turbomodule/bridging (0.71.12): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.71.6) - - React-Core (= 0.71.6) - - React-cxxreact (= 0.71.6) - - React-jsi (= 0.71.6) - - React-logger (= 0.71.6) - - React-perflogger (= 0.71.6) - - ReactCommon/turbomodule/core (0.71.6): + - React-callinvoker (= 0.71.12) + - React-Core (= 0.71.12) + - React-cxxreact (= 0.71.12) + - React-jsi (= 0.71.12) + - React-logger (= 0.71.12) + - React-perflogger (= 0.71.12) + - ReactCommon/turbomodule/core (0.71.12): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.71.6) - - React-Core (= 0.71.6) - - React-cxxreact (= 0.71.6) - - React-jsi (= 0.71.6) - - React-logger (= 0.71.6) - - React-perflogger (= 0.71.6) + - React-callinvoker (= 0.71.12) + - React-Core (= 0.71.12) + - React-cxxreact (= 0.71.12) + - React-jsi (= 0.71.12) + - React-logger (= 0.71.12) + - React-perflogger (= 0.71.12) - SocketRocket (0.6.0) - Yoga (1.14.0) - YogaKit (1.18.1): @@ -802,6 +793,7 @@ DEPENDENCIES: - libevent (~> 2.1.12) - OpenSSL-Universal (= 1.1.1100) - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) + - RCT-Folly/Fabric (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/`) @@ -812,6 +804,8 @@ DEPENDENCIES: - React-Core/RCTWebSocket (from `../node_modules/react-native/`) - React-CoreModules (from `../node_modules/react-native/React/CoreModules`) - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) + - React-Fabric (from `../node_modules/react-native/ReactCommon`) + - React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`) - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`) - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) @@ -823,12 +817,14 @@ DEPENDENCIES: - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`) - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`) - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`) + - React-RCTFabric (from `../node_modules/react-native/React`) - React-RCTImage (from `../node_modules/react-native/Libraries/Image`) - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`) - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`) - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`) - React-RCTText (from `../node_modules/react-native/Libraries/Text`) - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) + - React-rncore (from `../node_modules/react-native/ReactCommon`) - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) @@ -884,6 +880,10 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/React/CoreModules" React-cxxreact: :path: "../node_modules/react-native/ReactCommon/cxxreact" + React-Fabric: + :path: "../node_modules/react-native/ReactCommon" + React-graphics: + :path: "../node_modules/react-native/ReactCommon/react/renderer/graphics" React-hermes: :path: "../node_modules/react-native/ReactCommon/hermes" React-jsi: @@ -906,6 +906,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/AppDelegate" React-RCTBlob: :path: "../node_modules/react-native/Libraries/Blob" + React-RCTFabric: + :path: "../node_modules/react-native/React" React-RCTImage: :path: "../node_modules/react-native/Libraries/Image" React-RCTLinking: @@ -918,6 +920,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/Text" React-RCTVibration: :path: "../node_modules/react-native/Libraries/Vibration" + React-rncore: + :path: "../node_modules/react-native/ReactCommon" React-runtimeexecutor: :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" ReactCommon: @@ -929,8 +933,8 @@ SPEC CHECKSUMS: boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: a83ceaa8a8581003a623facdb3c44f6d4f342ac5 - FBReactNativeSpec: e66130899b31cbeb133f8fe1fc7002aa710b0268 + FBLazyVector: 4eb7ee83e8d0ad7e20a829485295ff48823c4e4c + FBReactNativeSpec: be2df14ea53a93ca2cfcee55312669505eb90c5f Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0 Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 @@ -942,47 +946,47 @@ SPEC CHECKSUMS: FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - hermes-engine: b434cea529ad0152c56c7cb6486b0c4c0b23b5de + hermes-engine: b60ebc812e0179a612d8146ac54730d533c804a2 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef PromisesSwift: cf9eb58666a43bbe007302226e510b16c1e10959 RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 - RCTRequired: 5c6fd63b03abb06947d348dadac51c93e3485bd8 - RCTTypeSafety: 1c66daedd66f674e39ce9f40782f0d490c78b175 - React: e11ca7cdc7aa4ddd7e6a59278b808cfe17ebbd9f - React-callinvoker: 77a82869505c96945c074b80bbdc8df919646d51 - React-Codegen: 21b9bbca8f7ca9935363604b57561bf8a73a69b4 - React-Core: 44903e47b428a491f48fd0eae54caddb2ea05ebf - React-CoreModules: 83d989defdfc82be1f7386f84a56b6509f54ac74 - React-cxxreact: 058e7e6349649eae9cfcdec5854e702b26298932 - React-Fabric: 3dc35513f9aaa133da413bcb24f66589b7389a87 - React-graphics: f93e662aec9a7fa7ad3f1dc78d46c8fb62ef8d6e - React-hermes: ba19a405804b833c9b832c1f2061ad5038bb97f2 - React-jsi: 3fe6f589c9cafbef85ed5a4be7c6dc8edfb4ab54 - React-jsiexecutor: 7894956638ff3e00819dd3f9f6f4a84da38f2409 - React-jsinspector: d5ce2ef3eb8fd30c28389d0bc577918c70821bd6 - React-logger: 9332c3e7b4ef007a0211c0a9868253aac3e1da82 - react-native-video: f5457f3e892468bd1810adce6abd21976193c1ae - React-perflogger: 43392072a5b867a504e2b4857606f8fc5a403d7f - React-RCTActionSheet: c7b67c125bebeda9fb19fc7b200d85cb9d6899c4 - React-RCTAnimation: c2de79906f607986633a7114bee44854e4c7e2f5 - React-RCTAppDelegate: 5a9e9c1e0c18504992e77350bc7486f1422c5962 - React-RCTBlob: cf72446957310e7da6627a4bdaadf970d3a8f232 - React-RCTFabric: 016020011daa0ff3b5ab97a418e1254f1e4a075c - React-RCTImage: c6093f1bf3d67c0428d779b00390617d5bd90699 - React-RCTLinking: 5de47e37937889d22599af4b99d0552bad1b1c3c - React-RCTNetwork: e7d7077e073b08e5dd486fba3fe87ccad90a9bc4 - React-RCTSettings: 72a04921b2e8fb832da7201a60ffffff2a7c62f7 - React-RCTText: 7123c70fef5367e2121fea37e65b9ad6d3747e54 - React-RCTVibration: 73d201599a64ea14b4e0b8f91b64970979fd92e6 - React-rncore: 70d45c4dc1484e814eddba9706807990495943d6 - React-runtimeexecutor: 8692ac548bec648fa121980ccb4304afd136d584 - ReactCommon: 0c43eaeaaee231d7d8dc24fc5a6e4cf2b75bf196 + RCTRequired: 4db5e3e18b906377a502da5b358ff159ba4783ed + RCTTypeSafety: 6c1a8aed043050de0d537336c95cd1be7b66c272 + React: 214e77358d860a3ed707fede9088e7c00663a087 + React-callinvoker: 8fc1c79c26fbcadce2a5d4a3cb4b2ced2dec3436 + React-Codegen: d88c22066f9d685c3f67399aa595f7aa7e8ffc6b + React-Core: ea541085ca5be10b2be289c7d82eba368b5c4900 + React-CoreModules: d9680e1d551eef1dd764df736a473cf25f701070 + React-cxxreact: 0792e80e291d086b2cf588410f6bc6e752bc1d83 + React-Fabric: 223723f622a7cb4f77741a3a01fa91f66963aa18 + React-graphics: fa303eb6c3b52de9a8a9e38c7aab022b1ce6d3d4 + React-hermes: 0b1bba58112cb7421f1166d527a1a05489f48dbc + React-jsi: 1e41088515c4273ef5b118575337df4671851430 + React-jsiexecutor: 509cd947c28834614808ce056ee8eb700a0662aa + React-jsinspector: ec4dcbfb1f4e72f04f826a0301eceee5fa7ca540 + React-logger: 35538accacf2583693fbc3ee8b53e69a1776fcee + react-native-video: fee89269ad07556d960721f3b62e39be6ace3c90 + React-perflogger: 75b0e25075c67565a830985f3c373e2eae5389e0 + React-RCTActionSheet: a0c3e916b327e297d124d9ebe8b0c721840ee04d + React-RCTAnimation: 3da7025801d7bf0f8cfd94574d6278d5b82a8b88 + React-RCTAppDelegate: 2ef2a2b0f14b0b8e2ed91f88084801fadee5dee6 + React-RCTBlob: 53252ebabe7777fd1c440a34546c64e16b162908 + React-RCTFabric: 7667a890d204af8a42683133250251e698c67e5c + React-RCTImage: e230761bd34d71362dd8b3d51b5cd72674935aa0 + React-RCTLinking: 3294b1b540005628168e5a341963b0eddc3932e8 + React-RCTNetwork: 00c6b2215e54a9fb015c53a5e02b0a852dbb8568 + React-RCTSettings: 2e7e4964f45e9b24c6c32ad30b6ab2ef4a7e2ffc + React-RCTText: a9c712b13cab90e1432e0ad113edc8bdbc691248 + React-RCTVibration: a283fefb8cc29d9740a7ff2e87f72ad10f25a433 + React-rncore: 1809ecfc14066404da300c0d950876bf95852f87 + React-runtimeexecutor: 7902246857a4ead4166869e6c42d4df329ff721d + ReactCommon: a6d1c76b9e10b439e41db225263341240e1cda9f SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 - Yoga: ba09b6b11e6139e3df8229238aa794205ca6a02a + Yoga: 39310a10944fc864a7550700de349183450f8aaa YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: a6c8530ac99a721590bf9e90d3f6b9b4c7ef4b71 +PODFILE CHECKSUM: 780eb8fa466e7a1ad2e9200598bc65585b637433 COCOAPODS: 1.12.0 diff --git a/examples/FabricExample/package.json b/examples/FabricExample/package.json index cf6b752c..bbb234ad 100644 --- a/examples/FabricExample/package.json +++ b/examples/FabricExample/package.json @@ -7,7 +7,8 @@ "ios": "react-native run-ios", "start": "react-native start", "test": "jest", - "lint": "eslint . --ext .js,.jsx,.ts,.tsx" + "lint": "eslint . --ext .js,.jsx,.ts,.tsx", + "pod-install": "bundle exec npx pod-install --project-directory=ios --verbose" }, "dependencies": { "react": "18.1.0",