react-native-inapp-inspector 2.5.2 → 2.5.4
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/components/CountryFlag.d.ts +10 -0
- package/dist/commonjs/components/CountryFlag.js +140 -0
- package/dist/commonjs/components/EmptyState.js +6 -6
- package/dist/commonjs/components/Inspector/DeviceInfoTab.js +36 -36
- package/dist/commonjs/components/Inspector/FloatingCaptureWidget.js +10 -10
- package/dist/commonjs/components/Inspector/GlobalCrashScreenModal.js +24 -24
- package/dist/commonjs/components/Inspector/InspectorHeader.js +6 -8
- package/dist/commonjs/components/Inspector/LanguageSelectorModal.js +23 -18
- package/dist/commonjs/components/Inspector/MainScreen.js +9 -9
- package/dist/commonjs/components/Inspector/MediaPreviewModal.js +268 -270
- package/dist/commonjs/components/Inspector/NetworkFilterModal.js +21 -21
- package/dist/commonjs/components/Inspector/SecondaryTelemetryStrip.js +6 -6
- package/dist/commonjs/components/Inspector/SocketFilterModal.js +12 -12
- package/dist/commonjs/components/Inspector/TabBar.js +3 -3
- package/dist/commonjs/components/Inspector/UpdateAvailableModal.js +2 -2
- package/dist/commonjs/components/MetaAccordion.js +17 -17
- package/dist/commonjs/components/ModuleErrorBoundary.js +4 -4
- package/dist/commonjs/components/NetworkIcons.d.ts +7 -0
- package/dist/commonjs/components/NetworkIcons.js +33 -2
- package/dist/commonjs/components/SourcePageCard.js +9 -9
- 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/commonjs/i18n/locales/en.json +1 -1
- package/dist/commonjs/index.js +1 -1
- package/dist/commonjs/styles/AppColors.d.ts +76 -0
- package/dist/commonjs/styles/AppColors.js +1 -1
- package/dist/esm/components/CountryFlag.d.ts +10 -0
- package/dist/esm/components/CountryFlag.js +140 -0
- package/dist/esm/components/EmptyState.js +13 -13
- package/dist/esm/components/Inspector/DeviceInfoTab.js +176 -176
- package/dist/esm/components/Inspector/FloatingCaptureWidget.js +29 -29
- package/dist/esm/components/Inspector/GlobalCrashScreenModal.js +9 -9
- package/dist/esm/components/Inspector/InspectorHeader.js +16 -18
- package/dist/esm/components/Inspector/LanguageSelectorModal.js +107 -102
- package/dist/esm/components/Inspector/MainScreen.js +16 -16
- package/dist/esm/components/Inspector/MediaPreviewModal.js +577 -579
- package/dist/esm/components/Inspector/NetworkFilterModal.js +37 -37
- package/dist/esm/components/Inspector/SecondaryTelemetryStrip.js +20 -20
- package/dist/esm/components/Inspector/SocketFilterModal.js +32 -32
- package/dist/esm/components/Inspector/TabBar.js +12 -12
- package/dist/esm/components/Inspector/UpdateAvailableModal.js +11 -11
- package/dist/esm/components/MetaAccordion.js +24 -24
- package/dist/esm/components/ModuleErrorBoundary.js +20 -20
- package/dist/esm/components/NetworkIcons.d.ts +7 -0
- package/dist/esm/components/NetworkIcons.js +243 -212
- package/dist/esm/components/SourcePageCard.js +21 -21
- 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/dist/esm/i18n/locales/en.json +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/styles/AppColors.d.ts +76 -0
- package/dist/esm/styles/AppColors.js +1 -1
- package/package.json +1 -1
|
@@ -1,172 +1,177 @@
|
|
|
1
|
-
import
|
|
1
|
+
import ie,{useState as G,useMemo as J}from"react";import{Modal as Ce,View as C,Text as R,TextInput as Se,ScrollView as Y,StyleSheet as V,TouchableWithoutFeedback as Q,Platform as E,Dimensions as Te,DevSettings as U}from"react-native";import X from"react-native-linear-gradient";import L from"../TouchableScale";import{AppColors as e}from"../../styles/AppColors";import{AppFonts as x}from"../../styles/AppFonts";import{GlobeIcon as Be,CheckIcon as Re,CloseWhite as _,SearchIcon as Ie,ResetIcon as Ve,ArrowForwardIcon as Le}from"../NetworkIcons";import A from"../CountryFlag";import{useTranslation as Fe,SUPPORTED_LANGUAGES as Pe,setLanguage as We,getLanguage as Ae}from"../../i18n";import{loadSettings as Ne,saveSettings as De}from"../../helpers/settingsStore";import{triggerNativeHaptic as j}from"../../native/NativeInspector";import{showToast as je}from"../../helpers/toast";export const COUNTRY_OPTIONS=[{id:"all",name:"All",flag:"\u{1F310}",badge:"25"},{id:"in",name:"India",flag:"\u{1F1EE}\u{1F1F3}",badge:"9",langCodes:["hi","ta","te","kn","ml","bn","mr","gu","pa"]},{id:"us",name:"United States",flag:"\u{1F1FA}\u{1F1F8}",badge:"2",langCodes:["en","es"]},{id:"gb",name:"United Kingdom",flag:"\u{1F1EC}\u{1F1E7}",badge:"1",langCodes:["en"]},{id:"de",name:"Germany",flag:"\u{1F1E9}\u{1F1EA}",badge:"1",langCodes:["de"]},{id:"jp",name:"Japan",flag:"\u{1F1EF}\u{1F1F5}",badge:"1",langCodes:["ja"]},{id:"ca",name:"Canada",flag:"\u{1F1E8}\u{1F1E6}",badge:"2",langCodes:["en","fr"]},{id:"global",name:"Global / Europe & Asia",flag:"\u{1F30D}",badge:"11",langCodes:["it","id","tr","vi","nl","pl","pt","ru","ar","zh","ko"]}];const K={en:"English (Default)",es:"Spanish",fr:"French",de:"German",zh:"Chinese (Simplified)",ja:"Japanese",ko:"Korean",pt:"Portuguese",ru:"Russian",hi:"Hindi",ta:"Tamil",te:"Telugu",kn:"Kannada",ml:"Malayalam",bn:"Bengali",mr:"Marathi",gu:"Gujarati",pa:"Punjabi",ar:"Arabic",it:"Italian",id:"Indonesian",tr:"Turkish",vi:"Vietnamese",nl:"Dutch",pl:"Polish"};export const LanguageSelectorModal=ie.memo(({visible:Z,onClose:N})=>{const{t:I}=Fe(),[F,$]=G(""),[P,ee]=G("all"),[z,H]=G(null),D=Ae(),W=e.primaryLight!==e.white,M=J(()=>COUNTRY_OPTIONS.find(S=>S.id===P)||COUNTRY_OPTIONS[0],[P]),q=J(()=>Pe.filter(S=>{if(P!=="all"&&M?.langCodes&&!M.langCodes.includes(S.code))return!1;if(!F.trim())return!0;const T=F.trim().toLowerCase(),v=K[S.code]?.toLowerCase()||"";return S.name.toLowerCase().includes(T)||S.nativeName.toLowerCase().includes(T)||S.code.toLowerCase().includes(T)||v.includes(T)}),[F,P,M]),te=(S,T,v)=>{S!==D&&(j("light"),H({code:S,flag:T,nativeName:v}))},oe=async()=>{if(!z)return;j("medium"),We(z.code);try{const v=await Ne();await De({...v,language:z.code})}catch{}const{flag:S,nativeName:T}=z;H(null),N(),$(""),je(`\u{1F504} ${S} ${T}`),__DEV__&&U&&U.reload&&U.reload()},O=()=>{j("light"),H(null)};return<Ce visible={Z}transparent={!0}animationType="slide"statusBarTranslucent={!0}onRequestClose={N}>
|
|
2
2
|
<C style={t.overlay}>
|
|
3
3
|
|
|
4
|
-
<
|
|
4
|
+
<Q onPress={N}accessible={!0}accessibilityRole="button"accessibilityLabel="Close bottom sheet">
|
|
5
5
|
<C style={t.backdrop}/>
|
|
6
|
-
</
|
|
6
|
+
</Q>
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
<C style={[t.bottomSheet,{backgroundColor:
|
|
9
|
+
<C style={[t.bottomSheet,{backgroundColor:W?e.npmDark:e.white}]}>
|
|
10
10
|
|
|
11
11
|
<C style={t.handleBarWrap}>
|
|
12
|
-
<C style={[t.handleBar,{backgroundColor:
|
|
12
|
+
<C style={[t.handleBar,{backgroundColor:W?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.18)"}]}/>
|
|
13
13
|
</C>
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
<C style={t.header}>
|
|
17
17
|
<C style={t.headerTitleRow}>
|
|
18
|
-
<
|
|
18
|
+
<X colors={[e.indigo600,e.violet600]}start={{x:0,y:0}}end={{x:1,y:1}}style={t.globeIconWrap}>
|
|
19
19
|
<Be size={17}color={e.white}/>
|
|
20
|
-
</
|
|
20
|
+
</X>
|
|
21
21
|
<C>
|
|
22
22
|
<C style={t.titleRow}>
|
|
23
|
-
<
|
|
24
|
-
{
|
|
25
|
-
</
|
|
23
|
+
<R style={t.titleText}>
|
|
24
|
+
{I("settings.general.selectLanguage","Select Language")}
|
|
25
|
+
</R>
|
|
26
26
|
<C style={t.countBadge}>
|
|
27
|
-
<
|
|
27
|
+
<R style={t.countBadgeText}>25</R>
|
|
28
28
|
</C>
|
|
29
29
|
</C>
|
|
30
|
-
<
|
|
31
|
-
{
|
|
32
|
-
</
|
|
30
|
+
<R style={t.subTitleText}>
|
|
31
|
+
{I("settings.general.languageDescription","Choose preferred display language")}
|
|
32
|
+
</R>
|
|
33
33
|
</C>
|
|
34
34
|
</C>
|
|
35
|
-
<
|
|
36
|
-
<
|
|
37
|
-
</
|
|
35
|
+
<L onPress={N}hitSlop={12}accessible={!0}accessibilityRole="button"accessibilityLabel="Close language selector"style={[t.closeBtn,{backgroundColor:W?e.overlayWhite16:e.overlayBlack08,borderColor:W?e.overlayWhite30:e.overlayBlack18}]}>
|
|
36
|
+
<_ size={14}color={W?e.white:e.slate900}/>
|
|
37
|
+
</L>
|
|
38
38
|
</C>
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
<C style={t.searchContainer}>
|
|
42
42
|
<Ie color={e.grayTextWeak}size={15}/>
|
|
43
|
-
<Se value={
|
|
44
|
-
{
|
|
45
|
-
<
|
|
46
|
-
</
|
|
43
|
+
<Se value={F}onChangeText={$}placeholder={I("common.search","Search language, country or code...")}placeholderTextColor={e.grayTextWeak}style={t.searchInput}autoCapitalize="none"autoCorrect={!1}clearButtonMode="never"/>
|
|
44
|
+
{F.length>0&&<L onPress={()=>$("")}hitSlop={8}style={t.searchClearBtn}>
|
|
45
|
+
<_ size={11}color={e.grayText}/>
|
|
46
|
+
</L>}
|
|
47
47
|
</C>
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
<C style={t.countryScrollWrap}>
|
|
51
|
-
<
|
|
52
|
-
{COUNTRY_OPTIONS.map(
|
|
53
|
-
<
|
|
54
|
-
<
|
|
55
|
-
{
|
|
56
|
-
</
|
|
57
|
-
{
|
|
58
|
-
<
|
|
59
|
-
{
|
|
60
|
-
</
|
|
51
|
+
<Y horizontal showsHorizontalScrollIndicator={!1}contentContainerStyle={t.countryScrollContent}>
|
|
52
|
+
{COUNTRY_OPTIONS.map(S=>{const T=S.id===P;return<L key={S.id}onPress={()=>{j("light"),ee(S.id)}}style={[t.countryChip,T&&t.countryChipActive]}>
|
|
53
|
+
<A code={S.id}size={15}style={{marginRight:6}}/>
|
|
54
|
+
<R style={[t.countryChipText,T&&t.countryChipTextActive]}>
|
|
55
|
+
{S.name}
|
|
56
|
+
</R>
|
|
57
|
+
{S.badge&&<C style={[t.countryChipBadge,T&&t.countryChipBadgeActive]}>
|
|
58
|
+
<R style={[t.countryChipBadgeText,T&&t.countryChipBadgeTextActive]}>
|
|
59
|
+
{S.badge}
|
|
60
|
+
</R>
|
|
61
61
|
</C>}
|
|
62
|
-
</
|
|
63
|
-
</
|
|
62
|
+
</L>})}
|
|
63
|
+
</Y>
|
|
64
64
|
</C>
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
<
|
|
68
|
-
{
|
|
69
|
-
<
|
|
70
|
-
{
|
|
71
|
-
</
|
|
72
|
-
</C>:
|
|
67
|
+
<Y style={t.scrollList}contentContainerStyle={t.scrollContent}showsVerticalScrollIndicator={!0}keyboardShouldPersistTaps="handled">
|
|
68
|
+
{q.length===0?<C style={t.emptyStateWrap}>
|
|
69
|
+
<R style={t.emptyStateText}>
|
|
70
|
+
{I("common.noMatches","No languages match your search")}
|
|
71
|
+
</R>
|
|
72
|
+
</C>:q.map(S=>{const T=S.code===D,v=K[S.code]||S.name;return<L key={S.code}onPress={()=>te(S.code,S.flag,S.nativeName)}style={[t.langRow,T&&t.langRowSelected]}>
|
|
73
73
|
|
|
74
74
|
{T&&<C style={t.activeAccentBar}/>}
|
|
75
75
|
|
|
76
76
|
<C style={t.langRowLeft}>
|
|
77
77
|
<C style={[t.flagContainer,T&&t.flagContainerSelected]}>
|
|
78
|
-
<
|
|
78
|
+
<A code={S.code}size={20}/>
|
|
79
79
|
</C>
|
|
80
80
|
<C style={t.langTextCol}>
|
|
81
81
|
<C style={t.langTitleRow}>
|
|
82
|
-
<
|
|
83
|
-
{
|
|
84
|
-
</
|
|
82
|
+
<R style={[t.langNativeName,T&&t.langNativeNameSelected]}>
|
|
83
|
+
{S.nativeName}
|
|
84
|
+
</R>
|
|
85
85
|
<C style={[t.codePill,T&&t.codePillSelected]}>
|
|
86
|
-
<
|
|
87
|
-
{
|
|
88
|
-
</
|
|
86
|
+
<R style={[t.codePillText,T&&t.codePillTextSelected]}>
|
|
87
|
+
{S.code.toUpperCase()}
|
|
88
|
+
</R>
|
|
89
89
|
</C>
|
|
90
90
|
</C>
|
|
91
|
-
<
|
|
92
|
-
{
|
|
93
|
-
</
|
|
91
|
+
<R style={[t.langEnglishName,T&&t.langEnglishNameSelected]}>
|
|
92
|
+
{v}
|
|
93
|
+
</R>
|
|
94
94
|
</C>
|
|
95
95
|
</C>
|
|
96
96
|
|
|
97
|
-
{T?<
|
|
98
|
-
<Re size={
|
|
99
|
-
</
|
|
100
|
-
</
|
|
101
|
-
</
|
|
97
|
+
{T?<C style={t.checkIconWrap}>
|
|
98
|
+
<Re size={14}color={e.white}/>
|
|
99
|
+
</C>:<C style={t.uncheckPlaceholder}/>}
|
|
100
|
+
</L>})}
|
|
101
|
+
</Y>
|
|
102
102
|
</C>
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
{
|
|
106
|
-
<
|
|
107
|
-
<C style={
|
|
108
|
-
</
|
|
109
|
-
<C style={
|
|
105
|
+
{z!=null&&<C style={[V.absoluteFill,B.overlay]}>
|
|
106
|
+
<Q onPress={O}>
|
|
107
|
+
<C style={B.backdrop}/>
|
|
108
|
+
</Q>
|
|
109
|
+
<C style={B.card}>
|
|
110
110
|
|
|
111
|
-
<
|
|
112
|
-
<
|
|
113
|
-
</
|
|
111
|
+
<L onPress={O}hitSlop={8}style={B.cornerCloseBtn}>
|
|
112
|
+
<_ size={11}color={e.grayTextWeak}/>
|
|
113
|
+
</L>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
<C style={
|
|
117
|
-
<
|
|
116
|
+
<C style={B.iconBadge}>
|
|
117
|
+
<A code={z.code}size={28}/>
|
|
118
118
|
</C>
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
<
|
|
122
|
-
{
|
|
123
|
-
</
|
|
124
|
-
<
|
|
125
|
-
{
|
|
126
|
-
</
|
|
121
|
+
<R style={B.title}>
|
|
122
|
+
{I("language.confirmTitle","Change Language?")}
|
|
123
|
+
</R>
|
|
124
|
+
<R style={B.message}>
|
|
125
|
+
{I("language.confirmMessage",`Switch to ${z.nativeName} (${K[z.code]||z.nativeName})? The inspector will reload to apply the new language.`)}
|
|
126
|
+
</R>
|
|
127
127
|
|
|
128
128
|
|
|
129
|
-
<C style={
|
|
130
|
-
<C style={
|
|
131
|
-
<
|
|
132
|
-
{
|
|
133
|
-
</
|
|
134
|
-
<
|
|
135
|
-
|
|
136
|
-
{
|
|
137
|
-
|
|
129
|
+
<C style={B.switchPreview}>
|
|
130
|
+
<C style={B.switchItem}>
|
|
131
|
+
<R style={B.switchLabel}>
|
|
132
|
+
{I("language.current","Current")}
|
|
133
|
+
</R>
|
|
134
|
+
<C style={{flexDirection:"row",alignItems:"center",gap:6}}>
|
|
135
|
+
<A code={D}size={16}/>
|
|
136
|
+
<R style={B.switchValue}>
|
|
137
|
+
{D.toUpperCase()}
|
|
138
|
+
</R>
|
|
139
|
+
</C>
|
|
138
140
|
</C>
|
|
139
|
-
<C style={
|
|
140
|
-
<
|
|
141
|
+
<C style={B.switchArrow}>
|
|
142
|
+
<Le size={14}color={e.indigo600}/>
|
|
141
143
|
</C>
|
|
142
|
-
<C style={
|
|
143
|
-
<
|
|
144
|
-
{
|
|
145
|
-
</
|
|
146
|
-
<
|
|
147
|
-
|
|
148
|
-
|
|
144
|
+
<C style={B.switchItem}>
|
|
145
|
+
<R style={[B.switchLabel,{color:e.indigo600}]}>
|
|
146
|
+
{I("language.new","New")}
|
|
147
|
+
</R>
|
|
148
|
+
<C style={{flexDirection:"row",alignItems:"center",gap:6}}>
|
|
149
|
+
<A code={z.code}size={16}/>
|
|
150
|
+
<R style={[B.switchValue,{color:e.indigo600,fontFamily:x.interBold}]}>
|
|
151
|
+
{z.code.toUpperCase()}
|
|
152
|
+
</R>
|
|
153
|
+
</C>
|
|
149
154
|
</C>
|
|
150
155
|
</C>
|
|
151
156
|
|
|
152
157
|
|
|
153
|
-
<C style={
|
|
154
|
-
<
|
|
155
|
-
<
|
|
156
|
-
{
|
|
157
|
-
</
|
|
158
|
-
</
|
|
158
|
+
<C style={B.buttonRow}>
|
|
159
|
+
<L accessible={!0}accessibilityRole="button"accessibilityLabel={I("common.cancel","Cancel")}onPress={O}style={B.cancelBtn}>
|
|
160
|
+
<R style={B.cancelBtnText}>
|
|
161
|
+
{I("common.cancel","Cancel")}
|
|
162
|
+
</R>
|
|
163
|
+
</L>
|
|
159
164
|
|
|
160
|
-
<
|
|
161
|
-
<
|
|
165
|
+
<L accessible={!0}accessibilityRole="button"accessibilityLabel={I("language.confirmApply","Apply & Reload")}onPress={oe}style={B.confirmBtn}>
|
|
166
|
+
<X colors={[e.indigo600,e.violet600]}start={{x:0,y:0}}end={{x:1,y:1}}style={B.confirmBtnGradient}>
|
|
162
167
|
<Ve size={13}color={e.white}/>
|
|
163
|
-
<
|
|
164
|
-
{
|
|
165
|
-
</
|
|
166
|
-
</
|
|
167
|
-
</
|
|
168
|
+
<R style={B.confirmBtnText}>
|
|
169
|
+
{I("language.confirmApply","Apply & Reload")}
|
|
170
|
+
</R>
|
|
171
|
+
</X>
|
|
172
|
+
</L>
|
|
168
173
|
</C>
|
|
169
174
|
</C>
|
|
170
175
|
</C>}
|
|
171
176
|
</C>
|
|
172
|
-
</Ce>});const t=
|
|
177
|
+
</Ce>});const t=V.create({overlay:{flex:1,backgroundColor:"rgba(10, 15, 30, 0.60)",justifyContent:"flex-end"},backdrop:{...V.absoluteFillObject},bottomSheet:{width:"100%",height:Math.min(Math.max(Te.get("window").height*.74,520),620),borderTopLeftRadius:26,borderTopRightRadius:26,paddingTop:8,paddingBottom:E.OS==="ios"?28:16,shadowColor:e.black,shadowOpacity:.28,shadowRadius:20,shadowOffset:{width:0,height:-6},elevation:16},handleBarWrap:{alignItems:"center",paddingVertical:5},handleBar:{width:36,height:4,borderRadius:2},header:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",paddingHorizontal:16,paddingVertical:10,borderBottomWidth:V.hairlineWidth,borderBottomColor:e.grayBorderSecondary},headerTitleRow:{flexDirection:"row",alignItems:"center",gap:10},globeIconWrap:{width:34,height:34,borderRadius:10,alignItems:"center",justifyContent:"center",shadowColor:e.indigo600,shadowOffset:{width:0,height:2},shadowOpacity:.25,shadowRadius:4,elevation:3},titleRow:{flexDirection:"row",alignItems:"center",gap:6},titleText:{fontFamily:x.interBold,fontSize:15.5,color:e.primaryBlack,letterSpacing:-.2},countBadge:{backgroundColor:`${e.indigo600}18`,paddingHorizontal:6,paddingVertical:1,borderRadius:10},countBadgeText:{fontFamily:x.interBold,fontSize:10,color:e.indigo600},subTitleText:{fontFamily:x.interRegular,fontSize:11,color:e.grayText,marginTop:1},closeBtn:{width:30,height:30,borderRadius:15,backgroundColor:`${e.black}0D`,borderWidth:1,borderColor:`${e.black}1A`,alignItems:"center",justifyContent:"center"},searchContainer:{flexDirection:"row",alignItems:"center",marginHorizontal:14,marginTop:10,marginBottom:6,paddingHorizontal:10,height:40,borderRadius:12,backgroundColor:e.grayBackground,borderWidth:1,borderColor:e.grayBorderSecondary,gap:8},searchInput:{flex:1,height:"100%",fontSize:12.5,fontFamily:x.interMedium,color:e.primaryBlack,paddingVertical:0},searchClearBtn:{width:20,height:20,borderRadius:10,backgroundColor:`${e.grayText}22`,alignItems:"center",justifyContent:"center"},countryScrollWrap:{borderBottomWidth:V.hairlineWidth,borderBottomColor:e.grayBorderSecondary,paddingVertical:7},countryScrollContent:{paddingHorizontal:14,gap:6,flexDirection:"row",alignItems:"center"},countryChip:{flexDirection:"row",alignItems:"center",paddingHorizontal:10,paddingVertical:6,borderRadius:20,backgroundColor:e.grayBackground,borderWidth:1,borderColor:e.grayBorderSecondary,gap:5},countryChipActive:{backgroundColor:`${e.brandPurple}14`,borderColor:`${e.brandPurple}55`},countryChipFlag:{fontSize:13},countryChipText:{fontFamily:x.interMedium,fontSize:11.5,color:e.primaryBlack},countryChipTextActive:{fontFamily:x.interBold,color:e.brandPurple},countryChipBadge:{paddingHorizontal:5.5,paddingVertical:1,borderRadius:8,backgroundColor:`${e.black}0A`},countryChipBadgeActive:{backgroundColor:`${e.brandPurple}22`},countryChipBadgeText:{fontFamily:x.interSemiBold,fontSize:9.5,color:e.grayText},countryChipBadgeTextActive:{color:e.brandPurple,fontFamily:x.interBold},scrollList:{flex:1},scrollContent:{paddingBottom:16},emptyStateWrap:{padding:36,alignItems:"center",justifyContent:"center"},emptyStateText:{fontFamily:x.interMedium,fontSize:13,color:e.grayText},langRow:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",paddingHorizontal:16,paddingVertical:11,borderBottomWidth:V.hairlineWidth,borderBottomColor:e.grayBorderSecondary,position:"relative"},langRowSelected:{backgroundColor:`${e.indigo600}0C`},activeAccentBar:{position:"absolute",left:0,top:4,bottom:4,width:3.5,borderTopRightRadius:3,borderBottomRightRadius:3,backgroundColor:e.indigo600},langRowLeft:{flexDirection:"row",alignItems:"center",gap:12,flex:1},flagContainer:{width:36,height:36,borderRadius:10,backgroundColor:e.grayBackground,alignItems:"center",justifyContent:"center",borderWidth:1,borderColor:e.grayBorderSecondary},flagContainerSelected:{borderColor:`${e.indigo600}44`,backgroundColor:`${e.indigo600}14`},langFlag:{fontSize:19},langTextCol:{flex:1},langTitleRow:{flexDirection:"row",alignItems:"center",gap:6},langNativeName:{fontFamily:x.interSemiBold,fontSize:14,color:e.primaryBlack},langNativeNameSelected:{fontFamily:x.interBold,color:e.indigo600},codePill:{backgroundColor:`${e.black}0A`,paddingHorizontal:5,paddingVertical:1,borderRadius:4},codePillSelected:{backgroundColor:`${e.indigo600}18`},codePillText:{fontSize:9.5,fontFamily:x.interBold,color:e.grayText,letterSpacing:.4},codePillTextSelected:{color:e.indigo600},langEnglishName:{fontFamily:x.interRegular,fontSize:11.5,color:e.grayText,marginTop:1.5},langEnglishNameSelected:{color:e.indigo600,fontFamily:x.interMedium},checkIconWrap:{width:24,height:24,borderRadius:12,alignItems:"center",justifyContent:"center",shadowColor:e.indigo600,shadowOffset:{width:0,height:2},shadowOpacity:.35,shadowRadius:3,elevation:3},uncheckPlaceholder:{width:24,height:24}}),B=V.create({overlay:{flex:1,backgroundColor:"rgba(10, 15, 30, 0.72)",justifyContent:"center",alignItems:"center",paddingHorizontal:24,zIndex:999999,elevation:999},backdrop:{...V.absoluteFillObject},card:{width:"100%",maxWidth:340,backgroundColor:e.white,borderRadius:22,paddingTop:24,paddingBottom:18,paddingHorizontal:20,alignItems:"center",borderWidth:1,borderColor:`${e.white}CC`,...E.select({ios:{shadowColor:e.indigo600,shadowOffset:{width:0,height:12},shadowOpacity:.28,shadowRadius:24},android:{elevation:12}})},cornerCloseBtn:{position:"absolute",top:14,right:14,width:28,height:28,borderRadius:14,backgroundColor:e.graySurface,alignItems:"center",justifyContent:"center"},iconBadge:{width:58,height:58,borderRadius:29,borderWidth:1.5,borderColor:`${e.indigo600}33`,backgroundColor:`${e.indigo600}14`,alignItems:"center",justifyContent:"center",marginBottom:14},iconFlag:{fontSize:28},title:{fontFamily:x.interBold,fontSize:17,color:e.slate900,textAlign:"center",marginBottom:8,letterSpacing:-.2},message:{fontFamily:x.interRegular,fontSize:13,color:e.grayTextWeak,textAlign:"center",lineHeight:19,paddingHorizontal:4,marginBottom:16},switchPreview:{flexDirection:"row",alignItems:"center",justifyContent:"center",gap:10,marginBottom:20,paddingVertical:10,paddingHorizontal:16,borderRadius:12,backgroundColor:e.grayBackground,borderWidth:1,borderColor:e.grayBorderSecondary,width:"100%"},switchItem:{alignItems:"center",gap:3,flex:1},switchLabel:{fontFamily:x.interMedium,fontSize:10,color:e.grayText,textTransform:"uppercase",letterSpacing:.5},switchValue:{fontFamily:x.interSemiBold,fontSize:14,color:e.primaryBlack},switchArrow:{width:24,height:24,borderRadius:12,backgroundColor:`${e.indigo600}18`,alignItems:"center",justifyContent:"center"},switchArrowText:{fontFamily:x.interBold,fontSize:14,color:e.indigo600},buttonRow:{flexDirection:"row",alignItems:"center",gap:10,width:"100%"},cancelBtn:{flex:1,height:44,borderRadius:12,backgroundColor:e.graySurface,borderWidth:1,borderColor:e.grayBorderSecondary,alignItems:"center",justifyContent:"center"},cancelBtnText:{fontFamily:x.interSemiBold,fontSize:14,color:e.grayText},confirmBtn:{flex:1.15,height:44,borderRadius:12,overflow:"hidden",...E.select({ios:{shadowColor:e.indigo600,shadowOffset:{width:0,height:4},shadowOpacity:.35,shadowRadius:8},android:{elevation:4}})},confirmBtnGradient:{flex:1,flexDirection:"row",alignItems:"center",justifyContent:"center",gap:6,borderRadius:12},confirmBtnText:{fontFamily:x.interBold,fontSize:13.5,color:e.white,letterSpacing:.2}});export default LanguageSelectorModal;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import se,{useEffect as P,useRef as L}from"react";import{Animated as o,Modal as Se,Platform as
|
|
2
|
-
{(
|
|
1
|
+
import se,{useEffect as P,useRef as L}from"react";import{Animated as o,Modal as Se,Platform as q,Pressable as Be,StatusBar as Ce,StyleSheet as T,View as B}from"react-native";import{useInspector as Ve}from"./InspectorContext";import Me from"../ErrorBoundary";import S from"../ModuleErrorBoundary";import Ne from"./FabLauncher";import Re from"./InspectorHeader";import{SecondaryTelemetryStrip as De}from"./SecondaryTelemetryStrip";import Te from"./TabBar";import Ee from"./NetworkTab";import Ae from"./NetworkDetail";import Pe from"./LogDetail";import Le from"./ConsoleTab";import Ie from"./AnalyticsTab";import Oe from"../AnalyticsDetail";import We from"./ReduxTab";import Fe from"./ReduxDetail";import Ge from"./CrashTab";import He from"./CrashDetail";import Ye from"./PushTab";import Ue from"./PushDetail";import _e from"./SocketTab";import $e from"./SocketDetail";import Je from"./DeviceInfoTab";import Ke from"./StorageTab";import Qe from"./DebuggingTab";import{MediaGalleryTab as Xe}from"./MediaGalleryTab";import Ze from"./SettingsPanel";import So from"./AboutModal";import{SupportPage as Bo}from"./SupportPage";import{ConfirmationModal as Co}from"./ConfirmationModal";import{FloatingCaptureWidget as Vo}from"./FloatingCaptureWidget";import Mo from"./NpmUpdateToast";import No from"./NpmStarPrompt";import Ro from"../Toast";import H from"../../styles";import{AppColors as C}from"../../styles/AppColors";import Do from"./NavigationTracker";import{isLocalDebugEnvironment as To}from"../../helpers";const xo=()=>{const{visible:I,modalAnimationType:V,closeModal:M,modalHeightPercent:O,selected:Y,selectedEvent:W,selectedLog:U,selectedReduxSlice:j,selectedReduxAction:J,selectedCrash:_,selectedPush:F,setSelectedPush:K,selectedSocket:z,setSelectedSocket:Q,settingsPage:N,isAboutOpen:R,setIsAboutOpen:X,isSupportOpen:D,setIsSupportOpen:Z,activeTab:e,isReady:ee,enabled:oe,isDismissed:te,hasNavigationContext:re,setNavState:ae,confirmModal:v,setConfirmModal:ie,peekMode:le,peekOpacity:$}=Ve(),G=e==="apis"&&Y!=null||e==="analytics"&&W!=null||e==="logs"&&U!=null||e==="redux"&&(j!=null||J!=null)||e==="crash"&&_!=null||e==="push"&&F!=null||e==="socket"&&z!=null,x=L(new o.Value(0)).current;P(()=>{N!==null&&(x.setValue(0),o.spring(x,{toValue:1,friction:8,tension:65,useNativeDriver:!1}).start())},[N!==null]);const E=L(new o.Value(0)).current;P(()=>{R&&(E.setValue(0),o.spring(E,{toValue:1,friction:8,tension:65,useNativeDriver:!1}).start())},[R]);const A=L(new o.Value(0)).current;return P(()=>{D&&(A.setValue(0),o.spring(A,{toValue:1,friction:8,tension:65,useNativeDriver:!1}).start())},[D]),<>
|
|
2
|
+
{(q.OS==="ios"||q.OS==="android")&&oe&&!te&&!I&&<Ne/>}
|
|
3
3
|
<Se visible={I}animationType={V}transparent statusBarTranslucent={!0}onRequestClose={M}>
|
|
4
4
|
<Me onClose={M}>
|
|
5
|
-
<B style={[
|
|
6
|
-
<Be style={
|
|
7
|
-
<B style={[
|
|
5
|
+
<B style={[H.modalBackdrop,{zIndex:999999,elevation:999999}]}>
|
|
6
|
+
<Be style={H.modalBackdropPressable}onPress={M}/>
|
|
7
|
+
<B style={[H.modalContentCard,{height:`${O}%`,borderTopLeftRadius:O>=100?0:20,borderTopRightRadius:O>=100?0:20,opacity:le?Math.max(.05,Math.min(1,typeof $=="number"?$:.1)):1,zIndex:9999999,elevation:999999}]}>
|
|
8
8
|
<Ce translucent backgroundColor="transparent"barStyle="light-content"/>
|
|
9
9
|
|
|
10
10
|
<Re/>
|
|
11
|
-
|
|
11
|
+
{!G&&N===null&&!R&&!D&&<De/>}
|
|
12
12
|
|
|
13
13
|
<B style={{flex:1,overflow:"hidden",backgroundColor:C.grayBackground}}>
|
|
14
14
|
|
|
15
|
-
<B style={{flex:1}}pointerEvents={
|
|
15
|
+
<B style={{flex:1}}pointerEvents={G||N!==null||R||D?"none":"auto"}>
|
|
16
16
|
<Te/>
|
|
17
17
|
{ee?<B style={{flex:1}}>
|
|
18
18
|
{e==="apis"&&<S moduleName="Network API Monitor">
|
|
@@ -45,27 +45,27 @@ import se,{useEffect as P,useRef as L}from"react";import{Animated as o,Modal as
|
|
|
45
45
|
{e==="media"&&<S moduleName="Media Gallery">
|
|
46
46
|
<Xe/>
|
|
47
47
|
</S>}
|
|
48
|
-
{
|
|
48
|
+
{q.OS==="android"&&To()&&e==="debugging"&&<S moduleName="Debugging Utilities">
|
|
49
49
|
<Qe/>
|
|
50
50
|
</S>}
|
|
51
51
|
</B>:<Eo/>}
|
|
52
52
|
</B>
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
{
|
|
56
|
-
{e==="apis"&&
|
|
55
|
+
{G&&<B style={[T.absoluteFill,{backgroundColor:C.contentBg,zIndex:10}]}>
|
|
56
|
+
{e==="apis"&&Y!=null&&<S moduleName="Network Request Details">
|
|
57
57
|
<Ae/>
|
|
58
58
|
</S>}
|
|
59
59
|
{e==="analytics"&&W!=null&&<S moduleName="Analytics Event Details">
|
|
60
60
|
<Oe event={W}/>
|
|
61
61
|
</S>}
|
|
62
|
-
{e==="logs"&&
|
|
62
|
+
{e==="logs"&&U!=null&&<S moduleName="Console Log Details">
|
|
63
63
|
<Pe/>
|
|
64
64
|
</S>}
|
|
65
65
|
{e==="redux"&&<S moduleName="Redux Action & State Details">
|
|
66
66
|
<Fe/>
|
|
67
67
|
</S>}
|
|
68
|
-
{e==="crash"&&
|
|
68
|
+
{e==="crash"&&_!=null&&<S moduleName="Crash Log Details">
|
|
69
69
|
<He/>
|
|
70
70
|
</S>}
|
|
71
71
|
{e==="push"&&F!=null&&<S moduleName="Push Notification Details">
|
|
@@ -77,21 +77,21 @@ import se,{useEffect as P,useRef as L}from"react";import{Animated as o,Modal as
|
|
|
77
77
|
</B>}
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
{
|
|
80
|
+
{N!==null&&<o.View style={[T.absoluteFill,{backgroundColor:C.grayBackground,opacity:x,transform:[{translateY:x.interpolate({inputRange:[0,1],outputRange:[24,0]})}]}]}>
|
|
81
81
|
<S moduleName="Settings Panel">
|
|
82
82
|
<Ze/>
|
|
83
83
|
</S>
|
|
84
84
|
</o.View>}
|
|
85
85
|
|
|
86
86
|
|
|
87
|
-
{
|
|
87
|
+
{R&&<o.View style={[T.absoluteFill,{backgroundColor:C.primaryLight,opacity:E,transform:[{translateY:E.interpolate({inputRange:[0,1],outputRange:[24,0]})}]}]}>
|
|
88
88
|
<S moduleName="About & Diagnostics">
|
|
89
89
|
<So onClose={()=>X(!1)}/>
|
|
90
90
|
</S>
|
|
91
91
|
</o.View>}
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
{
|
|
94
|
+
{D&&<o.View style={[T.absoluteFill,{backgroundColor:C.primaryLight,opacity:A,transform:[{translateY:A.interpolate({inputRange:[0,1],outputRange:[24,0]})}]}]}>
|
|
95
95
|
<S moduleName="Support & Community">
|
|
96
96
|
<Bo onClose={()=>Z(!1)}/>
|
|
97
97
|
</S>
|
|
@@ -151,4 +151,4 @@ import se,{useEffect as P,useRef as L}from"react";import{Animated as o,Modal as
|
|
|
151
151
|
<B style={t.metaPillSkeleton}/>
|
|
152
152
|
</B>
|
|
153
153
|
</o.View>)}
|
|
154
|
-
</B>}),t=
|
|
154
|
+
</B>}),t=T.create({container:{flex:1,paddingHorizontal:12,paddingTop:8},toolbarSkeleton:{flexDirection:"row",alignItems:"center",gap:8,marginBottom:8},searchBarSkeleton:{flex:1,height:36,borderRadius:8,backgroundColor:C.graySurface,borderWidth:1,borderColor:C.dividerColor},actionButtonsRow:{flexDirection:"row",gap:6},iconButtonSkeleton:{width:36,height:36,borderRadius:8,backgroundColor:C.graySurface,borderWidth:1,borderColor:C.dividerColor},chipStripSkeleton:{flexDirection:"row",gap:6,marginBottom:10},chipSkeleton:{height:24,borderRadius:6,backgroundColor:C.graySurface,borderWidth:1,borderColor:C.dividerColor},cardSkeleton:{backgroundColor:C.primaryLight,borderRadius:10,padding:12,marginBottom:8,borderWidth:1,borderColor:C.dividerColor},cardTopRow:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",marginBottom:8},badgeGroup:{flexDirection:"row",alignItems:"center",gap:6},statusBadgeSkeleton:{width:38,height:18,borderRadius:4,backgroundColor:C.graySurface},methodBadgeSkeleton:{width:44,height:18,borderRadius:4,backgroundColor:C.graySurface},timeSkeleton:{width:48,height:12,borderRadius:4,backgroundColor:C.graySurface},urlLineLong:{height:13,borderRadius:4,backgroundColor:C.graySurface,marginBottom:5,width:"90%"},urlLineShort:{height:11,borderRadius:4,backgroundColor:C.graySurface,marginBottom:8,width:"55%"},cardBottomRow:{flexDirection:"row",gap:8,marginTop:2},metaPillSkeleton:{width:52,height:14,borderRadius:4,backgroundColor:C.graySurface}});export default xo;
|