react-native-inapp-inspector 2.3.13 → 2.3.15

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.
Files changed (284) hide show
  1. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  2. package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
  3. package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
  4. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  5. package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
  6. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  7. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  8. package/android/.gradle/8.9/gc.properties +0 -0
  9. package/android/.gradle/9.2.0/checksums/checksums.lock +0 -0
  10. package/android/.gradle/9.2.0/fileChanges/last-build.bin +0 -0
  11. package/android/.gradle/9.2.0/fileHashes/fileHashes.bin +0 -0
  12. package/android/.gradle/9.2.0/fileHashes/fileHashes.lock +0 -0
  13. package/android/.gradle/9.2.0/gc.properties +0 -0
  14. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  15. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  16. package/android/.gradle/vcs-1/gc.properties +0 -0
  17. package/android/build/.transforms/6683d6eeaa3e1dfa689c3385111a0386/results.bin +1 -0
  18. package/android/build/.transforms/6683d6eeaa3e1dfa689c3385111a0386/transformed/classes/classes_dex/classes.dex +0 -0
  19. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/results.bin +1 -0
  20. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/BuildConfig.dex +0 -0
  21. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView$iconView$1.dex +0 -0
  22. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView.dex +0 -0
  23. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NativeNetworkInspectorSpec.dex +0 -0
  24. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$Companion.dex +0 -0
  25. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$frameCallback$1.dex +0 -0
  26. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$shakeListener$1.dex +0 -0
  27. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule.dex +0 -0
  28. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorPackage.dex +0 -0
  29. package/android/build/.transforms/9d2a3e5e0f0ea07cafb0c0bf290630ee/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  30. package/android/build/generated/source/buildConfig/debug/com/inappinspector/BuildConfig.java +10 -0
  31. package/android/build/generated/source/codegen/java/com/inappinspector/NativeNetworkInspectorSpec.java +104 -0
  32. package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  33. package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec-generated.cpp +128 -0
  34. package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec.h +31 -0
  35. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.cpp +22 -0
  36. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.h +24 -0
  37. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.cpp +16 -0
  38. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.h +17 -0
  39. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.cpp +19 -0
  40. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.h +18 -0
  41. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/RNInAppInspectorSpecJSI.h +177 -0
  42. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.cpp +17 -0
  43. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.h +23 -0
  44. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.cpp +16 -0
  45. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.h +20 -0
  46. package/android/build/generated/source/codegen/schema.json +1 -0
  47. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +7 -0
  48. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  49. package/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
  50. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  51. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  52. package/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
  53. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  54. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  55. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  56. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  57. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  58. package/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  59. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  60. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  61. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  62. package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  63. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/BuildConfig.class +0 -0
  64. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
  65. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  66. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +7 -0
  67. package/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-react-native-inapp-inspector.jar +0 -0
  68. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +7 -0
  69. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  70. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  71. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  72. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/BuildConfig.class +0 -0
  73. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
  74. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
  75. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
  76. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
  77. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
  78. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
  79. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule.class +0 -0
  80. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorPackage.class +0 -0
  81. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  82. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  83. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  84. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  85. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  86. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  87. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  88. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  89. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  90. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  91. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  92. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  93. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  94. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  95. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  96. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  97. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  98. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  99. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  100. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  101. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  102. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  103. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  104. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  105. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  106. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  107. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  108. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  109. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  110. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  111. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  112. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  113. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  114. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  115. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  116. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  117. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  118. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  119. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  120. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  121. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  122. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  123. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  124. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  125. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  126. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  127. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  128. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  129. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  130. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  131. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  132. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  133. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  134. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  135. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  136. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  137. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  138. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  139. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  140. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  141. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  142. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  143. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  144. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  145. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  146. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  147. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  148. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  149. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  150. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  151. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  152. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  153. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  154. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  155. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  156. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  157. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  158. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  159. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  160. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  161. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  162. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  163. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  164. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  165. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  166. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  167. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  168. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  169. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  170. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  171. package/android/build/outputs/aar/react-native-inapp-inspector-debug.aar +0 -0
  172. package/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
  173. package/android/build/reports/problems/problems-report.html +659 -0
  174. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  175. package/android/build/tmp/kotlin-classes/debug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  176. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
  177. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
  178. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
  179. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
  180. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
  181. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule.class +0 -0
  182. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorPackage.class +0 -0
  183. package/bin/cli.js +6 -0
  184. package/dist/commonjs/components/AnimatedEntrance.js +3 -3
  185. package/dist/commonjs/components/ConsoleLogCard.js +174 -100
  186. package/dist/commonjs/components/Inspector/ConsoleTab.js +25 -16
  187. package/dist/commonjs/components/Inspector/CrashTab.js +19 -5
  188. package/dist/commonjs/components/Inspector/DebuggingTab.js +741 -438
  189. package/dist/commonjs/components/Inspector/DeviceInfoTab.js +198 -98
  190. package/dist/commonjs/components/Inspector/InspectorHeader.js +2 -2
  191. package/dist/commonjs/components/Inspector/MainScreen.js +58 -55
  192. package/dist/commonjs/components/Inspector/NetworkTab.js +1 -335
  193. package/dist/commonjs/components/Inspector/PerformanceTab.js +32 -6
  194. package/dist/commonjs/components/Inspector/ReduxTab.js +3 -1
  195. package/dist/commonjs/components/Inspector/SettingsPanel.js +6 -4
  196. package/dist/commonjs/components/Inspector/StorageTab.js +23 -5
  197. package/dist/commonjs/components/Inspector/TabBar.js +6 -2
  198. package/dist/commonjs/components/JsonViewer.js +14 -2
  199. package/dist/commonjs/components/LogCard.js +428 -227
  200. package/dist/commonjs/components/QRCodeView.js +1 -1
  201. package/dist/commonjs/constants/telemetryConfig.d.ts +3 -3
  202. package/dist/commonjs/constants/telemetryConfig.js +3 -3
  203. package/dist/commonjs/constants/version.d.ts +1 -1
  204. package/dist/commonjs/constants/version.js +1 -1
  205. package/dist/commonjs/customHooks/analyticsLogger.js +1 -1
  206. package/dist/commonjs/customHooks/consoleLogger.js +34 -2
  207. package/dist/commonjs/customHooks/crashHandler.js +1 -1
  208. package/dist/commonjs/customHooks/networkLogger.js +184 -26
  209. package/dist/commonjs/helpers/index.d.ts +1 -0
  210. package/dist/commonjs/helpers/index.js +11 -1
  211. package/dist/commonjs/helpers/qrGenerator.d.ts +1 -0
  212. package/dist/commonjs/helpers/qrGenerator.js +356 -33
  213. package/dist/commonjs/helpers/searchQueryParser.d.ts +1 -1
  214. package/dist/commonjs/helpers/searchQueryParser.js +37 -291
  215. package/dist/commonjs/index.d.ts +1 -0
  216. package/dist/commonjs/index.js +146 -30
  217. package/dist/commonjs/metro.d.ts +25 -0
  218. package/dist/commonjs/metro.js +478 -0
  219. package/dist/esm/components/AnimatedEntrance.js +3 -3
  220. package/dist/esm/components/ConsoleLogCard.js +141 -100
  221. package/dist/esm/components/Inspector/ConsoleTab.js +25 -16
  222. package/dist/esm/components/Inspector/CrashTab.js +19 -5
  223. package/dist/esm/components/Inspector/DebuggingTab.js +744 -441
  224. package/dist/esm/components/Inspector/DeviceInfoTab.js +198 -98
  225. package/dist/esm/components/Inspector/InspectorHeader.js +3 -3
  226. package/dist/esm/components/Inspector/MainScreen.js +58 -55
  227. package/dist/esm/components/Inspector/NetworkTab.js +2 -336
  228. package/dist/esm/components/Inspector/PerformanceTab.js +32 -6
  229. package/dist/esm/components/Inspector/ReduxTab.js +3 -1
  230. package/dist/esm/components/Inspector/SettingsPanel.js +7 -5
  231. package/dist/esm/components/Inspector/StorageTab.js +23 -5
  232. package/dist/esm/components/Inspector/TabBar.js +7 -3
  233. package/dist/esm/components/JsonViewer.js +14 -2
  234. package/dist/esm/components/LogCard.js +422 -221
  235. package/dist/esm/components/QRCodeView.js +1 -1
  236. package/dist/esm/constants/telemetryConfig.d.ts +3 -3
  237. package/dist/esm/constants/telemetryConfig.js +3 -3
  238. package/dist/esm/constants/version.d.ts +1 -1
  239. package/dist/esm/constants/version.js +1 -1
  240. package/dist/esm/customHooks/analyticsLogger.js +1 -1
  241. package/dist/esm/customHooks/consoleLogger.js +34 -2
  242. package/dist/esm/customHooks/crashHandler.js +1 -1
  243. package/dist/esm/customHooks/networkLogger.js +184 -26
  244. package/dist/esm/helpers/index.d.ts +1 -0
  245. package/dist/esm/helpers/index.js +9 -0
  246. package/dist/esm/helpers/qrGenerator.d.ts +1 -0
  247. package/dist/esm/helpers/qrGenerator.js +356 -30
  248. package/dist/esm/helpers/searchQueryParser.d.ts +1 -1
  249. package/dist/esm/helpers/searchQueryParser.js +37 -291
  250. package/dist/esm/index.d.ts +1 -0
  251. package/dist/esm/index.js +144 -29
  252. package/dist/esm/metro.d.ts +25 -0
  253. package/dist/esm/metro.js +469 -0
  254. package/metro.d.ts +1 -0
  255. package/metro.js +1 -0
  256. package/package.json +16 -5
  257. package/src/components/AnimatedEntrance.tsx +3 -3
  258. package/src/components/ConsoleLogCard.tsx +154 -103
  259. package/src/components/Inspector/ConsoleTab.tsx +27 -18
  260. package/src/components/Inspector/CrashTab.tsx +19 -5
  261. package/src/components/Inspector/DebuggingTab.tsx +842 -514
  262. package/src/components/Inspector/DeviceInfoTab.tsx +224 -102
  263. package/src/components/Inspector/InspectorHeader.tsx +5 -3
  264. package/src/components/Inspector/MainScreen.tsx +6 -4
  265. package/src/components/Inspector/NetworkTab.tsx +1 -402
  266. package/src/components/Inspector/PerformanceTab.tsx +36 -7
  267. package/src/components/Inspector/ReduxTab.tsx +9 -1
  268. package/src/components/Inspector/SettingsPanel.tsx +85 -75
  269. package/src/components/Inspector/StorageTab.tsx +27 -7
  270. package/src/components/Inspector/TabBar.tsx +16 -2
  271. package/src/components/JsonViewer.tsx +15 -2
  272. package/src/components/LogCard.tsx +528 -339
  273. package/src/components/QRCodeView.tsx +2 -2
  274. package/src/constants/telemetryConfig.ts +5 -3
  275. package/src/constants/version.ts +1 -1
  276. package/src/customHooks/analyticsLogger.ts +1 -1
  277. package/src/customHooks/consoleLogger.ts +36 -3
  278. package/src/customHooks/crashHandler.ts +1 -1
  279. package/src/customHooks/networkLogger.ts +214 -26
  280. package/src/helpers/index.ts +15 -0
  281. package/src/helpers/qrGenerator.ts +418 -37
  282. package/src/helpers/searchQueryParser.ts +40 -285
  283. package/src/index.tsx +337 -214
  284. package/src/metro.ts +598 -0
