From 95ad25a4e5439b2a3edeb337d4d5381727640cd2 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sat, 3 Aug 2024 13:20:12 +0500 Subject: [PATCH] mobile: fix ios build --- .../ios/Notesnook.xcodeproj/project.pbxproj | 72 +- .../ios/Notesnook/PrivacyInfo.xcprivacy | 37 + apps/mobile/native/ios/Podfile | 2 +- apps/mobile/native/ios/Podfile.lock | 1624 +++++++++++++---- apps/mobile/package-lock.json | 137 +- apps/mobile/package.json | 2 +- 6 files changed, 1492 insertions(+), 382 deletions(-) create mode 100644 apps/mobile/native/ios/Notesnook/PrivacyInfo.xcprivacy diff --git a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj index 4db74129a..d9cf1bd74 100644 --- a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj +++ b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 2DCD954D1E0B4F2C00145EB5 /* NotesnookTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* NotesnookTests.m */; }; + 2E4BF736C2EB268ED3FD9C29 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B5216B66C0B4A91C0A69128B /* PrivacyInfo.xcprivacy */; }; 6510E6D72877215700DACAA9 /* build.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6510E6D62877215700DACAA9 /* build.bundle */; }; 6515C42F2580AA3000E83E39 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6515C42E2580AA2F00E83E39 /* StoreKit.framework */; }; 6517B7C12B6838EB0079FF37 /* OpenSans-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6517B7BE2B6838EB0079FF37 /* OpenSans-Regular.ttf */; }; @@ -42,6 +43,7 @@ 87CE5B71DC72F3D95B7B1AA5 /* libPods-Notesnook-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A03E3F5851D27269540E147C /* libPods-Notesnook-tvOSTests.a */; }; A79A93DC9D0CAE8703462151 /* libPods-Notesnook-NotesnookTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 068FA9BDFA207A50B0A9E597 /* libPods-Notesnook-NotesnookTests.a */; }; C619D096A9DE2070DBEAC70F /* libPods-Make Note.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C4AF691C324D95337F2FB0A /* libPods-Make Note.a */; }; + E7F9D56665C2F19F4A97BF49 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4B679E87FDFB1312CAD6CF45 /* PrivacyInfo.xcprivacy */; }; F50BF8BC21F8B58EB2B5A31A /* libPods-Notesnook-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 16C0296DE7A2B4102817F5C1 /* libPods-Notesnook-tvOS.a */; }; /* End PBXBuildFile section */ @@ -110,6 +112,7 @@ 2D02E4901E0B4A5D006451C7 /* Notesnook-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Notesnook-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 41D57E9831C724F59F18FBAE /* libPods-Notesnook-Add to Notes.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Notesnook-Add to Notes.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 47AE097A087A651BD60CAD7B /* Pods-Notesnook-Make Note.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Notesnook-Make Note.release.xcconfig"; path = "Target Support Files/Pods-Notesnook-Make Note/Pods-Notesnook-Make Note.release.xcconfig"; sourceTree = ""; }; + 4B679E87FDFB1312CAD6CF45 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Notesnook/PrivacyInfo.xcprivacy; sourceTree = ""; }; 4BD34AE0C0FD2416E48803B8 /* libPods-Notesnook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Notesnook.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 4C4AF691C324D95337F2FB0A /* libPods-Make Note.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Make Note.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 6510E6D62877215700DACAA9 /* build.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = build.bundle; path = "../../../../packages/editor-mobile/build.bundle"; sourceTree = ""; }; @@ -149,6 +152,7 @@ 88211800FA8BF60638327ADE /* Pods-Make Note.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Make Note.debug.xcconfig"; path = "Target Support Files/Pods-Make Note/Pods-Make Note.debug.xcconfig"; sourceTree = ""; }; A03E3F5851D27269540E147C /* libPods-Notesnook-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Notesnook-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; A84F3F0D50641D1CD4569B0E /* Pods-Make Note.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Make Note.release.xcconfig"; path = "Target Support Files/Pods-Make Note/Pods-Make Note.release.xcconfig"; sourceTree = ""; }; + B5216B66C0B4A91C0A69128B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Notesnook/PrivacyInfo.xcprivacy; sourceTree = ""; }; B9989E5C777BB11343A62D09 /* Pods-Notesnook-NotesnookTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Notesnook-NotesnookTests.debug.xcconfig"; path = "Target Support Files/Pods-Notesnook-NotesnookTests/Pods-Notesnook-NotesnookTests.debug.xcconfig"; sourceTree = ""; }; D1710CA05FED221CC56D2BE1 /* Pods-Notesnook-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Notesnook-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-Notesnook-tvOSTests/Pods-Notesnook-tvOSTests.release.xcconfig"; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; @@ -243,6 +247,7 @@ 13B07FB71A68108700A75B9A /* main.m */, 65E0340A257B9FF100793428 /* File.swift */, 65E03409257B9FF100793428 /* Notesnook-Bridging-Header.h */, + 4B679E87FDFB1312CAD6CF45 /* PrivacyInfo.xcprivacy */, ); name = Notesnook; sourceTree = ""; @@ -315,6 +320,7 @@ 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, DA84645424CFBF19A44D64B3 /* Pods */, + B5216B66C0B4A91C0A69128B /* PrivacyInfo.xcprivacy */, ); indentWidth = 2; sourceTree = ""; @@ -367,6 +373,7 @@ 00E356EB1AD99517003FC87E /* Frameworks */, 00E356EC1AD99517003FC87E /* Resources */, 819D480147D052141ACC55A9 /* [CP] Copy Pods Resources */, + 310C868ED8D8299D75460154 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -390,6 +397,7 @@ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, 240525450DF9ABA0F332B52E /* [CP] Copy Pods Resources */, 65A7F34B255687E600699170 /* Embed App Extensions */, + 48C834D962D612F18A0388B3 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -556,6 +564,7 @@ 6510E6D72877215700DACAA9 /* build.bundle in Resources */, 6517B7C12B6838EB0079FF37 /* OpenSans-Regular.ttf in Resources */, 659BE46725E11A5100E05671 /* notesnook-text.png in Resources */, + E7F9D56665C2F19F4A97BF49 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -564,6 +573,7 @@ buildActionMask = 2147483647; files = ( 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */, + 2E4BF736C2EB268ED3FD9C29 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -642,13 +652,13 @@ inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Notesnook/Pods-Notesnook-resources.sh", "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle", ); name = "[CP] Copy Pods Resources"; outputPaths = ( "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/QBImagePicker.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TOCropViewControllerBundle.bundle", ); runOnlyForDeploymentPostprocessing = 0; @@ -692,6 +702,42 @@ shellPath = /bin/sh; shellScript = "export SENTRY_PROPERTIES=sentry.properties\nexport EXTRA_PACKAGER_ARGS=\"--sourcemap-output $DERIVED_FILE_DIR/main.jsbundle.map\"\nexport NODE_BINARY=node\n../node_modules/@sentry/cli/bin/sentry-cli react-native xcode ../node_modules/react-native/scripts/react-native-xcode.sh"; }; + 310C868ED8D8299D75460154 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Notesnook-NotesnookTests/Pods-Notesnook-NotesnookTests-frameworks.sh", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Notesnook-NotesnookTests/Pods-Notesnook-NotesnookTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 48C834D962D612F18A0388B3 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Notesnook/Pods-Notesnook-frameworks.sh", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Notesnook/Pods-Notesnook-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; 52B9E42E0FD77D180139A8C7 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -763,13 +809,13 @@ inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Notesnook-NotesnookTests/Pods-Notesnook-NotesnookTests-resources.sh", "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle", ); name = "[CP] Copy Pods Resources"; outputPaths = ( "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/QBImagePicker.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TOCropViewControllerBundle.bundle", ); runOnlyForDeploymentPostprocessing = 0; @@ -806,11 +852,11 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Make Note/Pods-Make Note-resources.sh", - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle", ); name = "[CP] Copy Pods Resources"; outputPaths = ( - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -1638,7 +1684,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; @@ -1696,8 +1742,13 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = ( + "$(inherited)", + " ", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native"; SDKROOT = iphoneos; + USE_HERMES = true; }; name = Debug; }; @@ -1707,7 +1758,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; @@ -1758,8 +1809,13 @@ ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = ( + "$(inherited)", + " ", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native"; SDKROOT = iphoneos; + USE_HERMES = true; VALIDATE_PRODUCT = YES; }; name = Release; diff --git a/apps/mobile/native/ios/Notesnook/PrivacyInfo.xcprivacy b/apps/mobile/native/ios/Notesnook/PrivacyInfo.xcprivacy new file mode 100644 index 000000000..41b8317f0 --- /dev/null +++ b/apps/mobile/native/ios/Notesnook/PrivacyInfo.xcprivacy @@ -0,0 +1,37 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategorySystemBootTime + NSPrivacyAccessedAPITypeReasons + + 35F9.1 + + + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + + diff --git a/apps/mobile/native/ios/Podfile b/apps/mobile/native/ios/Podfile index 962636d08..f36dc9880 100644 --- a/apps/mobile/native/ios/Podfile +++ b/apps/mobile/native/ios/Podfile @@ -113,7 +113,7 @@ post_install do |installer| installer.pods_project.targets.each do |target| if target.name == "react-native-quick-sqlite" then target.build_configurations.each do |config| - config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] << 'SQLITE_ENABLE_FTS5=1 SQLITE3MC_OMIT_AES_HARDWARE_SUPPORT=1 HAVE_CIPHER_AES_128_CBC=0 HAVE_CIPHER_AES_256_CBC=0 HAVE_CIPHER_SQLCIPHER=0 HAVE_CIPHER_RC4=0 HAVE_CIPHER_CHACHA20=1 SQLITE_OMIT_PROGRESS_CALLBACK=1 SQLITE_MAX_EXPR_DEPTH=0 SQLITE_OMIT_DEPRECATED=1 SQLITE_LIKE_DOESNT_MATCH_BLOBS=1 SQLITE_DQS=0 SQLITE_DEFAULT_MEMSTATUS=0 SQLITE_USE_ALLOCA=1' + config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = 'SQLITE_ENABLE_FTS5=1 SQLITE3MC_OMIT_AES_HARDWARE_SUPPORT=1 HAVE_CIPHER_AES_128_CBC=0 HAVE_CIPHER_AES_256_CBC=0 HAVE_CIPHER_SQLCIPHER=0 HAVE_CIPHER_RC4=0 HAVE_CIPHER_CHACHA20=1 SQLITE_OMIT_PROGRESS_CALLBACK=1 SQLITE_MAX_EXPR_DEPTH=0 SQLITE_OMIT_DEPRECATED=1 SQLITE_LIKE_DOESNT_MATCH_BLOBS=1 SQLITE_DQS=0 SQLITE_DEFAULT_MEMSTATUS=0 SQLITE_USE_ALLOCA=1' end end end diff --git a/apps/mobile/native/ios/Podfile.lock b/apps/mobile/native/ios/Podfile.lock index 996fc44eb..78dd9f72b 100644 --- a/apps/mobile/native/ios/Podfile.lock +++ b/apps/mobile/native/ios/Podfile.lock @@ -1,298 +1,971 @@ PODS: - Base64 (1.1.2) - BEMCheckBox (1.4.1) - - boost (1.76.0) - - callstack-repack (3.2.0): - - JWTDecode (~> 3.0) + - boost (1.83.0) + - callstack-repack (4.1.1): + - DoubleConversion + - glog + - hermes-engine + - JWTDecode (~> 3.0.0) + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen - React-Core - - SwiftyRSA + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - SwiftyRSA (~> 1.7) + - Yoga - DoubleConversion (1.1.6) - - FBLazyVector (0.72.0) - - FBReactNativeSpec (0.72.0): - - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.72.0) - - RCTTypeSafety (= 0.72.0) - - React-Core (= 0.72.0) - - React-jsi (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - fmt (6.2.1) + - FBLazyVector (0.74.4) + - fmt (9.1.0) - glog (0.3.5) - - GZIP (1.3.0) + - GZIP (1.3.2) + - hermes-engine (0.74.4): + - hermes-engine/Pre-built (= 0.74.4) + - hermes-engine/Pre-built (0.74.4) - JWTDecode (3.0.1) - - MMKV (1.3.1): - - MMKVCore (~> 1.3.1) - - MMKVCore (1.3.1) + - MMKV (1.3.9): + - MMKVCore (~> 1.3.9) + - MMKVCore (1.3.9) - pop (1.0.12) - - RCT-Folly (2021.07.22.00): + - RCT-Folly (2024.01.01.00): - boost - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - - RCT-Folly/Default (= 2021.07.22.00) - - RCT-Folly/Default (2021.07.22.00): + - RCT-Folly/Default (= 2024.01.01.00) + - RCT-Folly/Default (2024.01.01.00): - boost - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - - RCTRequired (0.72.0) - - RCTTypeSafety (0.72.0): - - FBLazyVector (= 0.72.0) - - RCTRequired (= 0.72.0) - - React-Core (= 0.72.0) - - React (0.72.0): - - React-Core (= 0.72.0) - - React-Core/DevSupport (= 0.72.0) - - React-Core/RCTWebSocket (= 0.72.0) - - React-RCTActionSheet (= 0.72.0) - - React-RCTAnimation (= 0.72.0) - - React-RCTBlob (= 0.72.0) - - React-RCTImage (= 0.72.0) - - React-RCTLinking (= 0.72.0) - - React-RCTNetwork (= 0.72.0) - - React-RCTSettings (= 0.72.0) - - React-RCTText (= 0.72.0) - - React-RCTVibration (= 0.72.0) - - React-callinvoker (0.72.0) - - React-Codegen (0.72.0): + - RCT-Folly/Fabric (2024.01.01.00): + - boost - DoubleConversion - - FBReactNativeSpec + - fmt (= 9.1.0) - glog + - RCTDeprecation (0.74.4) + - RCTRequired (0.74.4) + - RCTTypeSafety (0.74.4): + - FBLazyVector (= 0.74.4) + - RCTRequired (= 0.74.4) + - React-Core (= 0.74.4) + - React (0.74.4): + - React-Core (= 0.74.4) + - React-Core/DevSupport (= 0.74.4) + - React-Core/RCTWebSocket (= 0.74.4) + - React-RCTActionSheet (= 0.74.4) + - React-RCTAnimation (= 0.74.4) + - React-RCTBlob (= 0.74.4) + - React-RCTImage (= 0.74.4) + - React-RCTLinking (= 0.74.4) + - React-RCTNetwork (= 0.74.4) + - React-RCTSettings (= 0.74.4) + - React-RCTText (= 0.74.4) + - React-RCTVibration (= 0.74.4) + - React-callinvoker (0.74.4) + - React-Codegen (0.74.4): + - DoubleConversion + - glog + - hermes-engine - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core - - React-jsc + - React-debug + - React-Fabric + - React-FabricImage + - React-featureflags + - React-graphics - React-jsi - React-jsiexecutor - React-NativeModulesApple - - React-rncore + - React-rendererdebug + - React-utils - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.72.0): + - React-Core (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.4) - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/CoreModulesHeaders (0.72.0): + - React-Core/CoreModulesHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/Default (0.72.0): + - React-Core/Default (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/DevSupport (0.72.0): + - React-Core/DevSupport (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0) - - React-Core/RCTWebSocket (= 0.72.0) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.4) + - React-Core/RCTWebSocket (= 0.74.4) - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector (= 0.72.0) + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTActionSheetHeaders (0.72.0): + - React-Core/RCTActionSheetHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTAnimationHeaders (0.72.0): + - React-Core/RCTAnimationHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTBlobHeaders (0.72.0): + - React-Core/RCTBlobHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTImageHeaders (0.72.0): + - React-Core/RCTImageHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTLinkingHeaders (0.72.0): + - React-Core/RCTLinkingHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTNetworkHeaders (0.72.0): + - React-Core/RCTNetworkHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTSettingsHeaders (0.72.0): + - React-Core/RCTSettingsHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTTextHeaders (0.72.0): + - React-Core/RCTTextHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTVibrationHeaders (0.72.0): + - React-Core/RCTVibrationHeaders (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTWebSocket (0.72.0): + - React-Core/RCTWebSocket (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.4) - React-cxxreact - - React-jsc + - React-featureflags + - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.7.0) - Yoga - - React-CoreModules (0.72.0): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0) - - React-Codegen (= 0.72.0) - - React-Core/CoreModulesHeaders (= 0.72.0) - - React-jsi (= 0.72.0) + - React-CoreModules (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety (= 0.74.4) + - React-Codegen + - React-Core/CoreModulesHeaders (= 0.74.4) + - React-jsi (= 0.74.4) + - React-jsinspector + - React-NativeModulesApple - React-RCTBlob - - React-RCTImage (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - SocketRocket (= 0.6.0) - - React-cxxreact (0.72.0): - - boost (= 1.76.0) + - React-RCTImage (= 0.74.4) + - ReactCommon + - SocketRocket (= 0.7.0) + - React-cxxreact (0.74.4): + - boost (= 1.83.0) + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.4) + - React-debug (= 0.74.4) + - React-jsi (= 0.74.4) + - React-jsinspector + - React-logger (= 0.74.4) + - React-perflogger (= 0.74.4) + - React-runtimeexecutor (= 0.74.4) + - React-debug (0.74.4) + - React-Fabric (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/animations (= 0.74.4) + - React-Fabric/attributedstring (= 0.74.4) + - React-Fabric/componentregistry (= 0.74.4) + - React-Fabric/componentregistrynative (= 0.74.4) + - React-Fabric/components (= 0.74.4) + - React-Fabric/core (= 0.74.4) + - React-Fabric/imagemanager (= 0.74.4) + - React-Fabric/leakchecker (= 0.74.4) + - React-Fabric/mounting (= 0.74.4) + - React-Fabric/scheduler (= 0.74.4) + - React-Fabric/telemetry (= 0.74.4) + - React-Fabric/templateprocessor (= 0.74.4) + - React-Fabric/textlayoutmanager (= 0.74.4) + - React-Fabric/uimanager (= 0.74.4) + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/animations (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/attributedstring (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/componentregistry (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/componentregistrynative (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/components/inputaccessory (= 0.74.4) + - React-Fabric/components/legacyviewmanagerinterop (= 0.74.4) + - React-Fabric/components/modal (= 0.74.4) + - React-Fabric/components/rncore (= 0.74.4) + - React-Fabric/components/root (= 0.74.4) + - React-Fabric/components/safeareaview (= 0.74.4) + - React-Fabric/components/scrollview (= 0.74.4) + - React-Fabric/components/text (= 0.74.4) + - React-Fabric/components/textinput (= 0.74.4) + - React-Fabric/components/unimplementedview (= 0.74.4) + - React-Fabric/components/view (= 0.74.4) + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/inputaccessory (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/legacyviewmanagerinterop (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/modal (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/rncore (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/root (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/safeareaview (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/scrollview (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/text (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/textinput (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/unimplementedview (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/view (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - Yoga + - React-Fabric/core (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/imagemanager (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/leakchecker (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/mounting (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/scheduler (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/telemetry (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/templateprocessor (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/textlayoutmanager (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/uimanager + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/uimanager (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-FabricImage (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired (= 0.74.4) + - RCTTypeSafety (= 0.74.4) + - React-Fabric + - React-graphics + - React-ImageManager + - React-jsi + - React-jsiexecutor (= 0.74.4) + - React-logger + - React-rendererdebug + - React-utils + - ReactCommon + - Yoga + - React-featureflags (0.74.4) + - React-graphics (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-Core/Default (= 0.74.4) + - React-utils + - React-hermes (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact (= 0.74.4) + - React-jsi + - React-jsiexecutor (= 0.74.4) + - React-jsinspector + - React-perflogger (= 0.74.4) + - React-runtimeexecutor + - React-ImageManager (0.74.4): + - glog + - RCT-Folly/Fabric + - React-Core/Default + - React-debug + - React-Fabric + - React-graphics + - React-rendererdebug + - React-utils + - React-jserrorhandler (0.74.4): + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-debug + - React-jsi + - React-Mapbuffer + - React-jsi (0.74.4): + - boost (= 1.83.0) + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-jsiexecutor (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact (= 0.74.4) + - React-jsi (= 0.74.4) + - React-jsinspector + - React-perflogger (= 0.74.4) + - React-jsinspector (0.74.4): - DoubleConversion - glog - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0) - - React-jsi (= 0.72.0) - - React-jsinspector (= 0.72.0) - - React-logger (= 0.72.0) - - React-perflogger (= 0.72.0) - - React-runtimeexecutor (= 0.72.0) - - React-debug (0.72.0) - - React-jsc (0.72.0): - - React-jsc/Fabric (= 0.72.0) - - React-jsi (= 0.72.0) - - React-jsc/Fabric (0.72.0): - - React-jsi (= 0.72.0) - - React-jsi (0.72.0): - - boost (= 1.76.0) - - DoubleConversion + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-featureflags + - React-jsi + - React-runtimeexecutor (= 0.74.4) + - React-jsitracing (0.74.4): + - React-jsi + - React-logger (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.72.0): - - DoubleConversion - - glog - - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.72.0) - - React-jsi (= 0.72.0) - - React-perflogger (= 0.72.0) - - React-jsinspector (0.72.0) - - React-logger (0.72.0): + - React-Mapbuffer (0.74.4): - glog + - React-debug - react-native-actions-shortcuts (1.0.1): - React - react-native-background-actions (2.6.7): @@ -325,7 +998,7 @@ PODS: - React-Core - react-native-keep-awake (1.2.0): - React-Core - - react-native-mmkv-storage (0.10.0-alpha.12): + - react-native-mmkv-storage (0.10.2): - MMKV (~> 1.3.1) - React - React-Core @@ -341,7 +1014,7 @@ PODS: - React - React-callinvoker - React-Core - - react-native-safe-area-context (4.9.0): + - react-native-safe-area-context (4.10.8): - React-Core - react-native-screenguard (1.0.0): - React-Core @@ -351,116 +1024,276 @@ PODS: - react-native-sodium (1.5.4): - React - react-native-theme-switch-animation (0.6.0): - - RCT-Folly (= 2021.07.22.00) + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen - React-Core - - react-native-webview (13.10.0): - - RCT-Folly (= 2021.07.22.00) + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - react-native-webview (13.10.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen - React-Core - - React-NativeModulesApple (0.72.0): + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-nativeconfig (0.74.4) + - React-NativeModulesApple (0.74.4): + - glog + - hermes-engine - React-callinvoker - React-Core - React-cxxreact - React-jsi + - React-jsinspector - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.72.0) - - React-RCTActionSheet (0.72.0): - - React-Core/RCTActionSheetHeaders (= 0.72.0) - - React-RCTAnimation (0.72.0): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0) - - React-Codegen (= 0.72.0) - - React-Core/RCTAnimationHeaders (= 0.72.0) - - React-jsi (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - React-RCTAppDelegate (0.72.0): - - RCT-Folly + - React-perflogger (0.74.4) + - React-RCTActionSheet (0.74.4): + - React-Core/RCTActionSheetHeaders (= 0.74.4) + - React-RCTAnimation (0.74.4): + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety + - React-Codegen + - React-Core/RCTAnimationHeaders + - React-jsi + - React-NativeModulesApple + - ReactCommon + - React-RCTAppDelegate (0.74.4): + - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety + - React-Codegen - React-Core - React-CoreModules - - React-jsc + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-nativeconfig - React-NativeModulesApple + - React-RCTFabric - React-RCTImage - React-RCTNetwork + - React-rendererdebug + - React-RuntimeApple + - React-RuntimeCore + - React-RuntimeHermes - React-runtimescheduler - - ReactCommon/turbomodule/core - - React-RCTBlob (0.72.0): - - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.0) - - React-Core/RCTBlobHeaders (= 0.72.0) - - React-Core/RCTWebSocket (= 0.72.0) - - React-jsi (= 0.72.0) - - React-RCTNetwork (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - React-RCTImage (0.72.0): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0) - - React-Codegen (= 0.72.0) - - React-Core/RCTImageHeaders (= 0.72.0) - - React-jsi (= 0.72.0) - - React-RCTNetwork (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - React-RCTLinking (0.72.0): - - React-Codegen (= 0.72.0) - - React-Core/RCTLinkingHeaders (= 0.72.0) - - React-jsi (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - React-RCTNetwork (0.72.0): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0) - - React-Codegen (= 0.72.0) - - React-Core/RCTNetworkHeaders (= 0.72.0) - - React-jsi (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - React-RCTSettings (0.72.0): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0) - - React-Codegen (= 0.72.0) - - React-Core/RCTSettingsHeaders (= 0.72.0) - - React-jsi (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - React-RCTText (0.72.0): - - React-Core/RCTTextHeaders (= 0.72.0) - - React-RCTVibration (0.72.0): - - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.0) - - React-Core/RCTVibrationHeaders (= 0.72.0) - - React-jsi (= 0.72.0) - - ReactCommon/turbomodule/core (= 0.72.0) - - React-rncore (0.72.0) - - React-runtimeexecutor (0.72.0): - - React-jsi (= 0.72.0) - - React-runtimescheduler (0.72.0): - - glog - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker - - React-debug + - React-utils + - ReactCommon + - React-RCTBlob (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-Codegen + - React-Core/RCTBlobHeaders + - React-Core/RCTWebSocket - React-jsi - - React-runtimeexecutor - - React-utils (0.72.0): + - React-jsinspector + - React-NativeModulesApple + - React-RCTNetwork + - ReactCommon + - React-RCTFabric (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-Core - React-debug - - ReactCommon/turbomodule/bridging (0.72.0): + - React-Fabric + - React-FabricImage + - React-featureflags + - React-graphics + - React-ImageManager + - React-jsi + - React-jsinspector + - React-nativeconfig + - React-RCTImage + - React-RCTText + - React-rendererdebug + - React-runtimescheduler + - React-utils + - Yoga + - React-RCTImage (0.74.4): + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety + - React-Codegen + - React-Core/RCTImageHeaders + - React-jsi + - React-NativeModulesApple + - React-RCTNetwork + - ReactCommon + - React-RCTLinking (0.74.4): + - React-Codegen + - React-Core/RCTLinkingHeaders (= 0.74.4) + - React-jsi (= 0.74.4) + - React-NativeModulesApple + - ReactCommon + - ReactCommon/turbomodule/core (= 0.74.4) + - React-RCTNetwork (0.74.4): + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety + - React-Codegen + - React-Core/RCTNetworkHeaders + - React-jsi + - React-NativeModulesApple + - ReactCommon + - React-RCTSettings (0.74.4): + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety + - React-Codegen + - React-Core/RCTSettingsHeaders + - React-jsi + - React-NativeModulesApple + - ReactCommon + - React-RCTText (0.74.4): + - React-Core/RCTTextHeaders (= 0.74.4) + - Yoga + - React-RCTVibration (0.74.4): + - RCT-Folly (= 2024.01.01.00) + - React-Codegen + - React-Core/RCTVibrationHeaders + - React-jsi + - React-NativeModulesApple + - ReactCommon + - React-rendererdebug (0.74.4): - DoubleConversion + - fmt (= 9.1.0) + - RCT-Folly (= 2024.01.01.00) + - React-debug + - React-rncore (0.74.4) + - React-RuntimeApple (0.74.4): + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-callinvoker + - React-Core/Default + - React-CoreModules + - React-cxxreact + - React-jserrorhandler + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-Mapbuffer + - React-NativeModulesApple + - React-RCTFabric + - React-RuntimeCore + - React-runtimeexecutor + - React-RuntimeHermes + - React-utils + - React-RuntimeCore (0.74.4): - glog - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0) - - React-cxxreact (= 0.72.0) - - React-jsi (= 0.72.0) - - React-logger (= 0.72.0) - - React-perflogger (= 0.72.0) - - ReactCommon/turbomodule/core (0.72.0): + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-cxxreact + - React-featureflags + - React-jserrorhandler + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-runtimeexecutor + - React-runtimescheduler + - React-utils + - React-runtimeexecutor (0.74.4): + - React-jsi (= 0.74.4) + - React-RuntimeHermes (0.74.4): + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-featureflags + - React-hermes + - React-jsi + - React-jsinspector + - React-jsitracing + - React-nativeconfig + - React-RuntimeCore + - React-utils + - React-runtimescheduler (0.74.4): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker + - React-cxxreact + - React-debug + - React-featureflags + - React-jsi + - React-rendererdebug + - React-runtimeexecutor + - React-utils + - React-utils (0.74.4): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-debug + - React-jsi (= 0.74.4) + - ReactCommon (0.74.4): + - ReactCommon/turbomodule (= 0.74.4) + - ReactCommon/turbomodule (0.74.4): - DoubleConversion + - fmt (= 9.1.0) - glog - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0) - - React-cxxreact (= 0.72.0) - - React-jsi (= 0.72.0) - - React-logger (= 0.72.0) - - React-perflogger (= 0.72.0) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.4) + - React-cxxreact (= 0.74.4) + - React-jsi (= 0.74.4) + - React-logger (= 0.74.4) + - React-perflogger (= 0.74.4) + - ReactCommon/turbomodule/bridging (= 0.74.4) + - ReactCommon/turbomodule/core (= 0.74.4) + - ReactCommon/turbomodule/bridging (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.4) + - React-cxxreact (= 0.74.4) + - React-jsi (= 0.74.4) + - React-logger (= 0.74.4) + - React-perflogger (= 0.74.4) + - ReactCommon/turbomodule/core (0.74.4): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.4) + - React-cxxreact (= 0.74.4) + - React-debug (= 0.74.4) + - React-jsi (= 0.74.4) + - React-logger (= 0.74.4) + - React-perflogger (= 0.74.4) + - React-utils (= 0.74.4) - RNBackgroundFetch (4.2.2): - React-Core - RNBootSplash (4.1.4): @@ -480,11 +1313,49 @@ PODS: - React - RNFileViewer (2.1.5): - React-Core - - RNFlashList (1.4.0): + - RNFlashList (1.7.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen - React-Core - - RNGestureHandler (2.12.0): + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - RNGestureHandler (2.18.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen - React-Core - - RNIap (12.11.0): + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - RNIap (12.15.1): - React-Core - RNImageCropPicker (0.40.2): - React-Core @@ -504,36 +1375,49 @@ PODS: - React-Core - RNPrivacySnapshot (1.0.0): - React-Core - - RNReanimated (3.3.0): + - RNReanimated (3.14.0): - DoubleConversion - - FBLazyVector - glog - - RCT-Folly + - hermes-engine + - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-callinvoker + - React-Codegen - React-Core - - React-Core/DevSupport - - React-Core/RCTWebSocket - - React-CoreModules - - React-cxxreact - - React-jsi - - React-jsiexecutor - - React-jsinspector - - React-RCTActionSheet - - React-RCTAnimation - - React-RCTAppDelegate - - React-RCTBlob - - React-RCTImage - - React-RCTLinking - - React-RCTNetwork - - React-RCTSettings - - React-RCTText + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - RNScreens (3.21.1): + - RNScreens (3.33.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric - React-RCTImage + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga - RNSecureRandom (1.0.1): - React - RNShare (7.9.1): @@ -556,15 +1440,15 @@ PODS: - SDWebImage/Core (5.11.1) - SexyTooltip (1.2.5): - pop (~> 1.0) - - SocketRocket (0.6.0) + - SocketRocket (0.7.0) - SSZipArchive (2.4.3) - SwiftyRSA (1.7.0): - SwiftyRSA/ObjC (= 1.7.0) - SwiftyRSA/ObjC (1.7.0) - - TOCropViewController (2.6.1) + - TOCropViewController (2.7.4) - toolbar-android (0.2.1): - React - - Yoga (1.14.0) + - Yoga (0.0.0) DEPENDENCIES: - Base64 @@ -572,11 +1456,14 @@ DEPENDENCIES: - "callstack-repack (from `../../node_modules/@callstack/repack`)" - DoubleConversion (from `../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - FBLazyVector (from `../../node_modules/react-native/Libraries/FBLazyVector`) - - FBReactNativeSpec (from `../../node_modules/react-native/React/FBReactNativeSpec`) + - fmt (from `../../node_modules/react-native/third-party-podspecs/fmt.podspec`) - glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`) + - hermes-engine (from `../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - MMKV - RCT-Folly (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - - RCTRequired (from `../../node_modules/react-native/Libraries/RCTRequired`) + - RCT-Folly/Fabric (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) + - RCTDeprecation (from `../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`) + - RCTRequired (from `../../node_modules/react-native/Libraries/Required`) - RCTTypeSafety (from `../../node_modules/react-native/Libraries/TypeSafety`) - React (from `../../node_modules/react-native/`) - React-callinvoker (from `../../node_modules/react-native/ReactCommon/callinvoker`) @@ -586,11 +1473,19 @@ DEPENDENCIES: - React-CoreModules (from `../../node_modules/react-native/React/CoreModules`) - React-cxxreact (from `../../node_modules/react-native/ReactCommon/cxxreact`) - React-debug (from `../../node_modules/react-native/ReactCommon/react/debug`) - - React-jsc (from `../../node_modules/react-native/ReactCommon/jsc`) + - React-Fabric (from `../../node_modules/react-native/ReactCommon`) + - React-FabricImage (from `../../node_modules/react-native/ReactCommon`) + - React-featureflags (from `../../node_modules/react-native/ReactCommon/react/featureflags`) + - React-graphics (from `../../node_modules/react-native/ReactCommon/react/renderer/graphics`) + - React-hermes (from `../../node_modules/react-native/ReactCommon/hermes`) + - React-ImageManager (from `../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`) + - React-jserrorhandler (from `../../node_modules/react-native/ReactCommon/jserrorhandler`) - React-jsi (from `../../node_modules/react-native/ReactCommon/jsi`) - React-jsiexecutor (from `../../node_modules/react-native/ReactCommon/jsiexecutor`) - - React-jsinspector (from `../../node_modules/react-native/ReactCommon/jsinspector`) + - React-jsinspector (from `../../node_modules/react-native/ReactCommon/jsinspector-modern`) + - React-jsitracing (from `../../node_modules/react-native/ReactCommon/hermes/executor/`) - React-logger (from `../../node_modules/react-native/ReactCommon/logger`) + - React-Mapbuffer (from `../../node_modules/react-native/ReactCommon`) - react-native-actions-shortcuts (from `../../node_modules/react-native-actions-shortcuts`) - react-native-background-actions (from `../../node_modules/react-native-background-actions`) - react-native-begin-background-task (from `../../node_modules/react-native-begin-background-task`) @@ -617,20 +1512,26 @@ DEPENDENCIES: - "react-native-sodium (from `../../node_modules/@ammarahmed/react-native-sodium`)" - react-native-theme-switch-animation (from `../../node_modules/react-native-theme-switch-animation`) - react-native-webview (from `../../node_modules/react-native-webview`) + - React-nativeconfig (from `../../node_modules/react-native/ReactCommon`) - React-NativeModulesApple (from `../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`) - 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`) - 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-rendererdebug (from `../../node_modules/react-native/ReactCommon/react/renderer/debug`) - React-rncore (from `../../node_modules/react-native/ReactCommon`) + - React-RuntimeApple (from `../../node_modules/react-native/ReactCommon/react/runtime/platform/ios`) + - React-RuntimeCore (from `../../node_modules/react-native/ReactCommon/react/runtime`) - React-runtimeexecutor (from `../../node_modules/react-native/ReactCommon/runtimeexecutor`) + - React-RuntimeHermes (from `../../node_modules/react-native/ReactCommon/react/runtime`) - React-runtimescheduler (from `../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) - React-utils (from `../../node_modules/react-native/ReactCommon/react/utils`) - ReactCommon/turbomodule/core (from `../../node_modules/react-native/ReactCommon`) @@ -665,7 +1566,6 @@ SPEC REPOS: trunk: - Base64 - BEMCheckBox - - fmt - GZIP - JWTDecode - MMKV @@ -686,14 +1586,19 @@ EXTERNAL SOURCES: :podspec: "../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" FBLazyVector: :path: "../../node_modules/react-native/Libraries/FBLazyVector" - FBReactNativeSpec: - :path: "../../node_modules/react-native/React/FBReactNativeSpec" + fmt: + :podspec: "../../node_modules/react-native/third-party-podspecs/fmt.podspec" glog: :podspec: "../../node_modules/react-native/third-party-podspecs/glog.podspec" + hermes-engine: + :podspec: "../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" + :tag: hermes-2024-06-28-RNv0.74.3-7bda0c267e76d11b68a585f84cfdd65000babf85 RCT-Folly: :podspec: "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" + RCTDeprecation: + :path: "../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation" RCTRequired: - :path: "../../node_modules/react-native/Libraries/RCTRequired" + :path: "../../node_modules/react-native/Libraries/Required" RCTTypeSafety: :path: "../../node_modules/react-native/Libraries/TypeSafety" React: @@ -710,16 +1615,32 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native/ReactCommon/cxxreact" React-debug: :path: "../../node_modules/react-native/ReactCommon/react/debug" - React-jsc: - :path: "../../node_modules/react-native/ReactCommon/jsc" + React-Fabric: + :path: "../../node_modules/react-native/ReactCommon" + React-FabricImage: + :path: "../../node_modules/react-native/ReactCommon" + React-featureflags: + :path: "../../node_modules/react-native/ReactCommon/react/featureflags" + React-graphics: + :path: "../../node_modules/react-native/ReactCommon/react/renderer/graphics" + React-hermes: + :path: "../../node_modules/react-native/ReactCommon/hermes" + React-ImageManager: + :path: "../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios" + React-jserrorhandler: + :path: "../../node_modules/react-native/ReactCommon/jserrorhandler" React-jsi: :path: "../../node_modules/react-native/ReactCommon/jsi" React-jsiexecutor: :path: "../../node_modules/react-native/ReactCommon/jsiexecutor" React-jsinspector: - :path: "../../node_modules/react-native/ReactCommon/jsinspector" + :path: "../../node_modules/react-native/ReactCommon/jsinspector-modern" + React-jsitracing: + :path: "../../node_modules/react-native/ReactCommon/hermes/executor/" React-logger: :path: "../../node_modules/react-native/ReactCommon/logger" + React-Mapbuffer: + :path: "../../node_modules/react-native/ReactCommon" react-native-actions-shortcuts: :path: "../../node_modules/react-native-actions-shortcuts" react-native-background-actions: @@ -772,6 +1693,8 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native-theme-switch-animation" react-native-webview: :path: "../../node_modules/react-native-webview" + React-nativeconfig: + :path: "../../node_modules/react-native/ReactCommon" React-NativeModulesApple: :path: "../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" React-perflogger: @@ -784,6 +1707,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: @@ -796,10 +1721,18 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native/Libraries/Text" React-RCTVibration: :path: "../../node_modules/react-native/Libraries/Vibration" + React-rendererdebug: + :path: "../../node_modules/react-native/ReactCommon/react/renderer/debug" React-rncore: :path: "../../node_modules/react-native/ReactCommon" + React-RuntimeApple: + :path: "../../node_modules/react-native/ReactCommon/react/runtime/platform/ios" + React-RuntimeCore: + :path: "../../node_modules/react-native/ReactCommon/react/runtime" React-runtimeexecutor: :path: "../../node_modules/react-native/ReactCommon/runtimeexecutor" + React-RuntimeHermes: + :path: "../../node_modules/react-native/ReactCommon/react/runtime" React-runtimescheduler: :path: "../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" React-utils: @@ -867,33 +1800,42 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Base64: cecfb41a004124895a7bcee567a89bae5a89d49b BEMCheckBox: 5ba6e37ade3d3657b36caecc35c8b75c6c2b1a4e - boost: 57d2868c099736d80fcd648bf211b4431e51a558 - callstack-repack: 3e48a96824e0e0411ae1f48749a2ab103aa62a3a - DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: bb17efca94c43508cbe54fb0a35e36df30da5213 - FBReactNativeSpec: edc3d9b5ec9e8142e73f245a8f685b4593b95d5a - fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - GZIP: 416858efbe66b41b206895ac6dfd5493200d95b3 + boost: d3f49c53809116a5d38da093a8aa78bf551aed09 + callstack-repack: 2db7cbeced7cd5da360d01965e0b983f6dacfd54 + DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 + FBLazyVector: 4c674c2d53de79c145d6a723910543d7b57ed74c + fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 + glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f + GZIP: 3c0abf794bfce8c7cb34ea05a1837752416c8868 + hermes-engine: 6312f669c895e05f0f6029554061593711770ea6 JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87 - MMKV: 5a07930c70c70b86cd87761a42c8f3836fb681d7 - MMKVCore: e50135dbd33235b6ab390635991bab437ab873c0 + MMKV: 817ba1eea17421547e01e087285606eb270a8dcb + MMKVCore: af055b00e27d88cd92fad301c5fecd1ff9b26dd9 pop: d582054913807fd11fd50bfe6a539d91c7e1a55a - RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 - RCTRequired: 656ef0536dd60a9740961ade6a64ba0cb0572d2b - RCTTypeSafety: 82bd23b63f043d1a6b8e80e72fd15c08e04528a4 - React: 4f2c0b59d1a1c0ae02771deb69e5ee78999fee79 - React-callinvoker: d5aa9fa6cd6b67d6033de2cb5af6de7ae3dac6ca - React-Codegen: 7dcfe258f856ac8381a905f0669435736bcfb5b9 - React-Core: fce0e8a04de16c69e766f26b652e7ca9927eda9b - React-CoreModules: b02ca7a4fb869bcbe4c0ed2c939d433f13a120c5 - React-cxxreact: 9738d95069cfbe030d5f44319c9b44028f442d82 - React-debug: 77ab539975d81d27153e2998bc1214a2473cde01 - React-jsc: 3c0b9256529613da65281effc9ddf1067a2e075f - React-jsi: 26276762f73bf53c33c3d5252664c32ba4509f8b - React-jsiexecutor: de4e98ab0f2661affeb54931806a79a93a34d1ea - React-jsinspector: 8d754fc957255a29d93e52fc67a895045cdc8703 - React-logger: 454ffb01980778a43b0153ee98721d0275b56616 + RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47 + RCTDeprecation: d83da85890d5bb18efd2809a733865c1c5c11487 + RCTRequired: e109419eacfb10fbb79a3ecb57ebcad198593d8a + RCTTypeSafety: 9d0307c2738867b9850f096914a15294124b2439 + React: 40ad59420ae403a6d2d49f2787f0bfaabaed4fdf + React-callinvoker: a5fb605689272d6f5640738311aa510d3f59869f + React-Codegen: c3715a731cb00ae680a047b9f64fa58ad9f82bce + React-Core: b1eeb2b94117f6ef5b4b0ed38f2f8d482ce915ce + React-CoreModules: e60a158a4e1b109ccdd781fb649f36691eb954d7 + React-cxxreact: 3749b5548f8b66a304729e159dfaf3cfd7196c3a + React-debug: 8e15e6d6456f9b8521958deb40157eeeaac2914d + React-Fabric: 52cf1f94d5c6b05fe6057ba07796a633daf93735 + React-FabricImage: 6e0f28a6ec040be4b5bd1a6e5eeda7263639a24c + React-featureflags: 81279a0d43736e9867cf0b736c868257af04c827 + React-graphics: 37c161d8e634526897f12837f3e62a2895dede95 + React-hermes: 3cfa4668970c810db0f6b43bd5c32f5927fd0500 + React-ImageManager: 276987aeb4008fe8abe10bfc53d7160c96c31052 + React-jserrorhandler: 0cdb976ee0e2ed4b93f501491e84954f80bf5f34 + React-jsi: 18011ef308cc43e2fb21a1de0b61eabd9f899887 + React-jsiexecutor: 156298b2ddebed0f6bcc526edd3deb4d240437bc + React-jsinspector: ed6c5a768dea8e344f07242bd9946b666b78228e + React-jsitracing: 4e9c99e73a6269b27b0d4cbab277dd90df3e5ac0 + React-logger: fbfb50e2a2b1b46ee087f0a52739fadecc5e81a4 + React-Mapbuffer: d39610dff659d8cf1fea485abae08bbf6f9c8279 react-native-actions-shortcuts: 5d9cf0c9c308333dfcc1e05c3f9afa8c428e2533 react-native-background-actions: 2c251c986f23347f9c1722f05fd296938f60edb1 react-native-begin-background-task: 3b889e07458afc5822a7277cf9cbc7cd077e39ee @@ -908,35 +1850,41 @@ SPEC CHECKSUMS: react-native-image-resizer: 00ceb0e05586c7aadf061eea676957a6c2ec60fa react-native-in-app-review: db8bb167a5f238e7ceca5c242d6b36ce8c4404a4 react-native-keep-awake: caee3ff89eaa21dfe29010f0d143566874a04441 - react-native-mmkv-storage: e4f2880c6c72c4c0bda2333b2c32e76f10b56622 + react-native-mmkv-storage: 3892853c11ab8a0c3a3f9ef3b0657aa9a5f616c9 react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2 react-native-notification-sounds: da78c828fe1bcbb92d8b505d5261890ed315ff39 react-native-orientation: f1caf84d65f1a4fd4511a18f2b924e634ad7a628 react-native-pdf: 33c622cbdf776a649929e8b9d1ce2d313347c4fa react-native-quick-sqlite: e0e23b749382a85e4b57146f753de737a6c3a9e1 - react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b + react-native-safe-area-context: b7daa1a8df36095a032dff095a1ea8963cb48371 react-native-screenguard: 8b36a3df84c76cd2b82c477f71c26fa1c8cc14a0 react-native-share-extension: faed334b1ddf165f1e576fcabd3dc1c9e748bfa9 react-native-sodium: 955bb0dc3ea05f8ea06d5e96cb89d1be7b5d7681 - react-native-theme-switch-animation: 220f883f7be290e79f2ab022093ed1a7a5929e6d - react-native-webview: 90153193e679163ec257011fa457d02765120210 - React-NativeModulesApple: 1d81d927ef1a67a3545a01e14c2e98500bf9b199 - React-perflogger: 684a11499a0589cc42135d6d5cc04d0e4e0e261a - React-RCTActionSheet: 00b0a4c382a13b834124fa3f541a7d8d1d56efb9 - React-RCTAnimation: 10c24c66fb504f2faa53f4ec0666c4568255cff9 - React-RCTAppDelegate: 0402b094e4f630aee6831570731759a43a69a28c - React-RCTBlob: 48aaf595ea4f209faa8a80f26c23a4b9c271248f - React-RCTImage: 2f609dd1c80c4aec8edf2ca235cba476fdd442ec - React-RCTLinking: d7f20b7d51246bf34790ce1362d124cc1b42671b - React-RCTNetwork: 6b0133de954b5eff5e6a6294eef5fca45df7e5e8 - React-RCTSettings: 9a1f3f5f3e104c0617d953acc54e60e4bfaf11bd - React-RCTText: f5b4c03708c0283699c0dc23c7fb9f97ce7ac6bd - React-RCTVibration: fb4135690f091ac9bcfbeb8dc4388208ca0e18b1 - React-rncore: 30cf94f2ab31fec17ffb8aeeee3d2c3d73fa63fe - React-runtimeexecutor: 56b9f7665138fe8cda0d6c210cf95ee3f625c237 - React-runtimescheduler: 4a36521cc1ec1bc3997ae2462b6779dadaae376b - React-utils: c12d2e75c8bbc727939ddc4319ed95493395ed5a - ReactCommon: b9547f82aed45eccc1aa59034dc6c72809e37000 + react-native-theme-switch-animation: d3eb50365a3829ce5572628888fa514752703f61 + react-native-webview: 553abd09f58e340fdc7746c9e2ae096839e99911 + React-nativeconfig: 2be4363c2c4ac2b42419577774e83e4e4fd2af9f + React-NativeModulesApple: 453ada38f826a508e48872c7a7877c431af48bba + React-perflogger: 9745f800ab4d12ec4325bde7bd090eafb87c5570 + React-RCTActionSheet: 4225e883c5feaffc072c86128cc42cb070097010 + React-RCTAnimation: 6b318e7e475ea574abf6a65e58e4989dd19d9ec4 + React-RCTAppDelegate: 00d29b205df54386bc4e9c8929c500ed00ee1d57 + React-RCTBlob: cf152386cc829be9323b2845fd9ec25122a986c3 + React-RCTFabric: 071b326a331bd1ccb59e5886c0cd38e414ec9c9f + React-RCTImage: d3d5e0f0740fbd53705f7e9acc067bafe395026c + React-RCTLinking: 3ed7d222d3534287b408855b9d378d6576b7661b + React-RCTNetwork: 33a6bb615c1f7678538298aed9f27ecd69d512f3 + React-RCTSettings: bbadd0bedde8fc5f4ef337534b1368d61e104e76 + React-RCTText: 1a41cd4ce814366745b6107e6f15eb0ada7ff240 + React-RCTVibration: 8275c91f707e03ead0a010e9fbeda53a645335ca + React-rendererdebug: 6ba24e1d975c89a6e92440be4f246ba8bed432c6 + React-rncore: 65fe0264f5c93ccb65bd6cae6201c80d34e625c0 + React-RuntimeApple: 93e7c4c6a0be2eb3ce8dc31fdddea5708cd2ad2b + React-RuntimeCore: 1a2f2dfcba853d01c083db2b7d96f32f9768a677 + React-runtimeexecutor: 6abf418f2d0038fb3fef15444d9c691db198771c + React-RuntimeHermes: fb6f76a5cd4212a0af4789794d4a9f5147e2f1aa + React-runtimescheduler: 3f312d33f475467a59864e0c5ab8708461387d1c + React-utils: e8b0eac797c81c574b24f6515fec4015599b643c + ReactCommon: eebffb37a90138c6db6eb8b2d952e7e5c6bc083c RNBackgroundFetch: 35c7183f6eeff69396d42c4b206e1ae2a21e9327 RNBootSplash: de2c568373a9c79a66e9918b8929eb6c9a35246f RNCCheckbox: 43bcc6493611468af0e19f19f029dab3da8561c4 @@ -946,15 +1894,15 @@ SPEC CHECKSUMS: RNDeviceInfo: aad3c663b25752a52bf8fce93f2354001dd185aa RNExitApp: c4e052df2568b43bec8a37c7cd61194d4cfee2c3 RNFileViewer: ce7ca3ac370e18554d35d6355cffd7c30437c592 - RNFlashList: 399bf6a0db68f594ad2c86aaff3ea39564f39f8a - RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5 - RNIap: fc9af04ee706894a80c9d8f979bae930b0dee191 + RNFlashList: e9b57a5553639f9b528cc50ab53f25831722ed62 + RNGestureHandler: 4fd316f1bdb8d7f6a54efc58da5923cb83014b19 + RNIap: 17583f958d35788a87948e94072ff6edd3580497 RNImageCropPicker: d9616a0cb9b72e8551ff94a7a5021fbd29050aa5 RNKeychain: 840f8e6f13be0576202aefcdffd26a4f54bfe7b5 RNNotifee: 1448fd16c2a6f3e8abbc219801bf5be2435183e5 RNPrivacySnapshot: 8eaf571478a353f2e5184f5c803164f22428b023 - RNReanimated: d347d84b665039d88dbcb1feddb2aa59156c9bd2 - RNScreens: d3675ab2878704de70c9dae57fa5d024802404cc + RNReanimated: 7212582b487bceed64b2dbc6c15777b97922be21 + RNScreens: d2a12528d1abe4922e7ee5c9a00dd40c827c2ab5 RNSecureRandom: 07efbdf2cd99efe13497433668e54acd7df49fef RNShare: a5dc3b9c53ddc73e155b8cd9a94c70c91913c43c RNSVG: d7d7bc8229af3842c9cfc3a723c815a52cdd1105 @@ -962,13 +1910,13 @@ SPEC CHECKSUMS: RNZipArchive: 68a0c6db4b1c103f846f1559622050df254a3ade SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SexyTooltip: 5c9b4dec52bfb317938cb0488efd9da3717bb6fd - SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 + SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef SwiftyRSA: 8c6dd1ea7db1b8dc4fb517a202f88bb1354bc2c6 - TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863 + TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654 toolbar-android: 2a73856e98b750d7e71ce4644d3f41cc98211719 - Yoga: 1d6727ed193122f6adaf435c3de1a768326ff83b + Yoga: 6259f968a4fdf516d76a4432dead624d71aa0fb1 -PODFILE CHECKSUM: 2b8b28a341b202bf3ca5f231b75bb05893486ed8 +PODFILE CHECKSUM: 65a2f992c7ad192a041c279c1aa6a8eca1d3b75f COCOAPODS: 1.15.2 diff --git a/apps/mobile/package-lock.json b/apps/mobile/package-lock.json index e959a9bb3..224f3b3cf 100644 --- a/apps/mobile/package-lock.json +++ b/apps/mobile/package-lock.json @@ -24,7 +24,8 @@ "diffblazer": "^1.0.1", "react": "18.2.0", "react-native": "0.74.4", - "react-native-mmkv-storage": "^0.10.1" + "react-native-actions-sheet": "^0.9.7", + "react-native-mmkv-storage": "^0.10.2" }, "devDependencies": { "fonteditor-core": "^2.1.11", @@ -7165,7 +7166,7 @@ }, "../../packages/editor-mobile/node_modules/@types/prop-types": { "version": "15.7.11", - "devOptional": true, + "dev": true, "license": "MIT" }, "../../packages/editor-mobile/node_modules/@types/q": { @@ -7185,7 +7186,7 @@ }, "../../packages/editor-mobile/node_modules/@types/react": { "version": "18.2.39", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -7216,7 +7217,7 @@ }, "../../packages/editor-mobile/node_modules/@types/scheduler": { "version": "0.16.8", - "devOptional": true, + "dev": true, "license": "MIT" }, "../../packages/editor-mobile/node_modules/@types/semver": { @@ -12074,7 +12075,7 @@ }, "../../packages/editor-mobile/node_modules/immer": { "version": "9.0.21", - "devOptional": true, + "dev": true, "license": "MIT", "funding": { "type": "opencollective", @@ -22463,6 +22464,7 @@ }, "../../packages/editor/node_modules/js-tokens": { "version": "4.0.0", + "dev": true, "license": "MIT" }, "../../packages/editor/node_modules/json-parse-even-better-errors": { @@ -22518,6 +22520,7 @@ }, "../../packages/editor/node_modules/loose-envify": { "version": "1.4.0", + "dev": true, "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" @@ -23039,6 +23042,7 @@ }, "../../packages/editor/node_modules/react": { "version": "18.2.0", + "dev": true, "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" @@ -23057,6 +23061,7 @@ }, "../../packages/editor/node_modules/react-dom": { "version": "18.2.0", + "dev": true, "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", @@ -23176,6 +23181,7 @@ }, "../../packages/editor/node_modules/scheduler": { "version": "0.23.0", + "dev": true, "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" @@ -28414,7 +28420,7 @@ "pathe": "1.1.2", "phone": "^3.1.14", "qclone": "^1.2.0", - "react-native-actions-sheet": "0.9.6", + "react-native-actions-sheet": "0.9.7", "react-native-check-version": "https://github.com/flexible-agency/react-native-check-version", "react-native-drax": "^0.10.2", "react-native-image-zoom-viewer": "^3.0.1", @@ -28478,7 +28484,7 @@ "react-native-image-crop-picker": "^0.40.2", "react-native-in-app-review": "4.3.3", "react-native-keychain": "4.0.5", - "react-native-mmkv-storage": "^0.10.0", + "react-native-mmkv-storage": "^0.10.2", "react-native-modal-datetime-picker": "14.0.0", "react-native-navigation-bar-color": "2.0.2", "react-native-notification-sounds": "0.5.5", @@ -30648,6 +30654,7 @@ }, "node_modules/@babel/helper-hoist-variables": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" @@ -30918,6 +30925,7 @@ }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -30931,6 +30939,7 @@ }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -31093,6 +31102,7 @@ }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "version": "7.21.0-placeholder-for-preset-env.2", + "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -31103,6 +31113,7 @@ }, "node_modules/@babel/plugin-proposal-unicode-property-regex": { "version": "7.18.6", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", @@ -31148,6 +31159,7 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "version": "7.14.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -31184,6 +31196,7 @@ }, "node_modules/@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" @@ -31208,6 +31221,7 @@ }, "node_modules/@babel/plugin-syntax-import-assertions": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -31221,6 +31235,7 @@ }, "node_modules/@babel/plugin-syntax-import-attributes": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -31234,6 +31249,7 @@ }, "node_modules/@babel/plugin-syntax-import-meta": { "version": "7.10.4", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" @@ -31244,6 +31260,7 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -31340,6 +31357,7 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "version": "7.14.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -31366,6 +31384,7 @@ }, "node_modules/@babel/plugin-syntax-unicode-sets-regex": { "version": "7.18.6", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", @@ -31393,6 +31412,7 @@ }, "node_modules/@babel/plugin-transform-async-generator-functions": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.22.5", @@ -31450,6 +31470,7 @@ }, "node_modules/@babel/plugin-transform-class-properties": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.22.5", @@ -31464,6 +31485,7 @@ }, "node_modules/@babel/plugin-transform-class-static-block": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.22.5", @@ -31527,6 +31549,7 @@ }, "node_modules/@babel/plugin-transform-dotall-regex": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.22.5", @@ -31541,6 +31564,7 @@ }, "node_modules/@babel/plugin-transform-duplicate-keys": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -31554,6 +31578,7 @@ }, "node_modules/@babel/plugin-transform-dynamic-import": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -31582,6 +31607,7 @@ }, "node_modules/@babel/plugin-transform-export-namespace-from": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -31639,6 +31665,7 @@ }, "node_modules/@babel/plugin-transform-json-strings": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -31666,6 +31693,7 @@ }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -31693,6 +31721,7 @@ }, "node_modules/@babel/plugin-transform-modules-amd": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.22.5", @@ -31722,6 +31751,7 @@ }, "node_modules/@babel/plugin-transform-modules-systemjs": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-hoist-variables": "^7.22.5", @@ -31738,6 +31768,7 @@ }, "node_modules/@babel/plugin-transform-modules-umd": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.22.5", @@ -31766,6 +31797,7 @@ }, "node_modules/@babel/plugin-transform-new-target": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -31793,6 +31825,7 @@ }, "node_modules/@babel/plugin-transform-numeric-separator": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -31820,6 +31853,7 @@ }, "node_modules/@babel/plugin-transform-object-rest-spread": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.5", @@ -31851,6 +31885,7 @@ }, "node_modules/@babel/plugin-transform-optional-catch-binding": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -32007,6 +32042,7 @@ }, "node_modules/@babel/plugin-transform-reserved-words": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -32098,6 +32134,7 @@ }, "node_modules/@babel/plugin-transform-typeof-symbol": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -32127,6 +32164,7 @@ }, "node_modules/@babel/plugin-transform-unicode-escapes": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -32140,6 +32178,7 @@ }, "node_modules/@babel/plugin-transform-unicode-property-regex": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.22.5", @@ -32168,6 +32207,7 @@ }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.22.5", @@ -32182,6 +32222,7 @@ }, "node_modules/@babel/preset-env": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.5", @@ -32274,6 +32315,7 @@ }, "node_modules/@babel/preset-env/node_modules/semver": { "version": "6.3.0", + "dev": true, "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -32297,6 +32339,7 @@ }, "node_modules/@babel/preset-modules": { "version": "0.1.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", @@ -32817,19 +32860,6 @@ "node": ">=12" } }, - "node_modules/@callstack/repack/node_modules/type-fest": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz", - "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==", - "optional": true, - "peer": true, - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@cnakazawa/watch": { "version": "1.0.4", "license": "Apache-2.0", @@ -35534,6 +35564,7 @@ }, "node_modules/@types/eslint": { "version": "8.40.2", + "dev": true, "license": "MIT", "dependencies": { "@types/estree": "*", @@ -35542,6 +35573,7 @@ }, "node_modules/@types/eslint-scope": { "version": "3.7.4", + "dev": true, "license": "MIT", "dependencies": { "@types/eslint": "*", @@ -35550,6 +35582,7 @@ }, "node_modules/@types/estree": { "version": "1.0.1", + "dev": true, "license": "MIT" }, "node_modules/@types/graceful-fs": { @@ -35652,12 +35685,12 @@ }, "node_modules/@types/prop-types": { "version": "15.7.5", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/@types/react": { "version": "18.2.13", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -35700,7 +35733,7 @@ }, "node_modules/@types/scheduler": { "version": "0.16.3", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/@types/semver": { @@ -36012,6 +36045,7 @@ }, "node_modules/@webassemblyjs/ast": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@webassemblyjs/helper-numbers": "1.11.6", @@ -36020,18 +36054,22 @@ }, "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.11.6", + "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { "version": "1.11.6", + "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { "version": "1.11.6", + "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.11.6", @@ -36041,10 +36079,12 @@ }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.6", + "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.6", @@ -36055,6 +36095,7 @@ }, "node_modules/@webassemblyjs/ieee754": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" @@ -36062,6 +36103,7 @@ }, "node_modules/@webassemblyjs/leb128": { "version": "1.11.6", + "dev": true, "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" @@ -36069,10 +36111,12 @@ }, "node_modules/@webassemblyjs/utf8": { "version": "1.11.6", + "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.6", @@ -36087,6 +36131,7 @@ }, "node_modules/@webassemblyjs/wasm-gen": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.6", @@ -36098,6 +36143,7 @@ }, "node_modules/@webassemblyjs/wasm-opt": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.6", @@ -36108,6 +36154,7 @@ }, "node_modules/@webassemblyjs/wasm-parser": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.6", @@ -36120,6 +36167,7 @@ }, "node_modules/@webassemblyjs/wast-printer": { "version": "1.11.6", + "dev": true, "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.6", @@ -36177,10 +36225,12 @@ }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", + "dev": true, "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", + "dev": true, "license": "Apache-2.0" }, "node_modules/@yarnpkg/lockfile": { @@ -36237,6 +36287,7 @@ }, "node_modules/acorn-import-assertions": { "version": "1.9.0", + "dev": true, "license": "MIT", "peerDependencies": { "acorn": "^8" @@ -37406,6 +37457,7 @@ }, "node_modules/chrome-trace-event": { "version": "1.0.3", + "dev": true, "license": "MIT", "engines": { "node": ">=6.0" @@ -38012,7 +38064,7 @@ }, "node_modules/csstype": { "version": "3.1.2", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/date-fns": { @@ -38626,6 +38678,7 @@ }, "node_modules/enhanced-resolve": { "version": "5.15.0", + "dev": true, "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", @@ -38730,6 +38783,7 @@ }, "node_modules/es-module-lexer": { "version": "1.3.0", + "dev": true, "license": "MIT" }, "node_modules/es-set-tostringtag": { @@ -39065,6 +39119,7 @@ }, "node_modules/eslint-scope": { "version": "5.1.1", + "dev": true, "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", @@ -39076,6 +39131,7 @@ }, "node_modules/eslint-scope/node_modules/estraverse": { "version": "4.3.0", + "dev": true, "license": "BSD-2-Clause", "engines": { "node": ">=4.0" @@ -39242,6 +39298,7 @@ }, "node_modules/esrecurse": { "version": "4.3.0", + "dev": true, "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" @@ -39252,6 +39309,7 @@ }, "node_modules/estraverse": { "version": "5.3.0", + "dev": true, "license": "BSD-2-Clause", "engines": { "node": ">=4.0" @@ -39259,6 +39317,7 @@ }, "node_modules/esutils": { "version": "2.0.3", + "dev": true, "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" @@ -40342,6 +40401,7 @@ }, "node_modules/glob-to-regexp": { "version": "0.4.1", + "dev": true, "license": "BSD-2-Clause" }, "node_modules/global": { @@ -42715,6 +42775,7 @@ }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", + "dev": true, "license": "MIT" }, "node_modules/json-schema-ref-resolver": { @@ -43272,6 +43333,7 @@ }, "node_modules/loader-runner": { "version": "4.3.0", + "dev": true, "license": "MIT", "engines": { "node": ">=6.11.5" @@ -45759,6 +45821,7 @@ }, "node_modules/randombytes": { "version": "2.1.0", + "dev": true, "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" @@ -45882,15 +45945,13 @@ } }, "node_modules/react-native-actions-sheet": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/react-native-actions-sheet/-/react-native-actions-sheet-0.9.6.tgz", - "integrity": "sha512-BMEFmJD29izbOxkH81HJWNCgrjdW5iz4gB+Eyov9xwUPz/Fbi53R6AFvF9N3ttYT8nEvzxj56nqP7uJZ6KuKuA==", - "dependencies": { - "react-native-safe-area-context": "^4.8.2" - }, + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/react-native-actions-sheet/-/react-native-actions-sheet-0.9.7.tgz", + "integrity": "sha512-rjUwxUr5dxbdSLDtLDUFAdSlFxpNSpJsbXLhHkBzEBMxEMPUhRT3zqbvKqsPj0JUkjwuRligxrhbIJZkg/6ZDw==", "peerDependencies": { "react-native": "*", - "react-native-gesture-handler": "*" + "react-native-gesture-handler": "*", + "react-native-safe-area-context": "*" } }, "node_modules/react-native-actions-shortcuts": { @@ -46208,9 +46269,9 @@ "license": "MIT" }, "node_modules/react-native-mmkv-storage": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/react-native-mmkv-storage/-/react-native-mmkv-storage-0.10.1.tgz", - "integrity": "sha512-mBx7OjvJ+axDWIbohLAt270oDBaNG8cMTWaAI82kUKHy+BDAFEKByKfwgfXmKX4SvgMbISYvRGf8Vs8DO924lw==", + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/react-native-mmkv-storage/-/react-native-mmkv-storage-0.10.2.tgz", + "integrity": "sha512-rdxfbZ/YTWn35n8P0c9V8S8BciC5pllcs4egXvH3ER3tYMwvbCTrob0uXumMTpL4kkJcCh3aokHFQw60Ya4oHw==", "bin": { "mmkv-link": "autolink/postlink/run.js" }, @@ -47428,6 +47489,7 @@ }, "node_modules/serialize-javascript": { "version": "6.0.1", + "dev": true, "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" @@ -48416,6 +48478,7 @@ }, "node_modules/tapable": { "version": "2.2.1", + "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -48494,6 +48557,7 @@ }, "node_modules/terser-webpack-plugin": { "version": "5.3.9", + "dev": true, "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", @@ -48526,6 +48590,7 @@ }, "node_modules/terser-webpack-plugin/node_modules/jest-worker": { "version": "27.5.1", + "dev": true, "license": "MIT", "dependencies": { "@types/node": "*", @@ -48538,6 +48603,7 @@ }, "node_modules/terser-webpack-plugin/node_modules/supports-color": { "version": "8.1.1", + "dev": true, "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -49322,6 +49388,7 @@ }, "node_modules/watchpack": { "version": "2.4.0", + "dev": true, "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", @@ -49344,6 +49411,7 @@ }, "node_modules/webpack": { "version": "5.88.2", + "dev": true, "license": "MIT", "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -49458,6 +49526,7 @@ }, "node_modules/webpack-sources": { "version": "3.2.3", + "dev": true, "license": "MIT", "engines": { "node": ">=10.13.0" diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 0b0f900a5..4ad24863e 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -46,6 +46,6 @@ "react": "18.2.0", "react-native": "0.74.4", "react-native-mmkv-storage": "^0.10.2", - "react-native-actions-sheeet": "^0.9.7" + "react-native-actions-sheet": "^0.9.7" } }