* Create android gradle build setup * Fix `prefab` config * Add `pickFirst **/*.so` to example build.gradle * fix REA path * cache gradle builds * Update validate-android.yml * Create Native Proxy * Copy REA header * implement ctor * Rename CameraViewModule -> FrameProcessorRuntimeManager * init FrameProcessorRuntimeManager * fix name * Update FrameProcessorRuntimeManager.h * format * Create AndroidErrorHandler.h * Initialize runtime and install JSI funcs * Update FrameProcessorRuntimeManager.cpp * Update CameraViewModule.kt * Make CameraView hybrid C++ class to find view & set frame processor * Update FrameProcessorRuntimeManager.cpp * pass function by rvalue * pass by const && * extract hermes and JSC REA * pass `FOR_HERMES` * correctly prepare JSC and Hermes * Update CMakeLists.txt * add missing hermes include * clean up imports * Create JImageProxy.h * pass ImageProxy to JNI as `jobject` * try use `JImageProxy` C++ wrapper type * Use `local_ref<JImageProxy>` * Create `JImageProxyHostObject` for JSI interop * debug call to frame processor * Unset frame processor * Fix CameraView native part not being registered * close image * use `jobject` instead of `JImageProxy` for now :( * fix hermes build error * Set enable FP callback * fix JNI call * Update CameraView.cpp * Get Format * Create plugin abstract * Make `FrameProcessorPlugin` a hybrid object * Register plugin CXX * Call `registerPlugin` * Catch * remove JSI * Create sample QR code plugin * register plugins * Fix missing JNI binding * Add `mHybridData` * prefix name with two underscores (`__`) * Update CameraPage.tsx * wrap `ImageProxy` in host object * Use `jobject` for HO box * Update JImageProxy.h * reinterpret jobject * Try using `JImageProxy` instead of `jobject` * Update JImageProxy.h * get bytes per row and plane count * Update CameraView.cpp * Return base * add some docs and JNI JSI conversion * indent * Convert JSI value to JNI jobject * using namespace facebook * Try using class * Use plain old Object[] * Try convert JNI -> JSI * fix decl * fix bool init * Correctly link folly * Update CMakeLists.txt * Convert Map to Object * Use folly for Map and Array * Return `alias_ref<jobject>` instead of raw `jobject` * fix JNI <-> JSI conversion * Update JSIJNIConversion.cpp * Log parameters * fix params index offset * add more test cases * Update FRAME_PROCESSORS_CREATE_OVERVIEW.mdx * fix types * Rename to example plugin * remove support for hashmap * Try use HashMap iterable fbjni binding * try using JReadableArray/JReadableMap * Fix list return values * Update JSIJNIConversion.cpp * Update JSIJNIConversion.cpp * (iOS) Rename ObjC QR Code Plugin to Example Plugin * Rename Swift plugin QR -> Example * Update ExamplePluginSwift.swift * Fix Map/Dictionary logging format * Update ExampleFrameProcessorPlugin.m * Reconfigure session if frame processor changed * Handle use-cases via `maxUseCasesCount` * Don't crash app on `configureSession` error * Document "use-cases" * Update DEVICES.mdx * fix merge * Make `const &` * iOS: Automatically enable `video` if a `frameProcessor` is set * Update CameraView.cpp * fix docs * Automatically fallback to snapshot capture if `supportsParallelVideoProcessing` is false. * Fix lookup * Update CameraView.kt * Implement `frameProcessorFps` * Finalize Frame Processor Plugin Hybrid * Update CameraViewModule.kt * Support `flash` on `takeSnapshot()` * Update docs * Add docs * Update CameraPage.tsx * Attribute NonNull * remove unused imports * Add Android docs for Frame Processors * Make JNI HashMap <-> JSI Object conversion faster directly access `toHashMap` instead of going through java * add todo * Always run `prepareJSC` and `prepareHermes` * switch jsc and hermes * Specify ndkVersion `21.4.7075529` * Update gradle.properties * Update gradle.properties * Create .aar * Correctly prepare android package * Update package.json * Update package.json * remove `prefab` build feature * split * Add docs for registering the FP plugin * Add step for dep * Update CaptureButton.tsx * Move to `reanimated-headers/` * Exclude reanimated-headers from cpplint * disable `build/include_order` rule * cpplint fixes * perf: Make `JSIJNIConversion` a `namespace` instead of `class` * Ignore runtime/references for `convert` funcs * Build Android .aar in CI * Run android build script only on `prepack` * Update package.json * Update package.json * Update build-android-npm-package.sh * Move to `yarn build` * Also install node_modules in example step * Update validate-android.yml * sort imports * fix torch * Run ImageAnalysis on `FrameProcessorThread` * Update Errors.kt * Add clean android script * Upgrade reanimated to 2.3.0-alpha.1 * Revert "Upgrade reanimated to 2.3.0-alpha.1" This reverts commit c1d3bed5e03728d0b5e335a359524ff4f56f5035. * ⚠️ TEMP FIX: hotfix reanimated build.gradle * Update CameraView+TakeSnapshot.kt * ⚠️ TEMP FIX: Disable ktlint action for now * Update clean.sh * Set max heap size to 4g * rebuild lockfiles * Update Podfile.lock * rename * Build lib .aar before example/
		
			
				
	
	
		
			499 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			499 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| PODS:
 | |
|   - boost-for-react-native (1.63.0)
 | |
|   - DoubleConversion (1.1.6)
 | |
|   - FBLazyVector (0.64.2)
 | |
|   - FBReactNativeSpec (0.64.2):
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - RCTRequired (= 0.64.2)
 | |
|     - RCTTypeSafety (= 0.64.2)
 | |
|     - React-Core (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - glog (0.3.5)
 | |
|   - RCT-Folly (2020.01.13.00):
 | |
|     - boost-for-react-native
 | |
|     - DoubleConversion
 | |
|     - glog
 | |
|     - RCT-Folly/Default (= 2020.01.13.00)
 | |
|   - RCT-Folly/Default (2020.01.13.00):
 | |
|     - boost-for-react-native
 | |
|     - DoubleConversion
 | |
|     - glog
 | |
|   - RCTRequired (0.64.2)
 | |
|   - RCTTypeSafety (0.64.2):
 | |
|     - FBLazyVector (= 0.64.2)
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - RCTRequired (= 0.64.2)
 | |
|     - React-Core (= 0.64.2)
 | |
|   - React (0.64.2):
 | |
|     - React-Core (= 0.64.2)
 | |
|     - React-Core/DevSupport (= 0.64.2)
 | |
|     - React-Core/RCTWebSocket (= 0.64.2)
 | |
|     - React-RCTActionSheet (= 0.64.2)
 | |
|     - React-RCTAnimation (= 0.64.2)
 | |
|     - React-RCTBlob (= 0.64.2)
 | |
|     - React-RCTImage (= 0.64.2)
 | |
|     - React-RCTLinking (= 0.64.2)
 | |
|     - React-RCTNetwork (= 0.64.2)
 | |
|     - React-RCTSettings (= 0.64.2)
 | |
|     - React-RCTText (= 0.64.2)
 | |
|     - React-RCTVibration (= 0.64.2)
 | |
|   - React-callinvoker (0.64.2)
 | |
|   - React-Core (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default (= 0.64.2)
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/CoreModulesHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/Default (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/DevSupport (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default (= 0.64.2)
 | |
|     - React-Core/RCTWebSocket (= 0.64.2)
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-jsinspector (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTActionSheetHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTAnimationHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTBlobHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTImageHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTLinkingHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTNetworkHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTSettingsHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTTextHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTVibrationHeaders (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-Core/RCTWebSocket (0.64.2):
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/Default (= 0.64.2)
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsiexecutor (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - Yoga
 | |
|   - React-CoreModules (0.64.2):
 | |
|     - FBReactNativeSpec (= 0.64.2)
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - RCTTypeSafety (= 0.64.2)
 | |
|     - React-Core/CoreModulesHeaders (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-RCTImage (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - React-cxxreact (0.64.2):
 | |
|     - boost-for-react-native (= 1.63.0)
 | |
|     - DoubleConversion
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-callinvoker (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-jsinspector (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|     - React-runtimeexecutor (= 0.64.2)
 | |
|   - React-jsi (0.64.2):
 | |
|     - boost-for-react-native (= 1.63.0)
 | |
|     - DoubleConversion
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-jsi/Default (= 0.64.2)
 | |
|   - React-jsi/Default (0.64.2):
 | |
|     - boost-for-react-native (= 1.63.0)
 | |
|     - DoubleConversion
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|   - React-jsiexecutor (0.64.2):
 | |
|     - DoubleConversion
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|   - React-jsinspector (0.64.2)
 | |
|   - react-native-blur (0.8.0):
 | |
|     - React
 | |
|   - react-native-cameraroll (4.0.4):
 | |
|     - React-Core
 | |
|   - react-native-slider (3.0.3):
 | |
|     - React
 | |
|   - react-native-video (5.1.1):
 | |
|     - React-Core
 | |
|     - react-native-video/Video (= 5.1.1)
 | |
|   - react-native-video/Video (5.1.1):
 | |
|     - React-Core
 | |
|   - React-perflogger (0.64.2)
 | |
|   - React-RCTActionSheet (0.64.2):
 | |
|     - React-Core/RCTActionSheetHeaders (= 0.64.2)
 | |
|   - React-RCTAnimation (0.64.2):
 | |
|     - FBReactNativeSpec (= 0.64.2)
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - RCTTypeSafety (= 0.64.2)
 | |
|     - React-Core/RCTAnimationHeaders (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - React-RCTBlob (0.64.2):
 | |
|     - FBReactNativeSpec (= 0.64.2)
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/RCTBlobHeaders (= 0.64.2)
 | |
|     - React-Core/RCTWebSocket (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-RCTNetwork (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - React-RCTImage (0.64.2):
 | |
|     - FBReactNativeSpec (= 0.64.2)
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - RCTTypeSafety (= 0.64.2)
 | |
|     - React-Core/RCTImageHeaders (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-RCTNetwork (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - React-RCTLinking (0.64.2):
 | |
|     - FBReactNativeSpec (= 0.64.2)
 | |
|     - React-Core/RCTLinkingHeaders (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - React-RCTNetwork (0.64.2):
 | |
|     - FBReactNativeSpec (= 0.64.2)
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - RCTTypeSafety (= 0.64.2)
 | |
|     - React-Core/RCTNetworkHeaders (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - React-RCTSettings (0.64.2):
 | |
|     - FBReactNativeSpec (= 0.64.2)
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - RCTTypeSafety (= 0.64.2)
 | |
|     - React-Core/RCTSettingsHeaders (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - React-RCTText (0.64.2):
 | |
|     - React-Core/RCTTextHeaders (= 0.64.2)
 | |
|   - React-RCTVibration (0.64.2):
 | |
|     - FBReactNativeSpec (= 0.64.2)
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-Core/RCTVibrationHeaders (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - ReactCommon/turbomodule/core (= 0.64.2)
 | |
|   - React-runtimeexecutor (0.64.2):
 | |
|     - React-jsi (= 0.64.2)
 | |
|   - ReactCommon/turbomodule/core (0.64.2):
 | |
|     - DoubleConversion
 | |
|     - glog
 | |
|     - RCT-Folly (= 2020.01.13.00)
 | |
|     - React-callinvoker (= 0.64.2)
 | |
|     - React-Core (= 0.64.2)
 | |
|     - React-cxxreact (= 0.64.2)
 | |
|     - React-jsi (= 0.64.2)
 | |
|     - React-perflogger (= 0.64.2)
 | |
|   - ReactNativeNavigation (7.16.0):
 | |
|     - React-Core
 | |
|     - React-RCTImage
 | |
|     - React-RCTText
 | |
|     - ReactNativeNavigation/Core (= 7.16.0)
 | |
|   - ReactNativeNavigation/Core (7.16.0):
 | |
|     - React-Core
 | |
|     - React-RCTImage
 | |
|     - React-RCTText
 | |
|   - RNGestureHandler (1.10.3):
 | |
|     - React-Core
 | |
|   - RNReanimated (2.2.0):
 | |
|     - DoubleConversion
 | |
|     - FBLazyVector
 | |
|     - FBReactNativeSpec
 | |
|     - glog
 | |
|     - RCT-Folly
 | |
|     - RCTRequired
 | |
|     - RCTTypeSafety
 | |
|     - React
 | |
|     - React-callinvoker
 | |
|     - React-Core
 | |
|     - React-Core/DevSupport
 | |
|     - React-Core/RCTWebSocket
 | |
|     - React-CoreModules
 | |
|     - React-cxxreact
 | |
|     - React-jsi
 | |
|     - React-jsiexecutor
 | |
|     - React-jsinspector
 | |
|     - React-RCTActionSheet
 | |
|     - React-RCTAnimation
 | |
|     - React-RCTBlob
 | |
|     - React-RCTImage
 | |
|     - React-RCTLinking
 | |
|     - React-RCTNetwork
 | |
|     - React-RCTSettings
 | |
|     - React-RCTText
 | |
|     - React-RCTVibration
 | |
|     - ReactCommon/turbomodule/core
 | |
|     - Yoga
 | |
|   - RNStaticSafeAreaInsets (2.1.1):
 | |
|     - React
 | |
|   - RNVectorIcons (8.1.0):
 | |
|     - React-Core
 | |
|   - VisionCamera (2.4.1):
 | |
|     - React
 | |
|     - React-callinvoker
 | |
|     - React-Core
 | |
|   - Yoga (1.14.0)
 | |
| 
 | |
| DEPENDENCIES:
 | |
|   - 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`)
 | |
|   - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
 | |
|   - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
 | |
|   - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
 | |
|   - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
 | |
|   - React (from `../node_modules/react-native/`)
 | |
|   - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
 | |
|   - React-Core (from `../node_modules/react-native/`)
 | |
|   - React-Core/DevSupport (from `../node_modules/react-native/`)
 | |
|   - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
 | |
|   - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
 | |
|   - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
 | |
|   - React-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-native-blur (from `../node_modules/@react-native-community/blur`)"
 | |
|   - "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)"
 | |
|   - "react-native-slider (from `../node_modules/@react-native-community/slider`)"
 | |
|   - react-native-video (from `../node_modules/react-native-video`)
 | |
|   - 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-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
 | |
|   - 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-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
 | |
|   - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
 | |
|   - ReactNativeNavigation (from `../node_modules/react-native-navigation`)
 | |
|   - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
 | |
|   - RNReanimated (from `../node_modules/react-native-reanimated`)
 | |
|   - RNStaticSafeAreaInsets (from `../node_modules/react-native-static-safe-area-insets`)
 | |
|   - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
 | |
|   - VisionCamera (from `../..`)
 | |
|   - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
 | |
| 
 | |
| SPEC REPOS:
 | |
|   trunk:
 | |
|     - boost-for-react-native
 | |
| 
 | |
| EXTERNAL SOURCES:
 | |
|   DoubleConversion:
 | |
|     :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"
 | |
|   glog:
 | |
|     :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
 | |
|   RCT-Folly:
 | |
|     :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
 | |
|   RCTRequired:
 | |
|     :path: "../node_modules/react-native/Libraries/RCTRequired"
 | |
|   RCTTypeSafety:
 | |
|     :path: "../node_modules/react-native/Libraries/TypeSafety"
 | |
|   React:
 | |
|     :path: "../node_modules/react-native/"
 | |
|   React-callinvoker:
 | |
|     :path: "../node_modules/react-native/ReactCommon/callinvoker"
 | |
|   React-Core:
 | |
|     :path: "../node_modules/react-native/"
 | |
|   React-CoreModules:
 | |
|     :path: "../node_modules/react-native/React/CoreModules"
 | |
|   React-cxxreact:
 | |
|     :path: "../node_modules/react-native/ReactCommon/cxxreact"
 | |
|   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"
 | |
|   react-native-blur:
 | |
|     :path: "../node_modules/@react-native-community/blur"
 | |
|   react-native-cameraroll:
 | |
|     :path: "../node_modules/@react-native-community/cameraroll"
 | |
|   react-native-slider:
 | |
|     :path: "../node_modules/@react-native-community/slider"
 | |
|   react-native-video:
 | |
|     :path: "../node_modules/react-native-video"
 | |
|   React-perflogger:
 | |
|     :path: "../node_modules/react-native/ReactCommon/reactperflogger"
 | |
|   React-RCTActionSheet:
 | |
|     :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
 | |
|   React-RCTAnimation:
 | |
|     :path: "../node_modules/react-native/Libraries/NativeAnimation"
 | |
|   React-RCTBlob:
 | |
|     :path: "../node_modules/react-native/Libraries/Blob"
 | |
|   React-RCTImage:
 | |
|     :path: "../node_modules/react-native/Libraries/Image"
 | |
|   React-RCTLinking:
 | |
|     :path: "../node_modules/react-native/Libraries/LinkingIOS"
 | |
|   React-RCTNetwork:
 | |
|     :path: "../node_modules/react-native/Libraries/Network"
 | |
|   React-RCTSettings:
 | |
|     :path: "../node_modules/react-native/Libraries/Settings"
 | |
|   React-RCTText:
 | |
|     :path: "../node_modules/react-native/Libraries/Text"
 | |
|   React-RCTVibration:
 | |
|     :path: "../node_modules/react-native/Libraries/Vibration"
 | |
|   React-runtimeexecutor:
 | |
|     :path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
 | |
|   ReactCommon:
 | |
|     :path: "../node_modules/react-native/ReactCommon"
 | |
|   ReactNativeNavigation:
 | |
|     :path: "../node_modules/react-native-navigation"
 | |
|   RNGestureHandler:
 | |
|     :path: "../node_modules/react-native-gesture-handler"
 | |
|   RNReanimated:
 | |
|     :path: "../node_modules/react-native-reanimated"
 | |
|   RNStaticSafeAreaInsets:
 | |
|     :path: "../node_modules/react-native-static-safe-area-insets"
 | |
|   RNVectorIcons:
 | |
|     :path: "../node_modules/react-native-vector-icons"
 | |
|   VisionCamera:
 | |
|     :path: "../.."
 | |
|   Yoga:
 | |
|     :path: "../node_modules/react-native/ReactCommon/yoga"
 | |
| 
 | |
| SPEC CHECKSUMS:
 | |
|   boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
 | |
|   DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
 | |
|   FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
 | |
|   FBReactNativeSpec: 1586584cb53515e1d2fe42790d326142ae101d7b
 | |
|   glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
 | |
|   RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
 | |
|   RCTRequired: 6d3e854f0e7260a648badd0d44fc364bc9da9728
 | |
|   RCTTypeSafety: c1f31d19349c6b53085766359caac425926fafaa
 | |
|   React: bda6b6d7ae912de97d7a61aa5c160db24aa2ad69
 | |
|   React-callinvoker: 9840ea7e8e88ed73d438edb725574820b29b5baa
 | |
|   React-Core: b5e385da7ce5f16a220fc60fd0749eae2c6120f0
 | |
|   React-CoreModules: 17071a4e2c5239b01585f4aa8070141168ab298f
 | |
|   React-cxxreact: 9be7b6340ed9f7c53e53deca7779f07cd66525ba
 | |
|   React-jsi: 67747b9722f6dab2ffe15b011bcf6b3f2c3f1427
 | |
|   React-jsiexecutor: 80c46bd381fd06e418e0d4f53672dc1d1945c4c3
 | |
|   React-jsinspector: cc614ec18a9ca96fd275100c16d74d62ee11f0ae
 | |
|   react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c
 | |
|   react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2
 | |
|   react-native-slider: e99fc201cefe81270fc9d81714a7a0f5e566b168
 | |
|   react-native-video: 0bb76b6d6b77da3009611586c7dbf817b947f30e
 | |
|   React-perflogger: 25373e382fed75ce768a443822f07098a15ab737
 | |
|   React-RCTActionSheet: af7796ba49ffe4ca92e7277a5d992d37203f7da5
 | |
|   React-RCTAnimation: 6a2e76ab50c6f25b428d81b76a5a45351c4d77aa
 | |
|   React-RCTBlob: 02a2887023e0eed99391b6445b2e23a2a6f9226d
 | |
|   React-RCTImage: ce5bf8e7438f2286d9b646a05d6ab11f38b0323d
 | |
|   React-RCTLinking: ccd20742de14e020cb5f99d5c7e0bf0383aefbd9
 | |
|   React-RCTNetwork: dfb9d089ab0753e5e5f55fc4b1210858f7245647
 | |
|   React-RCTSettings: b14aef2d83699e48b410fb7c3ba5b66cd3291ae2
 | |
|   React-RCTText: 41a2e952dd9adc5caf6fb68ed46b275194d5da5f
 | |
|   React-RCTVibration: 24600e3b1aaa77126989bc58b6747509a1ba14f3
 | |
|   React-runtimeexecutor: a9904c6d0218fb9f8b19d6dd88607225927668f9
 | |
|   ReactCommon: 149906e01aa51142707a10665185db879898e966
 | |
|   ReactNativeNavigation: 5303d00327dab4e26f74c3164b23ba3119664e77
 | |
|   RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
 | |
|   RNReanimated: 9c13c86454bfd54dab7505c1a054470bfecd2563
 | |
|   RNStaticSafeAreaInsets: 6103cf09647fa427186d30f67b0f5163c1ae8252
 | |
|   RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4
 | |
|   VisionCamera: b4cdf9509f6a25b6eff0fbc2ac5fc1d61fc36d54
 | |
|   Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac
 | |
| 
 | |
| PODFILE CHECKSUM: 4b093c1d474775c2eac3268011e4b0b80929d3a2
 | |
| 
 | |
| COCOAPODS: 1.10.1
 |