react-native-inapp-inspector 2.5.5 → 2.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/.gradle/8.9/checksums/checksums.lock +0 -0
- package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.9/gc.properties +0 -0
- package/android/.gradle/9.2.0/checksums/checksums.lock +0 -0
- package/android/.gradle/9.2.0/fileChanges/last-build.bin +0 -0
- package/android/.gradle/9.2.0/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/9.2.0/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/9.2.0/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.settings/org.eclipse.buildship.core.prefs +13 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/results.bin +1 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/BuildConfig.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView$iconView$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NativeNetworkInspectorSpec.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$Companion.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$activityEventListener$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$frameCallback$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$shakeListener$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorPackage.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
- package/android/build/.transforms/c93e459e24d856bde563ebb048265732/results.bin +1 -0
- package/android/build/.transforms/c93e459e24d856bde563ebb048265732/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/generated/source/buildConfig/debug/com/inappinspector/BuildConfig.java +10 -0
- package/android/build/generated/source/codegen/java/com/inappinspector/NativeNetworkInspectorSpec.java +160 -0
- package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
- package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec-generated.cpp +212 -0
- package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec.h +31 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.cpp +22 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.h +24 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.cpp +16 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.h +17 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.cpp +19 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.h +18 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/RNInAppInspectorSpecJSI.h +300 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.cpp +17 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.h +23 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.cpp +16 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.h +20 -0
- package/android/build/generated/source/codegen/schema.json +1 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +7 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
- package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
- package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
- package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +7 -0
- package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +7 -0
- package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
- package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/BuildConfig.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
- package/android/build/reports/problems/problems-report.html +659 -0
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build/tmp/kotlin-classes/debug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorPackage.class +0 -0
- package/dist/commonjs/constants/telemetryConfig.d.ts +3 -3
- package/dist/commonjs/constants/telemetryConfig.js +1 -1
- package/dist/commonjs/constants/version.d.ts +1 -1
- package/dist/commonjs/constants/version.js +1 -1
- package/dist/esm/constants/telemetryConfig.d.ts +3 -3
- package/dist/esm/constants/telemetryConfig.js +1 -1
- package/dist/esm/constants/version.d.ts +1 -1
- package/dist/esm/constants/version.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
4
|
+
*
|
|
5
|
+
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
6
|
+
* once the code is regenerated.
|
|
7
|
+
*
|
|
8
|
+
* @generated by codegen project: GeneratePropsCpp.js
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#include <react/renderer/components/RNInAppInspectorSpec/Props.h>
|
|
12
|
+
#include <react/renderer/core/PropsParserContext.h>
|
|
13
|
+
#include <react/renderer/core/propsConversions.h>
|
|
14
|
+
|
|
15
|
+
namespace facebook::react {
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
} // namespace facebook::react
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
4
|
+
*
|
|
5
|
+
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
6
|
+
* once the code is regenerated.
|
|
7
|
+
*
|
|
8
|
+
* @generated by codegen project: GeneratePropsH.js
|
|
9
|
+
*/
|
|
10
|
+
#pragma once
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
namespace facebook::react {
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
} // namespace facebook::react
|
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
+
*
|
|
4
|
+
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
+
* once the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @generated by codegen project: GenerateModuleH.js
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
#pragma once
|
|
11
|
+
|
|
12
|
+
#include <ReactCommon/TurboModule.h>
|
|
13
|
+
#include <react/bridging/Bridging.h>
|
|
14
|
+
|
|
15
|
+
namespace facebook::react {
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
template <typename T>
|
|
19
|
+
class JSI_EXPORT NativeNetworkInspectorCxxSpec : public TurboModule {
|
|
20
|
+
public:
|
|
21
|
+
static constexpr std::string_view kModuleName = "NetworkInspectorModule";
|
|
22
|
+
|
|
23
|
+
protected:
|
|
24
|
+
NativeNetworkInspectorCxxSpec(std::shared_ptr<CallInvoker> jsInvoker) : TurboModule(std::string{NativeNetworkInspectorCxxSpec::kModuleName}, jsInvoker) {
|
|
25
|
+
methodMap_["enableNativeCrashProtection"] = MethodMetadata {.argCount = 0, .invoker = __enableNativeCrashProtection};
|
|
26
|
+
methodMap_["getDeviceMetrics"] = MethodMetadata {.argCount = 0, .invoker = __getDeviceMetrics};
|
|
27
|
+
methodMap_["showFloatingButton"] = MethodMetadata {.argCount = 1, .invoker = __showFloatingButton};
|
|
28
|
+
methodMap_["hideFloatingButton"] = MethodMetadata {.argCount = 0, .invoker = __hideFloatingButton};
|
|
29
|
+
methodMap_["setFloatingButtonBadge"] = MethodMetadata {.argCount = 1, .invoker = __setFloatingButtonBadge};
|
|
30
|
+
methodMap_["setFloatingButtonPosition"] = MethodMetadata {.argCount = 2, .invoker = __setFloatingButtonPosition};
|
|
31
|
+
methodMap_["startFpsMonitoring"] = MethodMetadata {.argCount = 0, .invoker = __startFpsMonitoring};
|
|
32
|
+
methodMap_["stopFpsMonitoring"] = MethodMetadata {.argCount = 0, .invoker = __stopFpsMonitoring};
|
|
33
|
+
methodMap_["getFpsMetrics"] = MethodMetadata {.argCount = 0, .invoker = __getFpsMetrics};
|
|
34
|
+
methodMap_["getNativeStorageItem"] = MethodMetadata {.argCount = 1, .invoker = __getNativeStorageItem};
|
|
35
|
+
methodMap_["setNativeStorageItem"] = MethodMetadata {.argCount = 2, .invoker = __setNativeStorageItem};
|
|
36
|
+
methodMap_["triggerHaptic"] = MethodMetadata {.argCount = 1, .invoker = __triggerHaptic};
|
|
37
|
+
methodMap_["getNativeSystemMetrics"] = MethodMetadata {.argCount = 0, .invoker = __getNativeSystemMetrics};
|
|
38
|
+
methodMap_["pushNativeLogRecord"] = MethodMetadata {.argCount = 2, .invoker = __pushNativeLogRecord};
|
|
39
|
+
methodMap_["checkFloatingButtonPress"] = MethodMetadata {.argCount = 0, .invoker = __checkFloatingButtonPress};
|
|
40
|
+
methodMap_["takeScreenshot"] = MethodMetadata {.argCount = 1, .invoker = __takeScreenshot};
|
|
41
|
+
methodMap_["startVideoRecording"] = MethodMetadata {.argCount = 1, .invoker = __startVideoRecording};
|
|
42
|
+
methodMap_["stopVideoRecording"] = MethodMetadata {.argCount = 0, .invoker = __stopVideoRecording};
|
|
43
|
+
methodMap_["isRecording"] = MethodMetadata {.argCount = 0, .invoker = __isRecording};
|
|
44
|
+
methodMap_["convertToGif"] = MethodMetadata {.argCount = 2, .invoker = __convertToGif};
|
|
45
|
+
methodMap_["playVideo"] = MethodMetadata {.argCount = 1, .invoker = __playVideo};
|
|
46
|
+
methodMap_["getCapturedMedia"] = MethodMetadata {.argCount = 0, .invoker = __getCapturedMedia};
|
|
47
|
+
methodMap_["deleteCapturedMedia"] = MethodMetadata {.argCount = 1, .invoker = __deleteCapturedMedia};
|
|
48
|
+
methodMap_["clearAllCapturedMedia"] = MethodMetadata {.argCount = 0, .invoker = __clearAllCapturedMedia};
|
|
49
|
+
methodMap_["copyMediaToClipboard"] = MethodMetadata {.argCount = 1, .invoker = __copyMediaToClipboard};
|
|
50
|
+
methodMap_["editPhoto"] = MethodMetadata {.argCount = 1, .invoker = __editPhoto};
|
|
51
|
+
methodMap_["trimVideo"] = MethodMetadata {.argCount = 1, .invoker = __trimVideo};
|
|
52
|
+
methodMap_["generateFilmstrip"] = MethodMetadata {.argCount = 1, .invoker = __generateFilmstrip};
|
|
53
|
+
methodMap_["pickMedia"] = MethodMetadata {.argCount = 1, .invoker = __pickMedia};
|
|
54
|
+
methodMap_["addListener"] = MethodMetadata {.argCount = 1, .invoker = __addListener};
|
|
55
|
+
methodMap_["removeListeners"] = MethodMetadata {.argCount = 1, .invoker = __removeListeners};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
private:
|
|
59
|
+
static jsi::Value __enableNativeCrashProtection(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
60
|
+
static_assert(
|
|
61
|
+
bridging::getParameterCount(&T::enableNativeCrashProtection) == 1,
|
|
62
|
+
"Expected enableNativeCrashProtection(...) to have 1 parameters");
|
|
63
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::enableNativeCrashProtection, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
static jsi::Value __getDeviceMetrics(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
67
|
+
static_assert(
|
|
68
|
+
bridging::getParameterCount(&T::getDeviceMetrics) == 1,
|
|
69
|
+
"Expected getDeviceMetrics(...) to have 1 parameters");
|
|
70
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::getDeviceMetrics, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
static jsi::Value __showFloatingButton(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
74
|
+
static_assert(
|
|
75
|
+
bridging::getParameterCount(&T::showFloatingButton) == 2,
|
|
76
|
+
"Expected showFloatingButton(...) to have 2 parameters");
|
|
77
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::showFloatingButton, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
78
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt));
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
static jsi::Value __hideFloatingButton(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
82
|
+
static_assert(
|
|
83
|
+
bridging::getParameterCount(&T::hideFloatingButton) == 1,
|
|
84
|
+
"Expected hideFloatingButton(...) to have 1 parameters");
|
|
85
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::hideFloatingButton, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
static jsi::Value __setFloatingButtonBadge(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
89
|
+
static_assert(
|
|
90
|
+
bridging::getParameterCount(&T::setFloatingButtonBadge) == 2,
|
|
91
|
+
"Expected setFloatingButtonBadge(...) to have 2 parameters");
|
|
92
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::setFloatingButtonBadge, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
93
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asBool());
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
static jsi::Value __setFloatingButtonPosition(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
97
|
+
static_assert(
|
|
98
|
+
bridging::getParameterCount(&T::setFloatingButtonPosition) == 3,
|
|
99
|
+
"Expected setFloatingButtonPosition(...) to have 3 parameters");
|
|
100
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::setFloatingButtonPosition, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
101
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asNumber(),
|
|
102
|
+
count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asNumber());
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
static jsi::Value __startFpsMonitoring(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
106
|
+
static_assert(
|
|
107
|
+
bridging::getParameterCount(&T::startFpsMonitoring) == 1,
|
|
108
|
+
"Expected startFpsMonitoring(...) to have 1 parameters");
|
|
109
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::startFpsMonitoring, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
static jsi::Value __stopFpsMonitoring(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
113
|
+
static_assert(
|
|
114
|
+
bridging::getParameterCount(&T::stopFpsMonitoring) == 1,
|
|
115
|
+
"Expected stopFpsMonitoring(...) to have 1 parameters");
|
|
116
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::stopFpsMonitoring, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
static jsi::Value __getFpsMetrics(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
120
|
+
static_assert(
|
|
121
|
+
bridging::getParameterCount(&T::getFpsMetrics) == 1,
|
|
122
|
+
"Expected getFpsMetrics(...) to have 1 parameters");
|
|
123
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::getFpsMetrics, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
static jsi::Value __getNativeStorageItem(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
127
|
+
static_assert(
|
|
128
|
+
bridging::getParameterCount(&T::getNativeStorageItem) == 2,
|
|
129
|
+
"Expected getNativeStorageItem(...) to have 2 parameters");
|
|
130
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::getNativeStorageItem, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
131
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt));
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
static jsi::Value __setNativeStorageItem(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
135
|
+
static_assert(
|
|
136
|
+
bridging::getParameterCount(&T::setNativeStorageItem) == 3,
|
|
137
|
+
"Expected setNativeStorageItem(...) to have 3 parameters");
|
|
138
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::setNativeStorageItem, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
139
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
|
|
140
|
+
count <= 1 || args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asString(rt)));
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
static jsi::Value __triggerHaptic(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
144
|
+
static_assert(
|
|
145
|
+
bridging::getParameterCount(&T::triggerHaptic) == 2,
|
|
146
|
+
"Expected triggerHaptic(...) to have 2 parameters");
|
|
147
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::triggerHaptic, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
148
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt));
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
static jsi::Value __getNativeSystemMetrics(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
152
|
+
static_assert(
|
|
153
|
+
bridging::getParameterCount(&T::getNativeSystemMetrics) == 1,
|
|
154
|
+
"Expected getNativeSystemMetrics(...) to have 1 parameters");
|
|
155
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::getNativeSystemMetrics, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
static jsi::Value __pushNativeLogRecord(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
159
|
+
static_assert(
|
|
160
|
+
bridging::getParameterCount(&T::pushNativeLogRecord) == 3,
|
|
161
|
+
"Expected pushNativeLogRecord(...) to have 3 parameters");
|
|
162
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::pushNativeLogRecord, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
163
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
|
|
164
|
+
count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asString(rt));
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
static jsi::Value __checkFloatingButtonPress(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
168
|
+
static_assert(
|
|
169
|
+
bridging::getParameterCount(&T::checkFloatingButtonPress) == 1,
|
|
170
|
+
"Expected checkFloatingButtonPress(...) to have 1 parameters");
|
|
171
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::checkFloatingButtonPress, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
static jsi::Value __takeScreenshot(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
175
|
+
static_assert(
|
|
176
|
+
bridging::getParameterCount(&T::takeScreenshot) == 2,
|
|
177
|
+
"Expected takeScreenshot(...) to have 2 parameters");
|
|
178
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::takeScreenshot, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
179
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt));
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
static jsi::Value __startVideoRecording(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
183
|
+
static_assert(
|
|
184
|
+
bridging::getParameterCount(&T::startVideoRecording) == 2,
|
|
185
|
+
"Expected startVideoRecording(...) to have 2 parameters");
|
|
186
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::startVideoRecording, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
187
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt));
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
static jsi::Value __stopVideoRecording(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
191
|
+
static_assert(
|
|
192
|
+
bridging::getParameterCount(&T::stopVideoRecording) == 1,
|
|
193
|
+
"Expected stopVideoRecording(...) to have 1 parameters");
|
|
194
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::stopVideoRecording, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
static jsi::Value __isRecording(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
198
|
+
static_assert(
|
|
199
|
+
bridging::getParameterCount(&T::isRecording) == 1,
|
|
200
|
+
"Expected isRecording(...) to have 1 parameters");
|
|
201
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::isRecording, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
static jsi::Value __convertToGif(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
205
|
+
static_assert(
|
|
206
|
+
bridging::getParameterCount(&T::convertToGif) == 3,
|
|
207
|
+
"Expected convertToGif(...) to have 3 parameters");
|
|
208
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::convertToGif, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
209
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
|
|
210
|
+
count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asObject(rt));
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
static jsi::Value __playVideo(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
214
|
+
static_assert(
|
|
215
|
+
bridging::getParameterCount(&T::playVideo) == 2,
|
|
216
|
+
"Expected playVideo(...) to have 2 parameters");
|
|
217
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::playVideo, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
218
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt));
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
static jsi::Value __getCapturedMedia(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
222
|
+
static_assert(
|
|
223
|
+
bridging::getParameterCount(&T::getCapturedMedia) == 1,
|
|
224
|
+
"Expected getCapturedMedia(...) to have 1 parameters");
|
|
225
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::getCapturedMedia, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
static jsi::Value __deleteCapturedMedia(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
229
|
+
static_assert(
|
|
230
|
+
bridging::getParameterCount(&T::deleteCapturedMedia) == 2,
|
|
231
|
+
"Expected deleteCapturedMedia(...) to have 2 parameters");
|
|
232
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::deleteCapturedMedia, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
233
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt));
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
static jsi::Value __clearAllCapturedMedia(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
237
|
+
static_assert(
|
|
238
|
+
bridging::getParameterCount(&T::clearAllCapturedMedia) == 1,
|
|
239
|
+
"Expected clearAllCapturedMedia(...) to have 1 parameters");
|
|
240
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::clearAllCapturedMedia, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
static jsi::Value __copyMediaToClipboard(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
244
|
+
static_assert(
|
|
245
|
+
bridging::getParameterCount(&T::copyMediaToClipboard) == 2,
|
|
246
|
+
"Expected copyMediaToClipboard(...) to have 2 parameters");
|
|
247
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::copyMediaToClipboard, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
248
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt));
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
static jsi::Value __editPhoto(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
252
|
+
static_assert(
|
|
253
|
+
bridging::getParameterCount(&T::editPhoto) == 2,
|
|
254
|
+
"Expected editPhoto(...) to have 2 parameters");
|
|
255
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::editPhoto, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
256
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt));
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
static jsi::Value __trimVideo(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
260
|
+
static_assert(
|
|
261
|
+
bridging::getParameterCount(&T::trimVideo) == 2,
|
|
262
|
+
"Expected trimVideo(...) to have 2 parameters");
|
|
263
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::trimVideo, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
264
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt));
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
static jsi::Value __generateFilmstrip(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
268
|
+
static_assert(
|
|
269
|
+
bridging::getParameterCount(&T::generateFilmstrip) == 2,
|
|
270
|
+
"Expected generateFilmstrip(...) to have 2 parameters");
|
|
271
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::generateFilmstrip, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
272
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt));
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
static jsi::Value __pickMedia(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
276
|
+
static_assert(
|
|
277
|
+
bridging::getParameterCount(&T::pickMedia) == 2,
|
|
278
|
+
"Expected pickMedia(...) to have 2 parameters");
|
|
279
|
+
return bridging::callFromJs<jsi::Value>(rt, &T::pickMedia, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
280
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt));
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
static jsi::Value __addListener(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
284
|
+
static_assert(
|
|
285
|
+
bridging::getParameterCount(&T::addListener) == 2,
|
|
286
|
+
"Expected addListener(...) to have 2 parameters");
|
|
287
|
+
bridging::callFromJs<void>(rt, &T::addListener, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
288
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt));return jsi::Value::undefined();
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
static jsi::Value __removeListeners(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
292
|
+
static_assert(
|
|
293
|
+
bridging::getParameterCount(&T::removeListeners) == 2,
|
|
294
|
+
"Expected removeListeners(...) to have 2 parameters");
|
|
295
|
+
bridging::callFromJs<void>(rt, &T::removeListeners, static_cast<NativeNetworkInspectorCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
296
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asNumber());return jsi::Value::undefined();
|
|
297
|
+
}
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
} // namespace facebook::react
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
4
|
+
*
|
|
5
|
+
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
6
|
+
* once the code is regenerated.
|
|
7
|
+
*
|
|
8
|
+
* @generated by codegen project: GenerateShadowNodeCpp.js
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#include <react/renderer/components/RNInAppInspectorSpec/ShadowNodes.h>
|
|
12
|
+
|
|
13
|
+
namespace facebook::react {
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
} // namespace facebook::react
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
4
|
+
*
|
|
5
|
+
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
6
|
+
* once the code is regenerated.
|
|
7
|
+
*
|
|
8
|
+
* @generated by codegen project: GenerateShadowNodeH.js
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#pragma once
|
|
12
|
+
|
|
13
|
+
#include <react/renderer/components/RNInAppInspectorSpec/EventEmitters.h>
|
|
14
|
+
#include <react/renderer/components/RNInAppInspectorSpec/Props.h>
|
|
15
|
+
#include <react/renderer/components/RNInAppInspectorSpec/States.h>
|
|
16
|
+
#include <react/renderer/components/view/ConcreteViewShadowNode.h>
|
|
17
|
+
#include <jsi/jsi.h>
|
|
18
|
+
|
|
19
|
+
namespace facebook::react {
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
} // namespace facebook::react
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
4
|
+
*
|
|
5
|
+
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
6
|
+
* once the code is regenerated.
|
|
7
|
+
*
|
|
8
|
+
* @generated by codegen project: GenerateStateCpp.js
|
|
9
|
+
*/
|
|
10
|
+
#include <react/renderer/components/RNInAppInspectorSpec/States.h>
|
|
11
|
+
|
|
12
|
+
namespace facebook::react {
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
} // namespace facebook::react
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
+
*
|
|
4
|
+
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
+
* once the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @generated by codegen project: GenerateStateH.js
|
|
8
|
+
*/
|
|
9
|
+
#pragma once
|
|
10
|
+
|
|
11
|
+
#include <react/renderer/core/StateData.h>
|
|
12
|
+
#ifdef RN_SERIALIZABLE_STATE
|
|
13
|
+
#include <folly/dynamic.h>
|
|
14
|
+
#endif
|
|
15
|
+
|
|
16
|
+
namespace facebook::react {
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
} // namespace facebook::react
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"libraryName":"","modules":{"NativeNetworkInspector":{"type":"NativeModule","aliasMap":{},"enumMap":{},"spec":{"eventEmitters":[],"methods":[{"name":"enableNativeCrashProtection","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[]}},{"name":"getDeviceMetrics","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[]}},{"name":"showFloatingButton","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"options","optional":false,"typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}]}},{"name":"hideFloatingButton","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[]}},{"name":"setFloatingButtonBadge","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"hasBadge","optional":false,"typeAnnotation":{"type":"BooleanTypeAnnotation"}}]}},{"name":"setFloatingButtonPosition","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"x","optional":false,"typeAnnotation":{"type":"NumberTypeAnnotation"}},{"name":"y","optional":false,"typeAnnotation":{"type":"NumberTypeAnnotation"}}]}},{"name":"startFpsMonitoring","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[]}},{"name":"stopFpsMonitoring","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[]}},{"name":"getFpsMetrics","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[]}},{"name":"getNativeStorageItem","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"NullableTypeAnnotation","typeAnnotation":{"type":"StringTypeAnnotation"}}},"params":[{"name":"key","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}}]}},{"name":"setNativeStorageItem","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"key","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}},{"name":"value","optional":false,"typeAnnotation":{"type":"NullableTypeAnnotation","typeAnnotation":{"type":"StringTypeAnnotation"}}}]}},{"name":"triggerHaptic","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"style","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}}]}},{"name":"getNativeSystemMetrics","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[]}},{"name":"pushNativeLogRecord","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"pageKey","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}},{"name":"jsonPayload","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}}]}},{"name":"checkFloatingButtonPress","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[]}},{"name":"takeScreenshot","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[{"name":"options","optional":false,"typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}]}},{"name":"startVideoRecording","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"options","optional":false,"typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}]}},{"name":"stopVideoRecording","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[]}},{"name":"isRecording","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[]}},{"name":"convertToGif","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[{"name":"videoUri","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}},{"name":"options","optional":false,"typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}]}},{"name":"playVideo","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"videoUri","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}}]}},{"name":"getCapturedMedia","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"StringTypeAnnotation"}},"params":[]}},{"name":"deleteCapturedMedia","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[{"name":"uri","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}}]}},{"name":"clearAllCapturedMedia","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"BooleanTypeAnnotation"}},"params":[]}},{"name":"copyMediaToClipboard","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[{"name":"filePath","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}}]}},{"name":"editPhoto","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[{"name":"options","optional":false,"typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}]}},{"name":"trimVideo","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[{"name":"options","optional":false,"typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}]}},{"name":"generateFilmstrip","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"GenericObjectTypeAnnotation"}},"params":[{"name":"options","optional":false,"typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}]}},{"name":"pickMedia","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"PromiseTypeAnnotation","elementType":{"type":"NullableTypeAnnotation","typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}},"params":[{"name":"options","optional":false,"typeAnnotation":{"type":"GenericObjectTypeAnnotation"}}]}},{"name":"addListener","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"VoidTypeAnnotation"},"params":[{"name":"eventName","optional":false,"typeAnnotation":{"type":"StringTypeAnnotation"}}]}},{"name":"removeListeners","optional":false,"typeAnnotation":{"type":"FunctionTypeAnnotation","returnTypeAnnotation":{"type":"VoidTypeAnnotation"},"params":[{"name":"count","optional":false,"typeAnnotation":{"type":"NumberTypeAnnotation"}}]}}]},"moduleName":"NetworkInspectorModule"}}}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"artifactType": {
|
|
4
|
+
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
|
5
|
+
"kind": "Directory"
|
|
6
|
+
},
|
|
7
|
+
"applicationId": "com.inappinspector",
|
|
8
|
+
"variantName": "debug",
|
|
9
|
+
"elements": [
|
|
10
|
+
{
|
|
11
|
+
"type": "SINGLE",
|
|
12
|
+
"filters": [],
|
|
13
|
+
"attributes": [],
|
|
14
|
+
"outputFile": "AndroidManifest.xml"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"elementType": "File"
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#Sun Sep 13 16:12:48 IST 2026
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/build/generated/res/resValues/debug"/></dataSet><mergedItems/></merger>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/debug/jniLibs"/></dataSet></merger>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/debug/shaders"/></dataSet></merger>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/main/assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/src/debug/assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/vengateswaran/Documents/Projects/react-native-inapp-inspector/example/node_modules/react-native-inapp-inspector/android/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet></merger>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0 Warning/Error
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
com.inappinspector
|
package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
ADDED
|
Binary file
|
|
Binary file
|