@@ -1,311 +1,57 @@
1
- export function matchNetworkLogQuery(log, searchQuery, routePath, options) {
1
+ export function matchNetworkLogQuery(log, searchQuery, routePath, _options) {
2
2
  if (!searchQuery || searchQuery.trim().length === 0)
3
3
  return true;
4
- const rawTokens = searchQuery.trim().match(/(?:[^\s,"']+|"[^"]*"|'[^']*')+/g) || [];
4
+ const rawTokens = searchQuery.trim().toLowerCase().split(/\s+/).filter(Boolean);
5
5
  if (rawTokens.length === 0)
6
6
  return true;
7
- const isCaseSensitive = Boolean(options?.isCaseSensitive);
8
- const isRegex = Boolean(options?.isRegex);
9
- const scope = options?.scope || 'all';
10
- const methodRaw = log.method || '';
11
- const urlRaw = log.url || '';
7
+ const methodRaw = (log.method || '').toLowerCase();
8
+ const urlRaw = (log.url || '').toLowerCase();
9
+ const statusStr = log.status != null ? String(log.status).toLowerCase() : 'pending';
12
10
  const statusNum = typeof log.status === 'number'
13
11
  ? log.status
14
12
  : log.status != null
15
13
  ? parseInt(String(log.status), 10)
16
14
  : null;
17
- const statusStr = log.status != null ? String(log.status) : 'pending';
18
- const durationNum = log.duration || 0;
19
- const clientRaw = log.client || '';
20
- const callerRaw = log.caller || '';
15
+ const clientRaw = (log.client || '').toLowerCase();
16
+ const callerRaw = (log.caller || '').toLowerCase();
17
+ const pathRaw = (routePath || log?.routeInfo?.path || '').toLowerCase();
21
18
  const reqRaw = typeof log.request === 'string'
22
- ? log.request
19
+ ? log.request.toLowerCase()
23
20
  : log.request != null
24
- ? JSON.stringify(log.request)
21
+ ? JSON.stringify(log.request).toLowerCase()
25
22
  : '';
26
23
  const resRaw = typeof log.response === 'string'
27
- ? log.response
24
+ ? log.response.toLowerCase()
28
25
  : log.response != null
29
- ? JSON.stringify(log.response)
26
+ ? JSON.stringify(log.response).toLowerCase()
30
27
  : '';
31
28
  const reqHeadersRaw = log.requestHeaders
32
- ? JSON.stringify(log.requestHeaders)
29
+ ? JSON.stringify(log.requestHeaders).toLowerCase()
33
30
  : '';
34
31
  const resHeadersRaw = log.responseHeaders
35
- ? JSON.stringify(log.responseHeaders)
32
+ ? JSON.stringify(log.responseHeaders).toLowerCase()
36
33
  : '';
37
- const pathRaw = routePath || log?.routeInfo?.path || '';
38
- const getScopedCorpus = (caseSens) => {
39
- let parts = [];
40
- if (scope === 'url') {
41
- parts = [methodRaw, urlRaw, pathRaw, callerRaw];
42
- }
43
- else if (scope === 'reqBody') {
44
- parts = [reqRaw];
45
- }
46
- else if (scope === 'resBody') {
47
- parts = [resRaw];
48
- }
49
- else if (scope === 'headers') {
50
- parts = [reqHeadersRaw, resHeadersRaw];
51
- }
52
- else {
53
- parts = [
54
- methodRaw,
55
- urlRaw,
56
- statusStr,
57
- pathRaw,
58
- callerRaw,
59
- clientRaw,
60
- reqRaw,
61
- resRaw,
62
- reqHeadersRaw,
63
- resHeadersRaw,
64
- ];
65
- }
66
- const combined = parts.join(' ');
67
- return caseSens ? combined : combined.toLowerCase();
68
- };
69
- const targetCorpus = getScopedCorpus(isCaseSensitive);
70
- const methodStr = methodRaw.toLowerCase();
71
- const urlStr = urlRaw.toLowerCase();
72
- const clientStr = clientRaw.toLowerCase();
73
- const callerStr = callerRaw.toLowerCase();
74
- const reqStr = reqRaw.toLowerCase();
75
- const resStr = resRaw.toLowerCase();
76
- const reqHeadersStr = reqHeadersRaw.toLowerCase();
77
- const resHeadersStr = resHeadersRaw.toLowerCase();
78
- const pathStr = pathRaw.toLowerCase();
79
- for (const rawToken of rawTokens) {
80
- const token = rawToken.replace(/^["']|["']$/g, '').trim();
81
- if (!token)
82
- continue;
83
- const lowerToken = token.toLowerCase();
84
- if (lowerToken.startsWith('method:') || lowerToken.startsWith('m:')) {
85
- const targetMethod = lowerToken.replace(/^(method:|m:)/, '').trim();
86
- if (targetMethod.startsWith('!')) {
87
- if (methodStr === targetMethod.slice(1))
88
- return false;
89
- }
90
- else {
91
- if (methodStr !== targetMethod)
92
- return false;
93
- }
94
- continue;
95
- }
96
- if (lowerToken.startsWith('status:') || lowerToken.startsWith('s:')) {
97
- const val = lowerToken.replace(/^(status:|s:)/, '').trim();
98
- if (val === 'pending' || val === 'loading') {
99
- if (log.status != null)
100
- return false;
101
- }
102
- else if (val.startsWith('>=')) {
103
- const threshold = parseInt(val.slice(2), 10);
104
- if (isNaN(threshold) || statusNum === null || statusNum < threshold)
105
- return false;
106
- }
107
- else if (val.startsWith('>')) {
108
- const threshold = parseInt(val.slice(1), 10);
109
- if (isNaN(threshold) || statusNum === null || statusNum <= threshold)
110
- return false;
111
- }
112
- else if (val.startsWith('<=')) {
113
- const threshold = parseInt(val.slice(2), 10);
114
- if (isNaN(threshold) || statusNum === null || statusNum > threshold)
115
- return false;
116
- }
117
- else if (val.startsWith('<')) {
118
- const threshold = parseInt(val.slice(1), 10);
119
- if (isNaN(threshold) || statusNum === null || statusNum >= threshold)
120
- return false;
121
- }
122
- else if (val.endsWith('xx') || val.endsWith('x')) {
123
- const prefix = val.replace(/x/g, '');
124
- if (!statusStr.startsWith(prefix))
125
- return false;
126
- }
127
- else {
128
- const targetCode = parseInt(val, 10);
129
- if (!isNaN(targetCode)) {
130
- if (statusNum !== targetCode)
131
- return false;
132
- }
133
- else if (!statusStr.includes(val)) {
134
- return false;
135
- }
136
- }
137
- continue;
138
- }
139
- if (lowerToken.startsWith('is:')) {
140
- const flag = lowerToken.slice(3).trim();
141
- if (flag === 'error' ||
142
- flag === 'failed' ||
143
- flag === 'err' ||
144
- flag === 'fail') {
145
- const isErr = log.status === 0 || (statusNum !== null && statusNum >= 400);
146
- if (!isErr)
147
- return false;
148
- }
149
- else if (flag === 'success' || flag === 'ok' || flag === '2xx') {
150
- const isSuccess = statusNum !== null && statusNum >= 200 && statusNum < 300;
151
- if (!isSuccess)
152
- return false;
153
- }
154
- else if (flag === 'pending' || flag === 'loading') {
155
- if (log.status != null)
156
- return false;
157
- }
158
- else if (flag === 'slow') {
159
- if (durationNum < 1000)
160
- return false;
161
- }
162
- else if (flag === 'fast') {
163
- if (durationNum >= 200)
164
- return false;
165
- }
166
- else if (flag === 'graphql' || flag === 'gql') {
167
- const isGql = urlStr.includes('graphql') ||
168
- clientStr === 'graphql' ||
169
- clientStr === 'apollo';
170
- if (!isGql)
171
- return false;
172
- }
173
- else if (flag === 'https') {
174
- if (!urlStr.startsWith('https'))
175
- return false;
176
- }
177
- else if (flag === 'http') {
178
- if (urlStr.startsWith('https') || !urlStr.startsWith('http'))
179
- return false;
180
- }
181
- else if (flag === 'json') {
182
- const isJson = reqHeadersStr.includes('application/json') ||
183
- resHeadersStr.includes('application/json') ||
184
- urlStr.includes('.json');
185
- if (!isJson)
186
- return false;
187
- }
188
- else if (flag === 'image') {
189
- const isImg = resHeadersStr.includes('image/') ||
190
- /\.(png|jpe?g|gif|webp|svg)/i.test(urlStr);
191
- if (!isImg)
192
- return false;
193
- }
194
- continue;
195
- }
196
- if (lowerToken.startsWith('slow:') ||
197
- lowerToken.startsWith('dur:') ||
198
- lowerToken.startsWith('duration:')) {
199
- const val = lowerToken.replace(/^(slow:|dur:|duration:)/, '').trim();
200
- let thresholdMs = 0;
201
- let isGreater = true;
202
- let cleanVal = val;
203
- if (val.startsWith('>=')) {
204
- isGreater = true;
205
- cleanVal = val.slice(2);
206
- }
207
- else if (val.startsWith('>')) {
208
- isGreater = true;
209
- cleanVal = val.slice(1);
210
- }
211
- else if (val.startsWith('<=')) {
212
- isGreater = false;
213
- cleanVal = val.slice(2);
214
- }
215
- else if (val.startsWith('<')) {
216
- isGreater = false;
217
- cleanVal = val.slice(1);
218
- }
219
- if (cleanVal.endsWith('s') && !cleanVal.endsWith('ms')) {
220
- thresholdMs = parseFloat(cleanVal.slice(0, -1)) * 1000;
221
- }
222
- else if (cleanVal.endsWith('ms')) {
223
- thresholdMs = parseFloat(cleanVal.slice(0, -2));
224
- }
225
- else {
226
- thresholdMs = parseFloat(cleanVal);
227
- }
228
- if (!isNaN(thresholdMs)) {
229
- if (isGreater) {
230
- if (durationNum < thresholdMs)
231
- return false;
232
- }
233
- else {
234
- if (durationNum > thresholdMs)
235
- return false;
236
- }
237
- }
238
- continue;
239
- }
240
- if (lowerToken.startsWith('client:') || lowerToken.startsWith('c:')) {
241
- const targetClient = lowerToken.replace(/^(client:|c:)/, '').trim();
242
- if (!clientStr.includes(targetClient))
243
- return false;
244
- continue;
245
- }
246
- if (lowerToken.startsWith('domain:') || lowerToken.startsWith('d:')) {
247
- const targetDomain = lowerToken.replace(/^(domain:|d:)/, '').trim();
248
- if (!urlStr.includes(targetDomain))
249
- return false;
250
- continue;
251
- }
252
- if (lowerToken.startsWith('path:') ||
253
- lowerToken.startsWith('p:') ||
254
- lowerToken.startsWith('page:')) {
255
- const targetPath = lowerToken
256
- .replace(/^(path:|p:|page:)/, '')
257
- .trim();
258
- if (!urlStr.includes(targetPath) &&
259
- !pathStr.includes(targetPath) &&
260
- !callerStr.includes(targetPath)) {
261
- return false;
262
- }
263
- continue;
264
- }
265
- if (lowerToken.startsWith('req:') || lowerToken.startsWith('body:')) {
266
- const target = lowerToken.replace(/^(req:|body:)/, '').trim();
267
- if (!reqStr.includes(target))
268
- return false;
269
- continue;
270
- }
271
- if (lowerToken.startsWith('res:')) {
272
- const target = lowerToken.slice(4).trim();
273
- if (!resStr.includes(target))
274
- return false;
275
- continue;
276
- }
277
- if (lowerToken.startsWith('header:') || lowerToken.startsWith('h:')) {
278
- const target = lowerToken.replace(/^(header:|h:)/, '').trim();
279
- if (!reqHeadersStr.includes(target) && !resHeadersStr.includes(target)) {
280
- return false;
281
- }
282
- continue;
283
- }
284
- if (isRegex) {
285
- try {
286
- const re = new RegExp(token, isCaseSensitive ? '' : 'i');
287
- if (!re.test(targetCorpus))
288
- return false;
289
- }
290
- catch {
291
- const queryTerm = isCaseSensitive ? token : lowerToken;
292
- if (!targetCorpus.includes(queryTerm))
293
- return false;
294
- }
295
- }
296
- else {
297
- const queryTerm = isCaseSensitive ? token : lowerToken;
298
- if (!targetCorpus.includes(queryTerm)) {
299
- if (queryTerm === 'error' ||
300
- queryTerm === 'failed' ||
301
- queryTerm === 'fail') {
302
- const isErr = log.status === 0 || (statusNum !== null && statusNum >= 400);
303
- if (isErr)
304
- continue;
305
- }
306
- return false;
307
- }
308
- }
309
- }
310
- return true;
34
+ const corpus = [
35
+ methodRaw,
36
+ urlRaw,
37
+ statusStr,
38
+ pathRaw,
39
+ callerRaw,
40
+ clientRaw,
41
+ reqRaw,
42
+ resRaw,
43
+ reqHeadersRaw,
44
+ resHeadersRaw,
45
+ ].join(' ');
46
+ return rawTokens.every(token => {
47
+ if (corpus.includes(token))
48
+ return true;
49
+ if (token === 'error' || token === 'failed' || token === 'err' || token === 'fail') {
50
+ return log.status === 0 || (statusNum !== null && statusNum >= 400);
51
+ }
52
+ if (token === 'success' || token === 'ok' || token === '2xx') {
53
+ return statusNum !== null && statusNum >= 200 && statusNum < 300;
54
+ }
55
+ return false;
56
+ });
311
57
  }
@@ -26,3 +26,4 @@ export { ActiveTab, Method, StatusFilter, SortOrder, LocalFilter, ModalAnimation
26
26
  export { AppFonts, setAppFonts, type AppFontConfig, } from './styles/AppFonts';
27
27
  export { AppColors, setAppColors, getThemeColors, updateAppColorsTheme, } from './styles/AppColors';
28
28
  export { t, i18n, useTranslation, setLanguage, addTranslations, setTranslations, I18nextProvider, } from './i18n';
29
+ export { LIB_VERSION } from './constants/version';
package/dist/esm/index.js CHANGED
@@ -127,7 +127,7 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
127
127
  const [maxConsoleLogs, setMaxConsoleLogs] = useState(100);
128
128
  const [showConsoleLevels, setShowConsoleLevels] = useState({
129
129
  info: true,
130
- warn: false,
130
+ warn: true,
131
131
  error: true,
132
132
  });
133
133
  const visibleConsoleLogs = useMemo(() => {
@@ -155,7 +155,7 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
155
155
  return filtered.slice(0, maxConsoleLogs);
156
156
  }, [consoleLogs, showConsoleLevels, maxConsoleLogs]);
157
157
  const [logSearch, setLogSearch] = useState('');
158
- const [logFilters, setLogFilters] = useState(new Set(['user-log']));
158
+ const [logFilters, setLogFilters] = useState(new Set(['all']));
159
159
  const [settingsPage, setSettingsPage] = useState(null);
160
160
  const [settingsActiveSubTab, setSettingsActiveSubTab] = useState('module');
161
161
  const [tabVisibility, setTabVisibility] = useState({
@@ -168,10 +168,10 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
168
168
  crash: false,
169
169
  device: false,
170
170
  storage: false,
171
- debugging: true,
171
+ debugging: false,
172
172
  });
173
- const [maxNetworkLogs, setMaxNetworkLogs] = useState(100);
174
- const [maxAnalyticsEventsLimit, setMaxAnalyticsEventsLimit] = useState(75);
173
+ const [maxNetworkLogs, setMaxNetworkLogs] = useState(250);
174
+ const [maxAnalyticsEventsLimit, setMaxAnalyticsEventsLimit] = useState(150);
175
175
  const [isAutoRamLimitEnabled, setIsAutoRamLimitEnabled] = useState(true);
176
176
  const [deviceFreeRamMb, setDeviceFreeRamMb] = useState(1800);
177
177
  const [reduxAutoRefresh, setReduxAutoRefreshState] = useState(true);
@@ -222,7 +222,7 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
222
222
  crash: false,
223
223
  device: false,
224
224
  storage: false,
225
- debugging: true,
225
+ debugging: false,
226
226
  });
227
227
  setDefaultTab('apis');
228
228
  setIsAutoRamLimitEnabled(true);
@@ -1366,27 +1366,18 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
1366
1366
  log.caller || '',
1367
1367
  log.type || '',
1368
1368
  log.sourceMethod || '',
1369
+ log.stack || '',
1369
1370
  ].join(' ').toLowerCase();
1370
1371
  return queryTokens.every(token => {
1371
- if (token.startsWith('level:') || token.startsWith('is:') || token.startsWith('type:')) {
1372
- const flag = token.replace(/^(level:|is:|type:)/, '').trim();
1373
- if (flag === 'error' || flag === 'err')
1374
- return log.type === 'error';
1375
- if (flag === 'warn' || flag === 'warning')
1376
- return log.type === 'warn';
1377
- if (flag === 'info')
1378
- return log.type === 'info';
1379
- if (flag === 'log')
1380
- return log.sourceMethod === 'log';
1381
- if (flag === 'analytics')
1382
- return (log.message || '').toLowerCase().includes('[analytics');
1383
- }
1384
1372
  if (token === 'error' || token === 'err') {
1385
1373
  return log.type === 'error' || searchTarget.includes(token);
1386
1374
  }
1387
1375
  if (token === 'warn' || token === 'warning') {
1388
1376
  return log.type === 'warn' || searchTarget.includes(token);
1389
1377
  }
1378
+ if (token === 'info') {
1379
+ return log.type === 'info' || searchTarget.includes(token);
1380
+ }
1390
1381
  return searchTarget.includes(token);
1391
1382
  });
1392
1383
  });
@@ -1431,8 +1422,20 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
1431
1422
  log.caller || '',
1432
1423
  log.type || '',
1433
1424
  log.sourceMethod || '',
1425
+ log.stack || '',
1434
1426
  ].join(' ').toLowerCase();
1435
- return queryTokens.every(token => searchTarget.includes(token));
1427
+ return queryTokens.every(token => {
1428
+ if (token === 'error' || token === 'err') {
1429
+ return log.type === 'error' || searchTarget.includes(token);
1430
+ }
1431
+ if (token === 'warn' || token === 'warning') {
1432
+ return log.type === 'warn' || searchTarget.includes(token);
1433
+ }
1434
+ if (token === 'info') {
1435
+ return log.type === 'info' || searchTarget.includes(token);
1436
+ }
1437
+ return searchTarget.includes(token);
1438
+ });
1436
1439
  });
