mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	update example to 0.76.3
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| @@ -7,6 +7,7 @@ | ||||
| 	objects = { | ||||
|  | ||||
| /* Begin PBXBuildFile section */ | ||||
| 		0C06D3B1D2C63EC04B024612 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 77A7A2D881E69AE3DCCE6BFE /* PrivacyInfo.xcprivacy */; }; | ||||
| 		0C80B921A6F3F58F76C31292 /* libPods-AwesomeProject.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-AwesomeProject.a */; }; | ||||
| 		13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; | ||||
| 		13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; | ||||
| @@ -26,6 +27,7 @@ | ||||
| 		5709B34CF0A7D63546082F79 /* Pods-AwesomeProject.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AwesomeProject.release.xcconfig"; path = "Target Support Files/Pods-AwesomeProject/Pods-AwesomeProject.release.xcconfig"; sourceTree = "<group>"; }; | ||||
| 		5B7EB9410499542E8C5724F5 /* Pods-AwesomeProject-AwesomeProjectTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AwesomeProject-AwesomeProjectTests.debug.xcconfig"; path = "Target Support Files/Pods-AwesomeProject-AwesomeProjectTests/Pods-AwesomeProject-AwesomeProjectTests.debug.xcconfig"; sourceTree = "<group>"; }; | ||||
| 		5DCACB8F33CDC322A6C60F78 /* libPods-AwesomeProject.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AwesomeProject.a"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||||
| 		77A7A2D881E69AE3DCCE6BFE /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = AwesomeProject/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; | ||||
| 		81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = AwesomeProject/LaunchScreen.storyboard; sourceTree = "<group>"; }; | ||||
| 		89C6BE57DB24E9ADA2F236DE /* Pods-AwesomeProject-AwesomeProjectTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AwesomeProject-AwesomeProjectTests.release.xcconfig"; path = "Target Support Files/Pods-AwesomeProject-AwesomeProjectTests/Pods-AwesomeProject-AwesomeProjectTests.release.xcconfig"; sourceTree = "<group>"; }; | ||||
| 		ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; | ||||
| @@ -52,6 +54,7 @@ | ||||
| 				13B07FB61A68108700A75B9A /* Info.plist */, | ||||
| 				81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, | ||||
| 				13B07FB71A68108700A75B9A /* main.m */, | ||||
| 				77A7A2D881E69AE3DCCE6BFE /* PrivacyInfo.xcprivacy */, | ||||
| 			); | ||||
| 			name = AwesomeProject; | ||||
| 			sourceTree = "<group>"; | ||||
| @@ -169,6 +172,7 @@ | ||||
| 			files = ( | ||||
| 				81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, | ||||
| 				13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, | ||||
| 				0C06D3B1D2C63EC04B024612 /* PrivacyInfo.xcprivacy in Resources */, | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 		}; | ||||
| @@ -336,7 +340,7 @@ | ||||
| 			buildSettings = { | ||||
| 				ALWAYS_SEARCH_USER_PATHS = NO; | ||||
| 				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; | ||||
| @@ -400,15 +404,11 @@ | ||||
| 					"-DFOLLY_MOBILE=1", | ||||
| 					"-DFOLLY_USE_LIBCPP=1", | ||||
| 				); | ||||
| 				OTHER_LDFLAGS = ( | ||||
| 					"$(inherited)", | ||||
| 					"-Wl", | ||||
| 					"-ld_classic", | ||||
| 					" ", | ||||
| 					"-Wl -ld_classic ", | ||||
| 				); | ||||
| 				OTHER_LDFLAGS = "$(inherited)"; | ||||
| 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; | ||||
| 				SDKROOT = iphoneos; | ||||
| 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; | ||||
| 				USE_HERMES = true; | ||||
| 			}; | ||||
| 			name = Debug; | ||||
| 		}; | ||||
| @@ -417,7 +417,7 @@ | ||||
| 			buildSettings = { | ||||
| 				ALWAYS_SEARCH_USER_PATHS = NO; | ||||
| 				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; | ||||
| @@ -476,15 +476,10 @@ | ||||
| 					"-DFOLLY_MOBILE=1", | ||||
| 					"-DFOLLY_USE_LIBCPP=1", | ||||
| 				); | ||||
| 				OTHER_LDFLAGS = ( | ||||
| 					"$(inherited)", | ||||
| 					"-Wl", | ||||
| 					"-ld_classic", | ||||
| 					" ", | ||||
| 					"-Wl -ld_classic ", | ||||
| 				); | ||||
| 				OTHER_LDFLAGS = "$(inherited)"; | ||||
| 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; | ||||
| 				SDKROOT = iphoneos; | ||||
| 				USE_HERMES = true; | ||||
| 				VALIDATE_PRODUCT = YES; | ||||
| 			}; | ||||
| 			name = Release; | ||||
|   | ||||
| @@ -15,13 +15,14 @@ | ||||
|   return [super application:application didFinishLaunchingWithOptions:launchOptions]; | ||||
| } | ||||
|  | ||||
| - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge | ||||
| - (NSURL *)bundleURL | ||||
| { | ||||
| #if DEBUG | ||||
|   return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; | ||||
| #else | ||||
|   return [RCTPushy bundleURL]; | ||||
| #endif | ||||
|   #if DEBUG | ||||
|     // 原先DEBUG这里的写法不作修改(所以DEBUG模式下不可热更新) | ||||
|     return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; | ||||
|   #else | ||||
|     return [RCTPushy bundleURL];  // <--  把这里非DEBUG的情况替换为热更新bundle | ||||
|   #endif | ||||
| } | ||||
|  | ||||
| @end | ||||
|   | ||||
| @@ -0,0 +1,37 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||||
| <plist version="1.0"> | ||||
| <dict> | ||||
| 	<key>NSPrivacyAccessedAPITypes</key> | ||||
| 	<array> | ||||
| 		<dict> | ||||
| 			<key>NSPrivacyAccessedAPIType</key> | ||||
| 			<string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||||
| 			<key>NSPrivacyAccessedAPITypeReasons</key> | ||||
| 			<array> | ||||
| 				<string>C617.1</string> | ||||
| 			</array> | ||||
| 		</dict> | ||||
| 		<dict> | ||||
| 			<key>NSPrivacyAccessedAPIType</key> | ||||
| 			<string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||||
| 			<key>NSPrivacyAccessedAPITypeReasons</key> | ||||
| 			<array> | ||||
| 				<string>CA92.1</string> | ||||
| 			</array> | ||||
| 		</dict> | ||||
| 		<dict> | ||||
| 			<key>NSPrivacyAccessedAPIType</key> | ||||
| 			<string>NSPrivacyAccessedAPICategorySystemBootTime</string> | ||||
| 			<key>NSPrivacyAccessedAPITypeReasons</key> | ||||
| 			<array> | ||||
| 				<string>35F9.1</string> | ||||
| 			</array> | ||||
| 		</dict> | ||||
| 	</array> | ||||
| 	<key>NSPrivacyCollectedDataTypes</key> | ||||
| 	<array/> | ||||
| 	<key>NSPrivacyTracking</key> | ||||
| 	<false/> | ||||
| </dict> | ||||
| </plist> | ||||
| @@ -8,16 +8,6 @@ require Pod::Executable.execute_command('node', ['-p', | ||||
| platform :ios, min_ios_version_supported | ||||
| prepare_react_native_project! | ||||
|  | ||||
| # If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set. | ||||
| # because `react-native-flipper` depends on (FlipperKit,...) that will be excluded | ||||
| # | ||||
| # To fix this you can also exclude `react-native-flipper` using a `react-native.config.js` | ||||
| # ```js | ||||
| # module.exports = { | ||||
| #   dependencies: { | ||||
| #     ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}), | ||||
| # ``` | ||||
| flipper_config = FlipperConfiguration.disabled | ||||
|  | ||||
| linkage = ENV['USE_FRAMEWORKS'] | ||||
| if linkage != nil | ||||
| @@ -28,19 +18,8 @@ end | ||||
| target 'AwesomeProject' do | ||||
|   config = use_native_modules! | ||||
|  | ||||
|   # Flags change depending on the env values. | ||||
|   flags = get_default_flags() | ||||
|  | ||||
|   use_react_native!( | ||||
|     :path => config[:reactNativePath], | ||||
|     # Hermes is now enabled by default. Disable by setting this flag to false. | ||||
|     :hermes_enabled => flags[:hermes_enabled], | ||||
|     :fabric_enabled => flags[:fabric_enabled], | ||||
|     # Enables Flipper. | ||||
|     # | ||||
|     # Note that if you have use_frameworks! enabled, Flipper will not work and | ||||
|     # you should disable the next line. | ||||
|     :flipper_configuration => flipper_config, | ||||
|     # An absolute path to your application root. | ||||
|     :app_path => "#{Pod::Config.instance.installation_root}/.." | ||||
|   ) | ||||
| @@ -50,8 +29,8 @@ target 'AwesomeProject' do | ||||
|     react_native_post_install( | ||||
|       installer, | ||||
|       config[:reactNativePath], | ||||
|       :mac_catalyst_enabled => false | ||||
|       :mac_catalyst_enabled => false, | ||||
|       # :ccache_enabled => true | ||||
|     ) | ||||
|     __apply_Xcode_12_5_M1_post_install_workaround(installer) | ||||
|   end | ||||
| end | ||||
|   | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -14,27 +14,28 @@ | ||||
|     "dev:harmony": "react-native bundle-harmony --dev" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "form-data": "^4.0.1", | ||||
|     "patch-package": "^8.0.0", | ||||
|     "postinstall-postinstall": "^2.1.0", | ||||
|     "react": "18.3.1", | ||||
|     "react-native": "0.76.1", | ||||
|     "react-native-camera-kit": "^14.0.0-beta15", | ||||
|     "react-native": "0.76.3", | ||||
|     "react-native-camera-kit": "^14.1.0", | ||||
|     "react-native-paper": "^5.12.5", | ||||
|     "react-native-safe-area-context": "^4.11.1", | ||||
|     "react-native-update": "^10.15.1", | ||||
|     "react-native-safe-area-context": "^4.14.0", | ||||
|     "react-native-update": "^10.17.1", | ||||
|     "react-native-vector-icons": "^10.2.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.25.2", | ||||
|     "@babel/preset-env": "^7.25.3", | ||||
|     "@babel/runtime": "^7.25.0", | ||||
|     "@babel/core": "^7.26.0", | ||||
|     "@babel/preset-env": "^7.26.0", | ||||
|     "@babel/runtime": "^7.26.0", | ||||
|     "@react-native-community/cli": "15.0.0-alpha.2", | ||||
|     "@react-native-community/cli-platform-android": "15.0.0-alpha.2", | ||||
|     "@react-native-community/cli-platform-ios": "15.0.0-alpha.2", | ||||
|     "@react-native/babel-preset": "0.76.1", | ||||
|     "@react-native/eslint-config": "0.76.1", | ||||
|     "@react-native/metro-config": "0.76.1", | ||||
|     "@react-native/typescript-config": "0.76.1", | ||||
|     "@react-native/babel-preset": "0.76.3", | ||||
|     "@react-native/eslint-config": "0.76.3", | ||||
|     "@react-native/metro-config": "0.76.3", | ||||
|     "@react-native/typescript-config": "0.76.3", | ||||
|     "@types/react": "^18.2.6", | ||||
|     "@types/react-test-renderer": "^18.0.0", | ||||
|     "babel-jest": "^29.6.3", | ||||
| @@ -42,7 +43,7 @@ | ||||
|     "jest": "^29.6.3", | ||||
|     "prettier": "2.8.8", | ||||
|     "react-test-renderer": "18.3.1", | ||||
|     "typescript": "5.0.4" | ||||
|     "typescript": "5.7.2" | ||||
|   }, | ||||
|   "engines": { | ||||
|     "node": ">=16" | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||||
| # yarn lockfile v1 | ||||
| # bun ./bun.lockb --hash: 67E2692C492EC786-b10e704281ba7457-49AF9307B9B1790A-9c4b6a5068634c09 | ||||
| # bun ./bun.lockb --hash: 2547959BF9110937-8e976afc6d697d5e-F1358D41009E1D4A-b33074d79ffc31a0 | ||||
|  | ||||
|  | ||||
| "@ampproject/remapping@^2.2.0": | ||||
| @@ -25,7 +25,7 @@ | ||||
|   resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz" | ||||
|   integrity sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg== | ||||
|  | ||||
| "@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.11.0", "@babel/core@^7.11.6", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.0", "@babel/core@^7.13.16", "@babel/core@^7.23.9", "@babel/core@^7.25.2", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.8.0": | ||||
| "@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.11.0", "@babel/core@^7.11.6", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.0", "@babel/core@^7.13.16", "@babel/core@^7.23.9", "@babel/core@^7.25.2", "@babel/core@^7.26.0", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.8.0": | ||||
|   version "7.26.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz" | ||||
|   integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== | ||||
| @@ -918,7 +918,7 @@ | ||||
|     "@babel/helper-plugin-utils" "^7.25.9" | ||||
|     "@babel/helper-create-regexp-features-plugin" "^7.25.9" | ||||
|  | ||||
| "@babel/preset-env@^7.1.6", "@babel/preset-env@^7.25.3": | ||||
| "@babel/preset-env@^7.1.6", "@babel/preset-env@^7.26.0": | ||||
|   version "7.26.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz" | ||||
|   integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== | ||||
| @@ -1033,7 +1033,7 @@ | ||||
|     find-cache-dir "^2.0.0" | ||||
|     source-map-support "^0.5.16" | ||||
|  | ||||
| "@babel/runtime@^7.25.0", "@babel/runtime@^7.8.4": | ||||
| "@babel/runtime@^7.25.0", "@babel/runtime@^7.26.0", "@babel/runtime@^7.8.4": | ||||
|   version "7.26.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz" | ||||
|   integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw== | ||||
| @@ -1592,6 +1592,11 @@ | ||||
|   resolved "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.76.1.tgz" | ||||
|   integrity sha512-1mcDjyvC4Z+XYtY+Abl6pW9P49l/9HJmRChX7EHF1SoXe7zPAPBoAqeZsJNtf8dhJR3u/eGvapr1yJq8T/psEg== | ||||
|  | ||||
| "@react-native/assets-registry@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.76.3.tgz" | ||||
|   integrity sha512-7Fnc3lzCFFpnoyL1egua6d/qUp0KiIpeSLbfOMln4nI2g2BMzyFHdPjJnpLV2NehmS0omOOkrfRqK5u1F/MXzA== | ||||
|  | ||||
| "@react-native/babel-plugin-codegen@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.76.1.tgz" | ||||
| @@ -1599,6 +1604,13 @@ | ||||
|   dependencies: | ||||
|     "@react-native/codegen" "0.76.1" | ||||
|  | ||||
| "@react-native/babel-plugin-codegen@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.76.3.tgz" | ||||
|   integrity sha512-mZ7jmIIg4bUnxCqY3yTOkoHvvzsDyrZgfnIKiTGm5QACrsIGa5eT3pMFpMm2OpxGXRDrTMsYdPXE2rCyDX52VQ== | ||||
|   dependencies: | ||||
|     "@react-native/codegen" "0.76.3" | ||||
|  | ||||
| "@react-native/babel-preset@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.76.1.tgz" | ||||
| @@ -1650,6 +1662,57 @@ | ||||
|     "@babel/plugin-transform-logical-assignment-operators" "^7.24.7" | ||||
|     "@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7" | ||||
|  | ||||
| "@react-native/babel-preset@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.76.3.tgz" | ||||
|   integrity sha512-zi2nPlQf9q2fmfPyzwWEj6DU96v8ziWtEfG7CTAX2PG/Vjfsr94vn/wWrCdhBVvLRQ6Kvd/MFAuDYpxmQwIiVQ== | ||||
|   dependencies: | ||||
|     "@babel/core" "^7.25.2" | ||||
|     react-refresh "^0.14.0" | ||||
|     "@babel/template" "^7.25.0" | ||||
|     "@babel/plugin-transform-for-of" "^7.24.7" | ||||
|     "@babel/plugin-transform-spread" "^7.24.7" | ||||
|     "@babel/plugin-transform-classes" "^7.25.4" | ||||
|     "@babel/plugin-transform-runtime" "^7.24.7" | ||||
|     "@babel/plugin-transform-literals" "^7.25.2" | ||||
|     "@babel/plugin-transform-react-jsx" "^7.25.2" | ||||
|     babel-plugin-syntax-hermes-parser "^0.25.1" | ||||
|     babel-plugin-transform-flow-enums "^0.0.2" | ||||
|     "@babel/plugin-transform-parameters" "^7.24.7" | ||||
|     "@babel/plugin-transform-typescript" "^7.25.2" | ||||
|     "@react-native/babel-plugin-codegen" "0.76.3" | ||||
|     "@babel/plugin-syntax-dynamic-import" "^7.8.3" | ||||
|     "@babel/plugin-transform-regenerator" "^7.24.7" | ||||
|     "@babel/plugin-transform-sticky-regex" "^7.24.7" | ||||
|     "@babel/plugin-transform-block-scoping" "^7.25.0" | ||||
|     "@babel/plugin-transform-destructuring" "^7.24.8" | ||||
|     "@babel/plugin-transform-function-name" "^7.25.1" | ||||
|     "@babel/plugin-transform-unicode-regex" "^7.24.7" | ||||
|     "@babel/plugin-syntax-optional-chaining" "^7.8.3" | ||||
|     "@babel/plugin-transform-react-jsx-self" "^7.24.7" | ||||
|     "@babel/plugin-transform-arrow-functions" "^7.24.7" | ||||
|     "@babel/plugin-transform-private-methods" "^7.24.7" | ||||
|     "@babel/plugin-syntax-export-default-from" "^7.24.7" | ||||
|     "@babel/plugin-transform-class-properties" "^7.25.4" | ||||
|     "@babel/plugin-transform-flow-strip-types" "^7.25.2" | ||||
|     "@babel/plugin-transform-modules-commonjs" "^7.24.8" | ||||
|     "@babel/plugin-transform-react-jsx-source" "^7.24.7" | ||||
|     "@babel/plugin-transform-numeric-separator" "^7.24.7" | ||||
|     "@babel/plugin-transform-optional-chaining" "^7.24.8" | ||||
|     "@babel/plugin-proposal-export-default-from" "^7.24.7" | ||||
|     "@babel/plugin-transform-async-to-generator" "^7.24.7" | ||||
|     "@babel/plugin-transform-object-rest-spread" "^7.24.7" | ||||
|     "@babel/plugin-transform-react-display-name" "^7.24.7" | ||||
|     "@babel/plugin-transform-computed-properties" "^7.24.7" | ||||
|     "@babel/plugin-transform-shorthand-properties" "^7.24.7" | ||||
|     "@babel/plugin-transform-optional-catch-binding" "^7.24.7" | ||||
|     "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | ||||
|     "@babel/plugin-transform-async-generator-functions" "^7.25.4" | ||||
|     "@babel/plugin-transform-private-property-in-object" "^7.24.7" | ||||
|     "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7" | ||||
|     "@babel/plugin-transform-logical-assignment-operators" "^7.24.7" | ||||
|     "@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7" | ||||
|  | ||||
| "@react-native/codegen@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.76.1.tgz" | ||||
| @@ -1664,6 +1727,20 @@ | ||||
|     "@babel/parser" "^7.25.3" | ||||
|     hermes-parser "0.23.1" | ||||
|  | ||||
| "@react-native/codegen@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.76.3.tgz" | ||||
|   integrity sha512-oJCH/jbYeGmFJql8/y76gqWCCd74pyug41yzYAjREso1Z7xL88JhDyKMvxEnfhSdMOZYVl479N80xFiXPy3ZYA== | ||||
|   dependencies: | ||||
|     glob "^7.1.1" | ||||
|     yargs "^17.6.2" | ||||
|     mkdirp "^0.5.1" | ||||
|     invariant "^2.2.4" | ||||
|     nullthrows "^1.1.1" | ||||
|     jscodeshift "^0.14.0" | ||||
|     "@babel/parser" "^7.25.3" | ||||
|     hermes-parser "0.23.1" | ||||
|  | ||||
| "@react-native/community-cli-plugin@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.76.1.tgz" | ||||
| @@ -1680,11 +1757,33 @@ | ||||
|     "@react-native/dev-middleware" "0.76.1" | ||||
|     "@react-native/metro-babel-transformer" "0.76.1" | ||||
|  | ||||
| "@react-native/community-cli-plugin@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.76.3.tgz" | ||||
|   integrity sha512-vgsLixHS24jR0d0QqPykBWFaC+V8x9cM3cs4oYXw3W199jgBNGP9MWcUJLazD2vzrT/lUTVBVg0rBeB+4XR6fg== | ||||
|   dependencies: | ||||
|     chalk "^4.0.0" | ||||
|     execa "^5.1.1" | ||||
|     metro "^0.81.0" | ||||
|     semver "^7.1.3" | ||||
|     readline "^1.3.0" | ||||
|     invariant "^2.2.4" | ||||
|     metro-core "^0.81.0" | ||||
|     node-fetch "^2.2.0" | ||||
|     metro-config "^0.81.0" | ||||
|     "@react-native/dev-middleware" "0.76.3" | ||||
|     "@react-native/metro-babel-transformer" "0.76.3" | ||||
|  | ||||
| "@react-native/debugger-frontend@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.76.1.tgz" | ||||
|   integrity sha512-0gExx7GR8o2ctGfjIZ9+x54iFbg0eP6+kMYzRA6AcgmFAmMGLADMmjtObCN0CqGeZyWtdVVqcv5mAwRwmMlNWA== | ||||
|  | ||||
| "@react-native/debugger-frontend@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.76.3.tgz" | ||||
|   integrity sha512-pMHQ3NpPB28RxXciSvm2yD+uDx3pkhzfuWkc7VFgOduyzPSIr0zotUiOJzsAtrj8++bPbOsAraCeQhCqoOTWQw== | ||||
|  | ||||
| "@react-native/dev-middleware@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.76.1.tgz" | ||||
| @@ -1702,10 +1801,27 @@ | ||||
|     chromium-edge-launcher "^0.2.0" | ||||
|     "@react-native/debugger-frontend" "0.76.1" | ||||
|  | ||||
| "@react-native/eslint-config@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.1.tgz" | ||||
|   integrity sha512-YaiE/eoEzw3Ax1UCk5TT6YFnQN927SvTxOk9kV0FQPxR862C9WSVMhzbuwNwgAkkItxzo2qrARx9sdibcCqiyA== | ||||
| "@react-native/dev-middleware@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.76.3.tgz" | ||||
|   integrity sha512-b+2IpW40z1/S5Jo5JKrWPmucYU/PzeGyGBZZ/SJvmRnBDaP3txb9yIqNZAII1EWsKNhedh8vyRO5PSuJ9Juqzw== | ||||
|   dependencies: | ||||
|     ws "^6.2.3" | ||||
|     open "^7.0.3" | ||||
|     debug "^2.2.0" | ||||
|     connect "^3.6.5" | ||||
|     nullthrows "^1.1.1" | ||||
|     selfsigned "^2.4.1" | ||||
|     serve-static "^1.13.1" | ||||
|     chrome-launcher "^0.15.2" | ||||
|     "@isaacs/ttlcache" "^1.4.1" | ||||
|     chromium-edge-launcher "^0.2.0" | ||||
|     "@react-native/debugger-frontend" "0.76.3" | ||||
|  | ||||
| "@react-native/eslint-config@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.3.tgz" | ||||
|   integrity sha512-TmZ1M6Aw1vnhB9LA0zFx7yq/lQYSWNPpq5fS1jFzz99XemFB92lI9vhqzwRun1VmztTs4Cv1kcJa51xYFRPh2w== | ||||
|   dependencies: | ||||
|     "@babel/core" "^7.25.2" | ||||
|     hermes-eslint "^0.23.1" | ||||
| @@ -1717,25 +1833,35 @@ | ||||
|     "@typescript-eslint/parser" "^7.1.1" | ||||
|     eslint-plugin-react-hooks "^4.6.0" | ||||
|     eslint-plugin-react-native "^4.0.0" | ||||
|     "@react-native/eslint-plugin" "0.76.1" | ||||
|     "@react-native/eslint-plugin" "0.76.3" | ||||
|     eslint-plugin-eslint-comments "^3.2.0" | ||||
|     "@typescript-eslint/eslint-plugin" "^7.1.1" | ||||
|  | ||||
| "@react-native/eslint-plugin@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.1.tgz" | ||||
|   integrity sha512-Sw/WTuV9RVQQ7g+p1wt65g0UCdtd2w0g3eQ6HaYIc3u3HrTXkO9cGXsgd98yV6jjQtXSB/EGnDOajC9y3OmDOw== | ||||
| "@react-native/eslint-plugin@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.3.tgz" | ||||
|   integrity sha512-aHs61SGO61K/ULI6jUjrIajeYAz3thh0VT2r/cFsgOxeXgr8j98mqr6+beGlHo4BET0TC7u6+p+fxQNGoI9blg== | ||||
|  | ||||
| "@react-native/gradle-plugin@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.76.1.tgz" | ||||
|   integrity sha512-X7rNFltPa9QYxvYrQGaSCw7U57C+y+DwspXf4AnLZj0bQm9tL6UYpijh5vE3VmPcHn76/RNU2bpFjVvWg6gjqw== | ||||
|  | ||||
| "@react-native/gradle-plugin@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.76.3.tgz" | ||||
|   integrity sha512-t0aYZ8ND7+yc+yIm6Yp52bInneYpki6RSIFZ9/LMUzgMKvEB62ptt/7sfho9QkKHCNxE1DJSWIqLIGi/iHHkyg== | ||||
|  | ||||
| "@react-native/js-polyfills@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.76.1.tgz" | ||||
|   integrity sha512-HO3fzJ0FnrnQGmxdXxh2lcGGAMfaX9h1Pg1Zh38MkVw35/KnZHxHqxg6cruze6iWwZdfqSoIcQoalmMuAHby7Q== | ||||
|  | ||||
| "@react-native/js-polyfills@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.76.3.tgz" | ||||
|   integrity sha512-pubJFArMMrdZiytH+W95KngcSQs+LsxOBsVHkwgMnpBfRUxXPMK4fudtBwWvhnwN76Oe+WhxSq7vOS5XgoPhmw== | ||||
|  | ||||
| "@react-native/metro-babel-transformer@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.76.1.tgz" | ||||
| @@ -1746,25 +1872,40 @@ | ||||
|     hermes-parser "0.23.1" | ||||
|     "@react-native/babel-preset" "0.76.1" | ||||
|  | ||||
| "@react-native/metro-config@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.76.1.tgz" | ||||
|   integrity sha512-RvsflPKsQ1tEaHDJksnMWwW5wtv8fskMRviL/jHlEW/ULEQ/MOE2yjuvJlRQkNvfqlJjkc1mczjy4+RO3mDQ6g== | ||||
| "@react-native/metro-babel-transformer@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.76.3.tgz" | ||||
|   integrity sha512-b2zQPXmW7avw/7zewc9nzMULPIAjsTwN03hskhxHUJH5pzUf7pIklB3FrgYPZrRhJgzHiNl3tOPu7vqiKzBYPg== | ||||
|   dependencies: | ||||
|     nullthrows "^1.1.1" | ||||
|     "@babel/core" "^7.25.2" | ||||
|     hermes-parser "0.23.1" | ||||
|     "@react-native/babel-preset" "0.76.3" | ||||
|  | ||||
| "@react-native/metro-config@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.76.3.tgz" | ||||
|   integrity sha512-rRaFZAflH/OcH+rveH+hn2BUSLnfb0tXHyBY7xX+fF2dmxnWh7HiRD2npG36z079Kq3ApykUbxdCtpy8n+GlLw== | ||||
|   dependencies: | ||||
|     metro-config "^0.81.0" | ||||
|     metro-runtime "^0.81.0" | ||||
|     "@react-native/js-polyfills" "0.76.1" | ||||
|     "@react-native/metro-babel-transformer" "0.76.1" | ||||
|     "@react-native/js-polyfills" "0.76.3" | ||||
|     "@react-native/metro-babel-transformer" "0.76.3" | ||||
|  | ||||
| "@react-native/normalize-colors@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.76.1.tgz" | ||||
|   integrity sha512-/+CUk/wGWIdXbJYVLw/q6Fs8Z0x91zzfXIbNiZUdSW1TNEDmytkF371H8a1/Nx3nWa1RqCMVsaZHCG4zqxeDvg== | ||||
|  | ||||
| "@react-native/typescript-config@0.76.1": | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.76.1.tgz" | ||||
|   integrity sha512-KcmgsFG/c3WdAqy7/06Zvfkye3XIc/0zItlFMSGMgAjFFuCTomXqpmJdrtTBheCDy+gbKaR/vWf+snL8C+OVvA== | ||||
| "@react-native/normalize-colors@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.76.3.tgz" | ||||
|   integrity sha512-Yrpmrh4IDEupUUM/dqVxhAN8QW1VEUR3Qrk2lzJC1jB2s46hDe0hrMP2vs12YJqlzshteOthjwXQlY0TgIzgbg== | ||||
|  | ||||
| "@react-native/typescript-config@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.76.3.tgz" | ||||
|   integrity sha512-7R4b3jB+0JXVOV5nQHZF6HwO3Dhy2EvOne+gPPrjxjfhy0o7453xKq/oGrmuy7tKlCJXf9A4YRvcCHucLRZA/w== | ||||
|  | ||||
| "@react-native/virtualized-lists@0.76.1": | ||||
|   version "0.76.1" | ||||
| @@ -1774,6 +1915,14 @@ | ||||
|     invariant "^2.2.4" | ||||
|     nullthrows "^1.1.1" | ||||
|  | ||||
| "@react-native/virtualized-lists@0.76.3": | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.76.3.tgz" | ||||
|   integrity sha512-wTGv9pVh3vAOWb29xFm+J9VRe9dUcUcb9FyaMLT/Hxa88W4wqa5ZMe1V9UvrrBiA1G5DKjv8/1ZcDsJhyugVKA== | ||||
|   dependencies: | ||||
|     invariant "^2.2.4" | ||||
|     nullthrows "^1.1.1" | ||||
|  | ||||
| "@sideway/address@^4.1.5": | ||||
|   version "4.1.5" | ||||
|   resolved "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz" | ||||
| @@ -2290,6 +2439,11 @@ async-limiter@~1.0.0: | ||||
|   resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz" | ||||
|   integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== | ||||
|  | ||||
| asynckit@^0.4.0: | ||||
|   version "0.4.0" | ||||
|   resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" | ||||
|   integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== | ||||
|  | ||||
| at-least-node@^1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz" | ||||
| @@ -2372,6 +2526,13 @@ babel-plugin-syntax-hermes-parser@^0.23.1: | ||||
|   dependencies: | ||||
|     hermes-parser "0.23.1" | ||||
|  | ||||
| babel-plugin-syntax-hermes-parser@^0.25.1: | ||||
|   version "0.25.1" | ||||
|   resolved "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.25.1.tgz" | ||||
|   integrity sha512-IVNpGzboFLfXZUAwkLFcI/bnqVbwky0jP3eBno4HKtqvQJAHBLdgxiG6lQ4to0+Q/YCN3PO0od5NZwIKyY4REQ== | ||||
|   dependencies: | ||||
|     hermes-parser "0.25.1" | ||||
|  | ||||
| babel-plugin-transform-flow-enums@^0.0.2: | ||||
|   version "0.0.2" | ||||
|   resolved "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz" | ||||
| @@ -2692,6 +2853,13 @@ colorette@^1.0.7: | ||||
|   resolved "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz" | ||||
|   integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== | ||||
|  | ||||
| combined-stream@^1.0.8: | ||||
|   version "1.0.8" | ||||
|   resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" | ||||
|   integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== | ||||
|   dependencies: | ||||
|     delayed-stream "~1.0.0" | ||||
|  | ||||
| command-exists@^1.2.8: | ||||
|   version "1.2.9" | ||||
|   resolved "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz" | ||||
| @@ -2912,6 +3080,11 @@ define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1: | ||||
|     has-property-descriptors "^1.0.0" | ||||
|     object-keys "^1.1.1" | ||||
|  | ||||
| delayed-stream@~1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" | ||||
|   integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== | ||||
|  | ||||
| denodeify@^1.2.1: | ||||
|   version "1.2.1" | ||||
|   resolved "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz" | ||||
| @@ -3534,6 +3707,15 @@ for-each@^0.3.3: | ||||
|   dependencies: | ||||
|     is-callable "^1.1.3" | ||||
|  | ||||
| form-data@^4.0.1: | ||||
|   version "4.0.1" | ||||
|   resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz" | ||||
|   integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw== | ||||
|   dependencies: | ||||
|     asynckit "^0.4.0" | ||||
|     combined-stream "^1.0.8" | ||||
|     mime-types "^2.1.12" | ||||
|  | ||||
| fresh@0.5.2: | ||||
|   version "0.5.2" | ||||
|   resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" | ||||
| @@ -3763,6 +3945,11 @@ hermes-estree@0.24.0: | ||||
|   resolved "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.24.0.tgz" | ||||
|   integrity sha512-LyoXLB7IFzeZW0EvAbGZacbxBN7t6KKSDqFJPo3Ydow7wDlrDjXwsdiAHV6XOdvEN9MEuWXsSIFN4tzpyrXIHw== | ||||
|  | ||||
| hermes-estree@0.25.1: | ||||
|   version "0.25.1" | ||||
|   resolved "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz" | ||||
|   integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== | ||||
|  | ||||
| hermes-parser@0.23.1: | ||||
|   version "0.23.1" | ||||
|   resolved "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.23.1.tgz" | ||||
| @@ -3777,6 +3964,13 @@ hermes-parser@0.24.0: | ||||
|   dependencies: | ||||
|     hermes-estree "0.24.0" | ||||
|  | ||||
| hermes-parser@0.25.1: | ||||
|   version "0.25.1" | ||||
|   resolved "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz" | ||||
|   integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== | ||||
|   dependencies: | ||||
|     hermes-estree "0.25.1" | ||||
|  | ||||
| hoist-non-react-statics@^3.3.0: | ||||
|   version "3.3.2" | ||||
|   resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz" | ||||
| @@ -5090,7 +5284,7 @@ mime-db@1.52.0, "mime-db@>= 1.43.0 < 2": | ||||
|   resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" | ||||
|   integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== | ||||
|  | ||||
| mime-types@^2.1.27, mime-types@~2.1.34: | ||||
| mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.34: | ||||
|   version "2.1.35" | ||||
|   resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" | ||||
|   integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== | ||||
| @@ -5649,7 +5843,7 @@ react-is@^17.0.1: | ||||
|   resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" | ||||
|   integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== | ||||
|  | ||||
| react-native@*, react-native@0.76.1, react-native@>=0.59.0: | ||||
| react-native@*: | ||||
|   version "0.76.1" | ||||
|   resolved "https://registry.npmjs.org/react-native/-/react-native-0.76.1.tgz" | ||||
|   integrity sha512-z4KnbrnnAvloRs9NGnah3u6/LK3IbtNMrvByxa3ifigbMlsMY4WPRYV9lvt/hH4Mzt8bfuI+utnOxFyJTTq3lg== | ||||
| @@ -5693,7 +5887,51 @@ react-native@*, react-native@0.76.1, react-native@>=0.59.0: | ||||
|     babel-plugin-syntax-hermes-parser "^0.23.1" | ||||
|     "@react-native/community-cli-plugin" "0.76.1" | ||||
|  | ||||
| "react-native-camera-kit@^14.0.0-beta15": | ||||
| react-native@*, react-native@0.76.3, react-native@>=0.59.0: | ||||
|   version "0.76.3" | ||||
|   resolved "https://registry.npmjs.org/react-native/-/react-native-0.76.3.tgz" | ||||
|   integrity sha512-0TUhgmlouRNf6yuDIIAdbQl0g1VsONgCMsLs7Et64hjj5VLMCA7np+4dMrZvGZ3wRNqzgeyT9oWJsUm49AcwSQ== | ||||
|   dependencies: | ||||
|     ws "^6.2.3" | ||||
|     glob "^7.1.1" | ||||
|     anser "^1.4.9" | ||||
|     chalk "^4.0.0" | ||||
|     yargs "^17.6.2" | ||||
|     mkdirp "^0.5.1" | ||||
|     semver "^7.1.3" | ||||
|     promise "^8.3.0" | ||||
|     base64-js "^1.5.1" | ||||
|     commander "^12.0.0" | ||||
|     invariant "^2.2.4" | ||||
|     scheduler "0.24.0-canary-efb381bbf-20230505" | ||||
|     ansi-regex "^5.0.0" | ||||
|     babel-jest "^29.7.0" | ||||
|     nullthrows "^1.1.1" | ||||
|     jsc-android "^250231.0.0" | ||||
|     memoize-one "^5.0.0" | ||||
|     whatwg-fetch "^3.0.0" | ||||
|     metro-runtime "^0.81.0" | ||||
|     pretty-format "^29.7.0" | ||||
|     react-refresh "^0.14.0" | ||||
|     abort-controller "^3.0.0" | ||||
|     metro-source-map "^0.81.0" | ||||
|     event-target-shim "^5.0.1" | ||||
|     stacktrace-parser "^0.1.10" | ||||
|     flow-enums-runtime "^0.0.6" | ||||
|     react-devtools-core "^5.3.1" | ||||
|     regenerator-runtime "^0.13.2" | ||||
|     "@react-native/codegen" "0.76.3" | ||||
|     jest-environment-node "^29.6.3" | ||||
|     "@react-native/js-polyfills" "0.76.3" | ||||
|     "@react-native/gradle-plugin" "0.76.3" | ||||
|     "@react-native/assets-registry" "0.76.3" | ||||
|     "@react-native/normalize-colors" "0.76.3" | ||||
|     "@jest/create-cache-key-function" "^29.6.3" | ||||
|     "@react-native/virtualized-lists" "0.76.3" | ||||
|     babel-plugin-syntax-hermes-parser "^0.23.1" | ||||
|     "@react-native/community-cli-plugin" "0.76.3" | ||||
|  | ||||
| react-native-camera-kit@^14.1.0: | ||||
|   version "14.1.0" | ||||
|   resolved "https://registry.npmjs.org/react-native-camera-kit/-/react-native-camera-kit-14.1.0.tgz" | ||||
|   integrity sha512-idkg+Sa2KbGvF6SUqmuAr2U12qBELdiuUJ6fxgB4whUC2AyYHi5jBxiGv6whY/eTB3is7nW1S+TjyM9pEBzNzw== | ||||
| @@ -5707,15 +5945,15 @@ react-native-paper@^5.12.5: | ||||
|     color "^3.1.2" | ||||
|     use-latest-callback "^0.1.5" | ||||
|  | ||||
| react-native-safe-area-context@*, react-native-safe-area-context@^4.11.1: | ||||
| react-native-safe-area-context@*, react-native-safe-area-context@^4.14.0: | ||||
|   version "4.14.0" | ||||
|   resolved "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.14.0.tgz" | ||||
|   integrity sha512-/SyYpCulWQOnnXhRq6wepkhoyQMowHm1ptDyRz20s+YS/R9mbd+mK+jFyFCyXFJn8jp7vFl43VUCgspuOiEbwA== | ||||
|  | ||||
| react-native-update@^10.15.1: | ||||
|   version "10.15.3" | ||||
|   resolved "https://registry.npmjs.org/react-native-update/-/react-native-update-10.15.3.tgz" | ||||
|   integrity sha512-PTLZ26Teq0Vc2Ebg1YX9pfmpch4wVgE/tM6dnMlKWpqKP2H2Zqm1U62MHRNsxRkv7sbwC6RANenGYYLFS4P18w== | ||||
| react-native-update@^10.17.1: | ||||
|   version "10.17.1" | ||||
|   resolved "https://registry.npmjs.org/react-native-update/-/react-native-update-10.17.1.tgz" | ||||
|   integrity sha512-tc9rP1zuP4TrRe+vEWFC559kbCptBmbvd8ix1mhRprDuOsN7xWYZWrdsAfCGLuPLRSxASGhxObx7lRQP5ECXVA== | ||||
|   dependencies: | ||||
|     nanoid "^3.3.3" | ||||
|     react-native-url-polyfill "^2.0.0" | ||||
| @@ -6535,11 +6773,16 @@ typed-array-length@^1.0.6: | ||||
|     is-typed-array "^1.1.13" | ||||
|     possible-typed-array-names "^1.0.0" | ||||
|  | ||||
| typescript@5.0.4, "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>=4.2.0: | ||||
| "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>=4.2.0: | ||||
|   version "5.0.4" | ||||
|   resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz" | ||||
|   integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== | ||||
|  | ||||
| typescript@5.7.2: | ||||
|   version "5.7.2" | ||||
|   resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz" | ||||
|   integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== | ||||
|  | ||||
| unbox-primitive@^1.0.2: | ||||
|   version "1.0.2" | ||||
|   resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm