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
@@ -36,6 +36,7 @@ import Toast from '../Toast';
36
36
  import styles from '../../styles';
37
37
  import {AppColors} from '../../styles/AppColors';
38
38
  import NavigationTracker from './NavigationTracker';
39
+ import {isLocalDebugEnvironment} from '../../helpers';
39
40
 
40
41
  const MainScreen = () => {
41
42
  const {
@@ -112,8 +113,8 @@ const MainScreen = () => {
112
113
  visible={visible}
113
114
  animationType={modalAnimationType}
114
115
  transparent
115
- statusBarTranslucent={true}>
116
- {visible && (
116
+ statusBarTranslucent={true}
117
+ onRequestClose={closeModal}>
117
118
  <ErrorBoundary onClose={closeModal}>
118
119
  <View style={styles.modalBackdrop}>
119
120
  <Pressable
@@ -171,7 +172,9 @@ const MainScreen = () => {
171
172
  {activeTab === 'crash' && <CrashTab />}
172
173
  {activeTab === 'device' && <DeviceInfoTab />}
173
174
  {activeTab === 'storage' && <StorageTab />}
174
- {activeTab === 'debugging' && <DebuggingTab />}
175
+ {Platform.OS === 'android' &&
176
+ isLocalDebugEnvironment() &&
177
+ activeTab === 'debugging' && <DebuggingTab />}
175
178
  </Animated.View>
176
179
 
177
180
  {/* Detail View Layer - Rendered on top with smooth slide & spring transition */}
@@ -243,7 +246,6 @@ const MainScreen = () => {
243
246
  </View>
244
247
  </View>
245
248
  </ErrorBoundary>
246
- )}
247
249
  {hasNavigationContext && (
248
250
  <NavigationTracker onStateChange={setNavState} />
249
251
  )}
@@ -227,94 +227,6 @@ const NetworkTab = React.memo(() => {
227
227
  [quickCounts],
228
228
  );
229
229
 
230
- const SEARCH_SCOPES: Array<{
231
- id: SearchScope;
232
- label: string;
233
- icon: (color: string) => React.JSX.Element;
234
- }> = [
235
- {
236
- id: 'all',
237
- label: 'All',
238
- icon: color => <LayersIcon size={9.5} color={color} />,
239
- },
240
- {
241
- id: 'url',
242
- label: 'URL / Path',
243
- icon: color => <GlobeIcon size={9.5} color={color} />,
244
- },
245
- {
246
- id: 'reqBody',
247
- label: 'Payload',
248
- icon: color => <RequestIcon size={9.5} color={color} />,
249
- },
250
- {
251
- id: 'resBody',
252
- label: 'Response',
253
- icon: color => <ResponseIcon size={9.5} color={color} />,
254
- },
255
- {
256
- id: 'headers',
257
- label: 'Headers',
258
- icon: color => <HeadersIcon size={9.5} color={color} />,
259
- },
260
- ];
261
-
262
- const QUICK_API_QUERY_TAGS = useMemo(
263
- () => [
264
- {
265
- label: 'Failed',
266
- query: 'is:error',
267
- icon: (color: string) => <CircleXIcon size={9.5} color={color} />,
268
- },
269
- {
270
- label: 'Slow (>1s)',
271
- query: 'slow:>1s',
272
- icon: (color: string) => <ClockIcon size={9.5} color={color} />,
273
- },
274
- {
275
- label: 'POST',
276
- query: 'm:POST',
277
- icon: (color: string) => <RequestIcon size={9.5} color={color} />,
278
- },
279
- {
280
- label: 'GET',
281
- query: 'm:GET',
282
- icon: (color: string) => <ResponseIcon size={9.5} color={color} />,
283
- },
284
- {
285
- label: 'GraphQL',
286
- query: 'is:graphql',
287
- icon: (color: string) => <AtomIcon size={9.5} color={color} />,
288
- },
289
- {
290
- label: 'Axios',
291
- query: 'client:axios',
292
- icon: (color: string) => <BoltIcon size={9.5} color={color} />,
293
- },
294
- {
295
- label: '200 OK',
296
- query: 'status:200',
297
- icon: (color: string) => <CircleCheckIcon size={9.5} color={color} />,
298
- },
299
- {
300
- label: '404',
301
- query: 'status:404',
302
- icon: (color: string) => <CircleAlertIcon size={9.5} color={color} />,
303
- },
304
- {
305
- label: '500',
306
- query: 'status:500',
307
- icon: (color: string) => <CircleXIcon size={9.5} color={color} />,
308
- },
309
- {
310
- label: 'HTTPS',
311
- query: 'is:https',
312
- icon: (color: string) => <ShieldAlertIcon size={9.5} color={color} />,
313
- },
314
- ],
315
- [],
316
- );
317
-
318
230
  const networkMetrics = useMemo(() => {
319
231
  if (!logs || logs.length === 0) return null;
320
232
  let successCount = 0;
@@ -523,7 +435,7 @@ const NetworkTab = React.memo(() => {
523
435
  size={15}
524
436
  />
525
437
  <TextInput
526
- placeholder="Search url, body, is:error, slow:>1s..."
438
+ placeholder="Search URL, status, method, headers, body..."
527
439
  placeholderTextColor={AppColors.grayTextWeak}
528
440
  value={search}
529
441
  onChangeText={setSearch}
@@ -534,69 +446,6 @@ const NetworkTab = React.memo(() => {
534
446
  autoCapitalize="none"
535
447
  />
536
448
 
537
- {/* Match Case (Aa) & Regex (.*) Quick Toggles */}
538
- <View
539
- style={{
540
- flexDirection: 'row',
541
- alignItems: 'center',
542
- gap: 3,
543
- marginRight: 2,
544
- }}>
545
- <Pressable
546
- hitSlop={8}
547
- onPress={() => setIsCaseSensitive(prev => !prev)}
548
- style={{
549
- paddingHorizontal: 4.5,
550
- paddingVertical: 2,
551
- borderRadius: 4,
552
- backgroundColor: isCaseSensitive
553
- ? AppColors.purple
554
- : 'transparent',
555
- borderWidth: 1,
556
- borderColor: isCaseSensitive
557
- ? AppColors.purple
558
- : `${AppColors.grayBorderSecondary}`,
559
- }}>
560
- <Text
561
- style={{
562
- fontFamily: AppFonts.interBold,
563
- fontSize: 9.5,
564
- color: isCaseSensitive
565
- ? AppColors.white
566
- : AppColors.grayTextWeak,
567
- }}>
568
- Aa
569
- </Text>
570
- </Pressable>
571
-
572
- <Pressable
573
- hitSlop={8}
574
- onPress={() => setIsRegexSearch(prev => !prev)}
575
- style={{
576
- paddingHorizontal: 4.5,
577
- paddingVertical: 2,
578
- borderRadius: 4,
579
- backgroundColor: isRegexSearch
580
- ? AppColors.purple
581
- : 'transparent',
582
- borderWidth: 1,
583
- borderColor: isRegexSearch
584
- ? AppColors.purple
585
- : `${AppColors.grayBorderSecondary}`,
586
- }}>
587
- <Text
588
- style={{
589
- fontFamily: AppFonts.interBold,
590
- fontSize: 9.5,
591
- color: isRegexSearch
592
- ? AppColors.white
593
- : AppColors.grayTextWeak,
594
- }}>
595
- .*
596
- </Text>
597
- </Pressable>
598
- </View>
599
-
600
449
  {search.length > 0 && (
601
450
  <View
602
451
  style={{
@@ -721,113 +570,6 @@ const NetworkTab = React.memo(() => {
721
570
  </View>
722
571
  </View>
723
572
 
724
- {/* Quick Search Scope & Filter Tags Row */}
725
- <View style={{paddingBottom: 4}}>
726
- <ScrollView
727
- horizontal
728
- showsHorizontalScrollIndicator={false}
729
- contentContainerStyle={{
730
- paddingHorizontal: 12,
731
- flexDirection: 'row',
732
- alignItems: 'center',
733
- gap: 5,
734
- paddingVertical: 2,
735
- }}>
736
- {/* Search Scopes */}
737
- {SEARCH_SCOPES.map(s => {
738
- const isActive = searchScope === s.id;
739
- return (
740
- <TouchableScale
741
- key={`scope_${s.id}`}
742
- onPress={() => setSearchScope(s.id)}
743
- hitSlop={6}
744
- style={{
745
- flexDirection: 'row',
746
- alignItems: 'center',
747
- gap: 3.5,
748
- paddingHorizontal: 7.5,
749
- paddingVertical: 3.5,
750
- borderRadius: 6,
751
- backgroundColor: isActive
752
- ? AppColors.purple
753
- : AppColors.grayBackground,
754
- borderWidth: 1,
755
- borderColor: isActive
756
- ? AppColors.purple
757
- : AppColors.grayBorderSecondary,
758
- }}>
759
- {s.icon(isActive ? AppColors.white : AppColors.grayTextWeak)}
760
- <Text
761
- style={{
762
- fontFamily: AppFonts.interBold,
763
- fontSize: 10,
764
- color: isActive ? AppColors.white : AppColors.grayText,
765
- }}>
766
- {s.label}
767
- </Text>
768
- </TouchableScale>
769
- );
770
- })}
771
-
772
- <View
773
- style={{
774
- width: 1,
775
- height: 14,
776
- backgroundColor: AppColors.dividerColor,
777
- marginHorizontal: 3,
778
- }}
779
- />
780
-
781
- {/* Quick Query Suggestions */}
782
- {QUICK_API_QUERY_TAGS.map(q => {
783
- const isActive = search.includes(q.query);
784
- return (
785
- <TouchableScale
786
- key={`quick_${q.query}`}
787
- onPress={() => {
788
- setSearch(prev => {
789
- if (prev.includes(q.query)) {
790
- return prev
791
- .replace(q.query, '')
792
- .replace(/\s+/g, ' ')
793
- .trim();
794
- }
795
- return `${prev} ${q.query}`.trim();
796
- });
797
- }}
798
- hitSlop={6}
799
- style={{
800
- flexDirection: 'row',
801
- alignItems: 'center',
802
- gap: 3.5,
803
- paddingHorizontal: 7.5,
804
- paddingVertical: 3.5,
805
- borderRadius: 6,
806
- backgroundColor: isActive
807
- ? `${AppColors.purple}20`
808
- : AppColors.grayBackground,
809
- borderWidth: 1,
810
- borderColor: isActive
811
- ? AppColors.purple
812
- : AppColors.grayBorderSecondary,
813
- }}>
814
- {q.icon(isActive ? AppColors.purple : AppColors.grayTextWeak)}
815
- <Text
816
- style={{
817
- fontFamily: AppFonts.interMedium,
818
- fontSize: 10,
819
- color: isActive
820
- ? AppColors.purple
821
- : AppColors.grayText,
822
- }}>
823
- {q.label}
824
- </Text>
825
- </TouchableScale>
826
- );
827
- })}
828
- </ScrollView>
829
- </View>
830
-
831
573
  {/* Quick Filter Horizontal Chips Bar with Live Counts */}
832
574
  <View style={{marginBottom: 8}}>
833
575
  <ScrollView
@@ -967,138 +709,6 @@ const NetworkTab = React.memo(() => {
967
709
  </ScrollView>
968
710
  </View>
969
711
 
970
- {/* Search Scope Selector Bar (Visible on search or focus) */}
971
- {(isSearchFocused || search.length > 0) && (
972
- <View
973
- style={{
974
- flexDirection: 'row',
975
- alignItems: 'center',
976
- paddingHorizontal: 12,
977
- marginBottom: 6,
978
- gap: 6,
979
- }}>
980
- <Text
981
- style={{
982
- fontFamily: AppFonts.interBold,
983
- fontSize: 9.5,
984
- color: AppColors.grayTextWeak,
985
- textTransform: 'uppercase',
986
- letterSpacing: 0.5,
987
- }}>
988
- Scope:
989
- </Text>
990
- <ScrollView
991
- horizontal
992
- showsHorizontalScrollIndicator={false}
993
- contentContainerStyle={{
994
- flexDirection: 'row',
995
- alignItems: 'center',
996
- gap: 5,
997
- }}>
998
- {SEARCH_SCOPES.map(s => {
999
- const isSelected = searchScope === s.id;
1000
- const iconColor = isSelected ? AppColors.white : AppColors.grayText;
1001
- return (
1002
- <TouchableScale
1003
- key={s.id}
1004
- onPress={() => setSearchScope(s.id)}>
1005
- <View
1006
- style={{
1007
- flexDirection: 'row',
1008
- alignItems: 'center',
1009
- gap: 4,
1010
- paddingHorizontal: 7,
1011
- paddingVertical: 2.5,
1012
- borderRadius: 5,
1013
- backgroundColor: isSelected
1014
- ? AppColors.purple
1015
- : `${AppColors.grayBorderSecondary}40`,
1016
- borderWidth: 1,
1017
- borderColor: isSelected
1018
- ? AppColors.purple
1019
- : AppColors.grayBorderSecondary,
1020
- }}>
1021
- {s.icon(iconColor)}
1022
- <Text
1023
- style={{
1024
- fontFamily: AppFonts.interBold,
1025
- fontSize: 9.5,
1026
- color: isSelected
1027
- ? AppColors.white
1028
- : AppColors.grayText,
1029
- }}>
1030
- {s.label}
1031
- </Text>
1032
- </View>
1033
- </TouchableScale>
1034
- );
1035
- })}
1036
- </ScrollView>
1037
- </View>
1038
- )}
1039
-
1040
- {/* Advanced Search Quick Query Suggestions Bar */}
1041
- {(isSearchFocused || search.length > 0) && (
1042
- <ScrollView
1043
- horizontal
1044
- showsHorizontalScrollIndicator={false}
1045
- style={{marginBottom: 8, maxHeight: 28}}
1046
- contentContainerStyle={{
1047
- paddingHorizontal: 12,
1048
- flexDirection: 'row',
1049
- alignItems: 'center',
1050
- gap: 5,
1051
- }}>
1052
- {QUICK_API_QUERY_TAGS.map(item => {
1053
- const isSelected = search.includes(item.query);
1054
- return (
1055
- <TouchableScale
1056
- key={item.query}
1057
- onPress={() => {
1058
- if (isSelected) {
1059
- setSearch(prev =>
1060
- prev.replace(item.query, '').trim(),
1061
- );
1062
- } else {
1063
- setSearch(prev =>
1064
- prev ? `${prev} ${item.query}`.trim() : item.query,
1065
- );
1066
- }
1067
- }}>
1068
- <View
1069
- style={{
1070
- flexDirection: 'row',
1071
- alignItems: 'center',
1072
- gap: 4,
1073
- paddingHorizontal: 7,
1074
- paddingVertical: 2.5,
1075
- borderRadius: 5,
1076
- backgroundColor: isSelected
1077
- ? AppColors.purple
1078
- : `${AppColors.purple}14`,
1079
- borderWidth: 1,
1080
- borderColor: isSelected
1081
- ? AppColors.purple
1082
- : `${AppColors.purple}30`,
1083
- }}>
1084
- {item.icon(isSelected ? AppColors.white : AppColors.purple)}
1085
- <Text
1086
- style={{
1087
- fontFamily: AppFonts.interBold,
1088
- fontSize: 9.5,
1089
- color: isSelected
1090
- ? AppColors.white
1091
- : AppColors.purple,
1092
- }}>
1093
- {item.label}
1094
- </Text>
1095
- </View>
1096
- </TouchableScale>
1097
- );
1098
- })}
1099
- </ScrollView>
1100
- )}
1101
-
1102
712
  {/* Active Filter Helper Status Bar */}
1103
713
  {(quickFilter !== 'all' ||
1104
714
  search.trim().length > 0 ||
@@ -1145,17 +755,6 @@ const NetworkTab = React.memo(() => {
1145
755
  </TouchableScale>
1146
756
  </View>
1147
757
  )}
1148
-
1149
- {(search ||
1150
- statusFilters.size > 0 ||
1151
- methodFilters.size > 0 ||
1152
- quickFilter !== 'all') && (
1153
- <Text style={styles.resultCount}>
1154
- {filteredLogs.length === logs.length
1155
- ? `${logs.length} requests`
1156
- : `${filteredLogs.length} of ${logs.length} filtered requests`}
1157
- </Text>
1158
- )}
1159
758
  </View>
1160
759
  }
1161
760
  ListEmptyComponent={
@@ -248,11 +248,19 @@ const PerformanceTab = React.memo(() => {
248
248
  // Filtered Events
249
249
  const filteredEvents = useMemo(() => {
250
250
  return events.filter(e => {
251
- const matchSearch =
252
- !search ||
253
- e.label.toLowerCase().includes(search.toLowerCase()) ||
254
- e.detail.toLowerCase().includes(search.toLowerCase()) ||
255
- (e.source && e.source.toLowerCase().includes(search.toLowerCase()));
251
+ let matchSearch = true;
252
+ if (search && search.trim().length > 0) {
253
+ const queryTokens = search.trim().toLowerCase().split(/\s+/).filter(Boolean);
254
+ const corpus = [
255
+ e.label || '',
256
+ e.detail || '',
257
+ e.source || '',
258
+ e.category || '',
259
+ e.severity || '',
260
+ e.bottleneckThread || '',
261
+ ].join(' ').toLowerCase();
262
+ matchSearch = queryTokens.every(tok => corpus.includes(tok));
263
+ }
256
264
 
257
265
  const matchFilter =
258
266
  filterCategory === 'ALL'
@@ -1052,10 +1060,31 @@ const PerformanceTab = React.memo(() => {
1052
1060
  {filteredEvents.length === 0 ? (
1053
1061
  <View style={perfStyles.emptyCard}>
1054
1062
  <BoltIcon color={AppColors.amber500} size={30} />
1055
- <Text style={perfStyles.emptyTitle}>{t('performance.emptyTitle')}</Text>
1063
+ <Text style={perfStyles.emptyTitle}>
1064
+ {search.trim().length > 0 ? 'No Matching Events' : t('performance.emptyTitle')}
1065
+ </Text>
1056
1066
  <Text style={perfStyles.emptySub}>
1057
- {t('performance.emptySubtitle')}
1067
+ {search.trim().length > 0
1068
+ ? `No performance events match "${search}"`
1069
+ : t('performance.emptySubtitle')}
1058
1070
  </Text>
1071
+ {search.trim().length > 0 && (
1072
+ <TouchableScale
1073
+ onPress={() => setSearch('')}
1074
+ style={{
1075
+ marginTop: 10,
1076
+ paddingHorizontal: 14,
1077
+ paddingVertical: 6,
1078
+ borderRadius: 8,
1079
+ backgroundColor: AppColors.grayBackground,
1080
+ borderWidth: 1,
1081
+ borderColor: AppColors.grayBorderSecondary,
1082
+ }}>
1083
+ <Text style={{color: AppColors.brandPurple, fontSize: 12, fontFamily: AppFonts.interBold}}>
1084
+ Clear Search
1085
+ </Text>
1086
+ </TouchableScale>
1087
+ )}
1059
1088
  </View>
1060
1089
  ) : (
1061
1090
  filteredEvents.map(event => {
@@ -670,7 +670,15 @@ const ReduxTab = React.memo(() => {
670
670
  renderToHardwareTextureAndroid={true}
671
671
  ListEmptyComponent={
672
672
  <EmptyState
673
- isSearch={reduxSearch.length > 0}
673
+ isSearch={reduxSearch.trim().length > 0}
674
+ searchQuery={reduxSearch}
675
+ onClearSearch={() => setReduxSearch('')}
676
+ customTitle={reduxSearch.trim().length > 0 ? 'No Matching Slices' : 'No Redux State Detected'}
677
+ customSub={
678
+ reduxSearch.trim().length > 0
679
+ ? `No Redux slices match "${reduxSearch}"`
680
+ : 'Attach the Redux store or dispatch actions to see state slices.'
681
+ }
674
682
  />
675
683
  }
676
684
  ListFooterComponent={