1437
1440
  }
1438
1441
  const total = visibleConsoleLogs.length;
@@ -1446,14 +1449,15 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
1446
1449
  };
1447
1450
  }, [visibleConsoleLogs, logSearch]);
1448
1451
  function closeModal() {
1449
- animateNextLayout();
1450
1452
  setVisible(false);
1451
- setSelected(null);
1452
- setSelectedEvent(null);
1453
- setSelectedLog(null);
1454
- setSelectedReduxSlice(null);
1455
- setSelectedReduxAction(null);
1456
- setSelectedCrash(null);
1453
+ setTimeout(() => {
1454
+ setSelected(null);
1455
+ setSelectedEvent(null);
1456
+ setSelectedLog(null);
1457
+ setSelectedReduxSlice(null);
1458
+ setSelectedReduxAction(null);
1459
+ setSelectedCrash(null);
1460
+ }, 300);
1457
1461
  }
1458
1462
  function handleClearAll() {
1459
1463
  clearNetworkLogs();
@@ -1463,13 +1467,17 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
1463
1467
  setCollapsedSections(new Set());
1464
1468
  setStatusFilters(new Set());
1465
1469
  setMethodFilters(new Set());
1470
+ setSearch('');
1466
1471
  prevLogIdsRef.current = new Set();
1467
1472
  logRouteMapRef.current = new Map();
1468
1473
  clearAnalyticsEvents();
1469
1474
  setAnalyticsEvents([]);
1475
+ setAnalyticsSearch('');
1470
1476
  prevEventIdsRef.current = new Set();
1471
1477
  clearConsoleLogs();
1472
1478
  setConsoleLogs([]);
1479
+ setLogFilters(new Set(['all']));
1480
+ setLogSearch('');
1473
1481
  }
1474
1482
  function handleDelete() {
1475
1483
  if (activeTab === 'logs') {
@@ -1583,7 +1591,7 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
1583
1591
  return next;
1584
1592
  });
1585
1593
  }, []);
1586
- const contextValue = {
1594
+ const contextValue = useMemo(() => ({
1587
1595
  visible,
1588
1596
  setVisible,
1589
1597
  closeModal,
@@ -1750,7 +1758,113 @@ const NetworkInspector = ({ enabled = true, storage, navigationRef, appIcon, env
1750
1758
  setReduxAutoRefreshState,
1751
1759
  reduxExpandDepth,
1752
1760
  setReduxExpandDepth,
1753
- };
1761
+ }), [
1762
+ visible,
1763
+ closeModal,
1764
+ isReady,
1765
+ enabled,
1766
+ appIcon,
1767
+ environment,
1768
+ modalHeightPercent,
1769
+ modalAnimationType,
1770
+ hasNavigationContext,
1771
+ setNavState,
1772
+ activeTab,
1773
+ switchActiveTab,
1774
+ tabVisibility,
1775
+ toggleTabVisibility,
1776
+ lastReadApisCount,
1777
+ lastReadLogsCount,
1778
+ selected,
1779
+ selectedEvent,
1780
+ selectedLog,
1781
+ showHeaderInfo,
1782
+ settingsPage,
1783
+ updateAvailable,
1784
+ latestNpmVersion,
1785
+ clearAnim,
1786
+ activePulseAnim,
1787
+ unreadPulseAnim,
1788
+ runClearAllWithAnimation,
1789
+ useNativeFab,
1790
+ fabPan,
1791
+ fabPanResponder,
1792
+ pulseAnim,
1793
+ fabShineAnim,
1794
+ logs,
1795
+ filteredLogs,
1796
+ groupedData,
1797
+ search,
1798
+ searchScope,
1799
+ isRegexSearch,
1800
+ isCaseSensitive,
1801
+ quickFilter,
1802
+ statusFilters,
1803
+ methodFilters,
1804
+ availableMethods,
1805
+ sortOrder,
1806
+ selectedLogs,
1807
+ toggleSelect,
1808
+ minStart,
1809
+ totalRange,
1810
+ newLogIds,
1811
+ toggleSectionFilter,
1812
+ toggleSectionCollapse,
1813
+ handleDelete,
1814
+ isNetworkPaused,
1815
+ detailTitle,
1816
+ detailDisplayUrl,
1817
+ apiDetailActiveTab,
1818
+ detailSearch,
1819
+ reqExpanded,
1820
+ resExpanded,
1821
+ showReqDiff,
1822
+ showResDiff,
1823
+ prevRequestData,
1824
+ prevResponseData,
1825
+ consoleLogs,
1826
+ visibleConsoleLogs,
1827
+ filteredConsoleLogs,
1828
+ logSearch,
1829
+ logFilters,
1830
+ logCounts,
1831
+ logSortOrder,
1832
+ isConsolePaused,
1833
+ analyticsEvents,
1834
+ filteredAnalyticsEvents,
1835
+ analyticsSearch,
1836
+ analyticsFilters,
1837
+ isAnalyticsFilterApplied,
1838
+ resetAnalyticsFilters,
1839
+ newEventIds,
1840
+ isAnalyticsLayoutReady,
1841
+ analyticsHeaderExpanded,
1842
+ isAnalyticsPaused,
1843
+ reduxState,
1844
+ reduxLastActionMap,
1845
+ reduxSearch,
1846
+ selectedReduxSlice,
1847
+ selectedReduxAction,
1848
+ reduxActiveSubTab,
1849
+ crashRecords,
1850
+ selectedCrash,
1851
+ lastReadCrashesCount,
1852
+ maxCrashLogs,
1853
+ settingsActiveSubTab,
1854
+ defaultTab,
1855
+ isDark,
1856
+ showDuplicateLogs,
1857
+ showUpdateToast,
1858
+ showConsoleLevels,
1859
+ storage,
1860
+ maxNetworkLogs,
1861
+ maxConsoleLogs,
1862
+ maxAnalyticsEventsLimit,
1863
+ isAutoRamLimitEnabled,
1864
+ deviceFreeRamMb,
1865
+ reduxAutoRefresh,
1866
+ reduxExpandDepth,
1867
+ ]);
1754
1868
  return (<InspectorContext.Provider value={contextValue}>
1755
1869
  <MainScreen />
1756
1870
  </InspectorContext.Provider>);
@@ -1807,3 +1921,4 @@ export { ActiveTab, Method, StatusFilter, SortOrder, LocalFilter, ModalAnimation
1807
1921
  export { AppFonts, setAppFonts, } from './styles/AppFonts';
1808
1922
  export { AppColors, setAppColors, getThemeColors, updateAppColorsTheme, } from './styles/AppColors';
1809
1923
  export { t, i18n, useTranslation, setLanguage, addTranslations, setTranslations, I18nextProvider, } from './i18n';
1924
+ export { LIB_VERSION } from './constants/version';
@@ -0,0 +1,25 @@
1
+ export interface InAppInspectorMetroOptions {
2
+ apkPath?: string;
3
+ endpoint?: string;
4
+ }
5
+ export interface BuildJob {
6
+ status: 'idle' | 'running' | 'completed' | 'failed';
7
+ scheme: string;
8
+ clean: boolean;
9
+ progress: number;
10
+ currentTask: string;
11
+ logs: string[];
12
+ error: string | null;
13
+ startedAt: string | null;
14
+ completedAt: string | null;
15
+ apkName: string | null;
16
+ apkSize: number | null;
17
+ }
18
+ export declare function getLanIpAddresses(): {
19
+ primary: string;
20
+ all: string[];
21
+ };
22
+ export declare function stopGradleBuild(): BuildJob;
23
+ export declare function withInAppInspector(metroConfig?: any, options?: InAppInspectorMetroOptions): any;
24
+ export declare function startStandaloneServer(port?: number): any;
25
+ export default withInAppInspector;