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
package/bin/cli.js ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env node
2
+
3
+ const { startStandaloneServer } = require('../dist/commonjs/metro');
4
+
5
+ const port = parseInt(process.env.PORT || process.argv[2] || '8083', 10);
6
+ startStandaloneServer(port);
@@ -40,15 +40,15 @@ const AnimatedEntrance = react_1.default.memo(function AnimatedEntrance({ childr
40
40
  return <react_native_1.View style={style}>{children}</react_native_1.View>;
41
41
  }
42
42
  const progress = (0, react_1.useRef)(new react_native_1.Animated.Value(0)).current;
43
+ const initialIndex = (0, react_1.useRef)(index).current;
43
44
  (0, react_1.useEffect)(() => {
44
- progress.setValue(0);
45
45
  react_native_1.Animated.timing(progress, {
46
46
  toValue: 1,
47
47
  duration,
48
- delay: delay + Math.min(index, 12) * 18,
48
+ delay: delay + Math.min(initialIndex, 8) * 12,
49
49
  useNativeDriver: true,
50
50
  }).start();
51
- }, [delay, duration, index, progress]);
51
+ }, []);
52
52
  return (<react_native_1.Animated.View style={[
53
53
  style,
54
54
  {
@@ -1,10 +1,43 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
2
35
  var __importDefault = (this && this.__importDefault) || function (mod) {
3
36
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
37
  };
5
38
  Object.defineProperty(exports, "__esModule", { value: true });
6
39
  exports.ConsoleLogCard = void 0;
7
- const react_1 = __importDefault(require("react"));
40
+ const react_1 = __importStar(require("react"));
8
41
  const i18n_1 = require("../i18n");
9
42
  const react_native_1 = require("react-native");
10
43
  const AppColors_1 = require("../styles/AppColors");
@@ -68,8 +101,8 @@ const getLogMessageWithBadges = (message, searchStr, textStyle, highlightStyle,
68
101
  return (<react_native_1.View key={i} style={[
69
102
  styles.prefixTag,
70
103
  {
71
- backgroundColor: `${dec.color}15`,
72
- borderColor: `${dec.color}35`,
104
+ backgroundColor: `${dec.color}14`,
105
+ borderColor: `${dec.color}33`,
73
106
  },
74
107
  ]}>
75
108
  <IconComp color={dec.color} size={10}/>
@@ -87,6 +120,7 @@ const getLogMessageWithBadges = (message, searchStr, textStyle, highlightStyle,
87
120
  exports.ConsoleLogCard = react_1.default.memo(function ConsoleLogCard({ item, searchStr = '', }) {
88
121
  const { setSelectedLog } = (0, InspectorContext_1.useInspector)();
89
122
  const { t } = (0, i18n_1.useTranslation)();
123
+ const [isExpanded, setIsExpanded] = (0, react_1.useState)(false);
90
124
  const jsonContent = (0, helpers_1.getJsonContent)(item.message);
91
125
  const isAnalyticsError = item.message
92
126
  .toLowerCase()
@@ -101,61 +135,61 @@ exports.ConsoleLogCard = react_1.default.memo(function ConsoleLogCard({ item, se
101
135
  if (isAnalyticsError || type === 'error' || method === 'error') {
102
136
  return {
103
137
  border: AppColors_1.AppColors.errorColor,
104
- badgeBg: AppColors_1.AppColors.errorCardBg,
105
- badgeText: AppColors_1.AppColors.rose600,
138
+ badgeBg: `${AppColors_1.AppColors.errorColor}18`,
139
+ badgeText: AppColors_1.AppColors.errorColor,
106
140
  label: 'ERROR',
107
- cardBg: AppColors_1.AppColors.errorCardBg,
108
- methodBorder: AppColors_1.AppColors.errorBorder,
109
- methodBg: AppColors_1.AppColors.errorCardBg,
110
- methodText: AppColors_1.AppColors.rose600,
141
+ cardBg: '#FFF8F8',
142
+ methodBorder: `${AppColors_1.AppColors.errorColor}30`,
143
+ methodBg: `${AppColors_1.AppColors.errorColor}12`,
144
+ methodText: AppColors_1.AppColors.errorColor,
111
145
  textColor: AppColors_1.AppColors.redErrorText,
112
146
  };
113
147
  }
114
148
  if (type === 'warn' || method === 'warn') {
115
149
  return {
116
150
  border: AppColors_1.AppColors.amber600,
117
- badgeBg: AppColors_1.AppColors.amberBg,
118
- badgeText: AppColors_1.AppColors.amber700,
151
+ badgeBg: `${AppColors_1.AppColors.amber600}18`,
152
+ badgeText: AppColors_1.AppColors.amber800,
119
153
  label: 'WARN',
120
- cardBg: AppColors_1.AppColors.amberWarmBg,
121
- methodBorder: AppColors_1.AppColors.amberWarmBorder,
122
- methodBg: AppColors_1.AppColors.amberBg,
123
- methodText: AppColors_1.AppColors.amber700,
124
- textColor: AppColors_1.AppColors.amberWarmText,
154
+ cardBg: '#FFFDF5',
155
+ methodBorder: `${AppColors_1.AppColors.amber600}33`,
156
+ methodBg: `${AppColors_1.AppColors.amber600}14`,
157
+ methodText: AppColors_1.AppColors.amber800,
158
+ textColor: AppColors_1.AppColors.amber800,
125
159
  };
126
160
  }
127
161
  if (type === 'debug' || method === 'debug') {
128
162
  return {
129
163
  border: AppColors_1.AppColors.purple500,
130
- badgeBg: AppColors_1.AppColors.violetSoftBg,
131
- badgeText: AppColors_1.AppColors.violetSoftText,
164
+ badgeBg: `${AppColors_1.AppColors.purple500}18`,
165
+ badgeText: AppColors_1.AppColors.purple,
132
166
  label: 'DEBUG',
133
- cardBg: AppColors_1.AppColors.purpleShade50,
134
- methodBorder: AppColors_1.AppColors.violetSoftBorder,
135
- methodBg: AppColors_1.AppColors.violetSoftBg,
136
- methodText: AppColors_1.AppColors.violetSoftText,
167
+ cardBg: '#FAF8FD',
168
+ methodBorder: `${AppColors_1.AppColors.purple500}33`,
169
+ methodBg: `${AppColors_1.AppColors.purple500}12`,
170
+ methodText: AppColors_1.AppColors.purple,
137
171
  textColor: AppColors_1.AppColors.purpleText,
138
172
  };
139
173
  }
140
174
  if (type === 'info' || method === 'info') {
141
175
  return {
142
176
  border: AppColors_1.AppColors.sky500,
143
- badgeBg: AppColors_1.AppColors.skySoftBg,
144
- badgeText: AppColors_1.AppColors.skySoftText,
177
+ badgeBg: `${AppColors_1.AppColors.sky500}18`,
178
+ badgeText: AppColors_1.AppColors.sky600,
145
179
  label: 'INFO',
146
- cardBg: AppColors_1.AppColors.blueBg,
147
- methodBorder: AppColors_1.AppColors.skySoftBorder,
148
- methodBg: AppColors_1.AppColors.skySoftBg,
149
- methodText: AppColors_1.AppColors.skySoftText,
180
+ cardBg: '#F8FAFC',
181
+ methodBorder: `${AppColors_1.AppColors.sky500}33`,
182
+ methodBg: `${AppColors_1.AppColors.sky500}12`,
183
+ methodText: AppColors_1.AppColors.sky600,
150
184
  textColor: AppColors_1.AppColors.blue800,
151
185
  };
152
186
  }
153
187
  return {
154
188
  border: AppColors_1.AppColors.indigo500,
155
- badgeBg: AppColors_1.AppColors.indigo50,
189
+ badgeBg: `${AppColors_1.AppColors.indigo500}15`,
156
190
  badgeText: AppColors_1.AppColors.indigo600Alt,
157
191
  label: 'LOG',
158
- cardBg: AppColors_1.AppColors.primaryLight,
192
+ cardBg: AppColors_1.AppColors.white,
159
193
  methodBorder: AppColors_1.AppColors.dividerColor,
160
194
  methodBg: AppColors_1.AppColors.indigo50,
161
195
  methodText: AppColors_1.AppColors.indigo600Alt,
@@ -169,6 +203,10 @@ exports.ConsoleLogCard = react_1.default.memo(function ConsoleLogCard({ item, se
169
203
  const openDetail = () => {
170
204
  setSelectedLog(item);
171
205
  };
206
+ const toggleExpand = (e) => {
207
+ e?.stopPropagation?.();
208
+ setIsExpanded(prev => !prev);
209
+ };
172
210
  return (<react_native_1.View style={styles.container}>
173
211
  <react_native_1.Pressable onPress={openDetail} style={({ pressed }) => [
174
212
  styles.card,
@@ -179,6 +217,7 @@ exports.ConsoleLogCard = react_1.default.memo(function ConsoleLogCard({ item, se
179
217
  },
180
218
  pressed && styles.cardPressed,
181
219
  ]}>
220
+
182
221
  <react_native_1.View style={styles.cardHeader}>
183
222
  <react_native_1.View style={styles.headerLeft}>
184
223
  <react_native_1.View style={[styles.typeChip, { backgroundColor: colors.badgeBg }]}>
@@ -204,11 +243,11 @@ exports.ConsoleLogCard = react_1.default.memo(function ConsoleLogCard({ item, se
204
243
  {jsonContent && (<react_native_1.View style={[
205
244
  styles.metaChip,
206
245
  {
207
- backgroundColor: AppColors_1.AppColors.mintGreenBg,
208
- borderColor: AppColors_1.AppColors.mintGreenBorder,
246
+ backgroundColor: `${AppColors_1.AppColors.teal600}14`,
247
+ borderColor: `${AppColors_1.AppColors.teal600}33`,
209
248
  },
210
249
  ]}>
211
- <react_native_1.Text style={[styles.metaChipText, { color: AppColors_1.AppColors.mintGreenText, fontFamily: AppFonts_1.AppFonts.interBold }]}>
250
+ <react_native_1.Text style={[styles.metaChipText, { color: AppColors_1.AppColors.teal600, fontFamily: AppFonts_1.AppFonts.interBold }]}>
212
251
  {Array.isArray(jsonContent.data)
213
252
  ? `Array[${jsonContent.data.length}]`
214
253
  : `Object{${Object.keys(jsonContent.data).length}}`}
@@ -235,23 +274,31 @@ exports.ConsoleLogCard = react_1.default.memo(function ConsoleLogCard({ item, se
235
274
  </react_native_1.View>
236
275
  </react_native_1.View>
237
276
 
277
+
238
278
  <react_native_1.View style={styles.cardBody}>
239
279
  {jsonContent ? (<>
240
- {jsonContent.header ? (getLogMessageWithBadges(jsonContent.header, searchStr, [styles.messageText, { color: AppColors_1.AppColors.primaryBlack }], styles.highlight, 2)) : null}
280
+ {jsonContent.header ? (getLogMessageWithBadges(jsonContent.header, searchStr, [styles.messageText, { color: AppColors_1.AppColors.primaryBlack }], styles.highlight, isExpanded ? undefined : 2)) : null}
241
281
  {jsonPreview && (<react_native_1.View style={styles.jsonPreviewContainer}>
242
282
  <LogSyntaxHighlighter_1.default text={jsonPreview.text} search={searchStr} style={[
243
283
  styles.jsonPreviewText,
244
284
  { color: AppColors_1.AppColors.primaryBlack },
245
- ]} detectLinks={false} numberOfLines={5}/>
285
+ ]} detectLinks={false} numberOfLines={isExpanded ? undefined : 4}/>
286
+ {jsonPreview.text.split('\n').length > 4 && (<react_native_1.Pressable onPress={toggleExpand} hitSlop={6} style={styles.expandToggle}>
287
+ <react_native_1.Text style={styles.expandToggleText}>
288
+ {isExpanded ? 'Show less' : 'Show full preview'}
289
+ </react_native_1.Text>
290
+ <NetworkIcons_1.ChevronIcon color={AppColors_1.AppColors.purple} size={11} direction={isExpanded ? 'up' : 'down'}/>
291
+ </react_native_1.Pressable>)}
246
292
  </react_native_1.View>)}
247
- </>) : (getLogMessageWithBadges(item.message, searchStr, [styles.messageText, { color: AppColors_1.AppColors.primaryBlack }], styles.highlight, 3))}
293
+ </>) : (getLogMessageWithBadges(item.message, searchStr, [styles.messageText, { color: AppColors_1.AppColors.primaryBlack }], styles.highlight, isExpanded ? undefined : 4))}
248
294
  </react_native_1.View>
249
295
 
296
+
250
297
  <react_native_1.View style={styles.cardFooter}>
251
298
  <react_native_1.View style={styles.footerLeft}>
252
- <react_native_1.Text style={styles.footerText}>#{item.id + 1}</react_native_1.Text>
299
+ <react_native_1.Text style={styles.footerId}>#{item.id + 1}</react_native_1.Text>
253
300
  <react_native_1.View style={styles.footerDot}/>
254
- <react_native_1.Text style={styles.footerText}>{(0, helpers_1.formatTime)(item.timestamp)}</react_native_1.Text>
301
+ <react_native_1.Text style={styles.footerTime}>{(0, helpers_1.formatTime)(item.timestamp)}</react_native_1.Text>
255
302
  {parsedCaller && (<>
256
303
  <react_native_1.View style={styles.footerDot}/>
257
304
  <react_native_1.Pressable onPress={e => {
@@ -259,44 +306,27 @@ exports.ConsoleLogCard = react_1.default.memo(function ConsoleLogCard({ item, se
259
306
  (0, helpers_1.openInVSCode)(parsedCaller.rawFilePath ||
260
307
  parsedCaller.fullPath ||
261
308
  parsedCaller.fileName, parsedCaller.lineNumber, parsedCaller.columnNumber);
262
- }} hitSlop={8} style={{
263
- flexDirection: 'row',
264
- alignItems: 'center',
265
- gap: 4,
266
- maxWidth: 185,
267
- backgroundColor: `${AppColors_1.AppColors.sky600}10`,
268
- borderColor: `${AppColors_1.AppColors.sky600}2B`,
269
- borderWidth: 1,
270
- borderRadius: 5,
271
- paddingHorizontal: 5,
272
- paddingVertical: 1.5,
273
- }}>
274
- {parsedCaller.fileExt && parsedCaller.fileExt !== 'other' && (<react_native_1.View style={{
275
- backgroundColor: parsedCaller.fileExt === 'tsx' || parsedCaller.fileExt === 'ts'
276
- ? `${AppColors_1.AppColors.brandPurple}22`
277
- : `${AppColors_1.AppColors.teal600}22`,
278
- borderRadius: 3,
279
- paddingHorizontal: 3.5,
280
- paddingVertical: 0.5,
281
- }}>
282
- <react_native_1.Text style={{
283
- fontFamily: AppFonts_1.AppFonts.interBold,
284
- fontSize: 8,
285
- color: parsedCaller.fileExt === 'tsx' || parsedCaller.fileExt === 'ts'
286
- ? AppColors_1.AppColors.brandPurple
287
- : AppColors_1.AppColors.teal600,
288
- }}>
309
+ }} hitSlop={8} style={styles.callerPill}>
310
+ {parsedCaller.fileExt && parsedCaller.fileExt !== 'other' && (<react_native_1.View style={[
311
+ styles.extBadge,
312
+ {
313
+ backgroundColor: parsedCaller.fileExt === 'tsx' || parsedCaller.fileExt === 'ts'
314
+ ? `${AppColors_1.AppColors.brandPurple}22`
315
+ : `${AppColors_1.AppColors.teal600}22`,
316
+ },
317
+ ]}>
318
+ <react_native_1.Text style={[
319
+ styles.extBadgeText,
320
+ {
321
+ color: parsedCaller.fileExt === 'tsx' || parsedCaller.fileExt === 'ts'
322
+ ? AppColors_1.AppColors.brandPurple
323
+ : AppColors_1.AppColors.teal600,
324
+ },
325
+ ]}>
289
326
  {parsedCaller.fileExt.toUpperCase()}
290
327
  </react_native_1.Text>
291
328
  </react_native_1.View>)}
292
- <react_native_1.Text style={[
293
- styles.footerText,
294
- {
295
- fontFamily: AppFonts_1.AppFonts.interBold,
296
- color: AppColors_1.AppColors.sky600,
297
- fontSize: 9.5,
298
- },
299
- ]} numberOfLines={1} ellipsizeMode="middle">
329
+ <react_native_1.Text style={styles.callerFileName} numberOfLines={1} ellipsizeMode="middle">
300
330
  {parsedCaller.fileName}
301
331
  {parsedCaller.lineNumber ? `:${parsedCaller.lineNumber}` : ''}
302
332
  </react_native_1.Text>
@@ -335,32 +365,34 @@ exports.ConsoleLogCard = react_1.default.memo(function ConsoleLogCard({ item, se
335
365
  });
336
366
  const styles = react_native_1.StyleSheet.create({
337
367
  container: {
338
- paddingHorizontal: 12,
339
- paddingVertical: 4,
368
+ paddingHorizontal: 10,
369
+ paddingVertical: 3.5,
340
370
  },
341
371
  card: {
342
372
  alignSelf: 'stretch',
343
- borderRadius: 12,
373
+ borderRadius: 11,
344
374
  borderWidth: 1,
345
375
  borderColor: AppColors_1.AppColors.grayBorderSecondary,
346
376
  borderLeftWidth: 3.5,
347
- padding: 12,
348
- backgroundColor: AppColors_1.AppColors.primaryLight,
377
+ paddingHorizontal: 12,
378
+ paddingTop: 10,
379
+ paddingBottom: 9,
380
+ backgroundColor: AppColors_1.AppColors.white,
349
381
  shadowColor: AppColors_1.AppColors.black,
350
- shadowOpacity: 0.05,
351
- shadowRadius: 4,
352
- shadowOffset: { width: 0, height: 2 },
353
- elevation: 2,
382
+ shadowOpacity: 0.04,
383
+ shadowRadius: 3,
384
+ shadowOffset: { width: 0, height: 1.5 },
385
+ elevation: 1.5,
354
386
  },
355
387
  cardPressed: {
356
- opacity: 0.85,
357
- transform: [{ scale: 0.99 }],
388
+ opacity: 0.88,
389
+ transform: [{ scale: 0.995 }],
358
390
  },
359
391
  cardHeader: {
360
392
  flexDirection: 'row',
361
393
  justifyContent: 'space-between',
362
394
  alignItems: 'center',
363
- marginBottom: 8,
395
+ marginBottom: 6,
364
396
  gap: 8,
365
397
  },
366
398
  headerLeft: {
@@ -373,7 +405,7 @@ const styles = react_native_1.StyleSheet.create({
373
405
  headerRight: {
374
406
  flexDirection: 'row',
375
407
  alignItems: 'center',
376
- gap: 4,
408
+ gap: 6,
377
409
  },
378
410
  typeChip: {
379
411
  flexDirection: 'row',
@@ -395,7 +427,7 @@ const styles = react_native_1.StyleSheet.create({
395
427
  },
396
428
  metaChip: {
397
429
  paddingHorizontal: 6,
398
- paddingVertical: 2.5,
430
+ paddingVertical: 2,
399
431
  borderRadius: 6,
400
432
  borderWidth: 1,
401
433
  },
@@ -405,12 +437,7 @@ const styles = react_native_1.StyleSheet.create({
405
437
  letterSpacing: 0.2,
406
438
  },
407
439
  cardBody: {
408
- backgroundColor: AppColors_1.AppColors.primaryLight,
409
- paddingHorizontal: 10,
410
- paddingVertical: 8,
411
- borderRadius: 9,
412
- borderWidth: 1,
413
- borderColor: AppColors_1.AppColors.grayBorderSecondary,
440
+ paddingVertical: 2,
414
441
  },
415
442
  messageText: {
416
443
  fontFamily: AppFonts_1.AppFonts.interMedium,
@@ -426,10 +453,11 @@ const styles = react_native_1.StyleSheet.create({
426
453
  jsonPreviewContainer: {
427
454
  marginTop: 6,
428
455
  backgroundColor: AppColors_1.AppColors.grayBackground,
429
- borderRadius: 7,
456
+ borderRadius: 8,
430
457
  borderWidth: 1,
431
458
  borderColor: AppColors_1.AppColors.grayBorderSecondary,
432
- padding: 8,
459
+ paddingHorizontal: 9,
460
+ paddingVertical: 7,
433
461
  },
434
462
  jsonPreviewText: {
435
463
  fontFamily: AppFonts_1.AppFonts.interRegular,
@@ -437,11 +465,29 @@ const styles = react_native_1.StyleSheet.create({
437
465
  color: AppColors_1.AppColors.primaryBlack,
438
466
  lineHeight: 16,
439
467
  },
468
+ expandToggle: {
469
+ flexDirection: 'row',
470
+ alignItems: 'center',
471
+ justifyContent: 'center',
472
+ gap: 4,
473
+ marginTop: 5,
474
+ paddingVertical: 2,
475
+ borderTopWidth: 1,
476
+ borderTopColor: AppColors_1.AppColors.dividerColor,
477
+ },
478
+ expandToggleText: {
479
+ fontFamily: AppFonts_1.AppFonts.interBold,
480
+ fontSize: 10,
481
+ color: AppColors_1.AppColors.purple,
482
+ },
440
483
  cardFooter: {
441
484
  flexDirection: 'row',
442
485
  alignItems: 'center',
443
486
  justifyContent: 'space-between',
444
- marginTop: 8,
487
+ marginTop: 7,
488
+ paddingTop: 6,
489
+ borderTopWidth: 1,
490
+ borderTopColor: `${AppColors_1.AppColors.dividerColor}88`,
445
491
  gap: 6,
446
492
  },
447
493
  footerLeft: {
@@ -463,14 +509,42 @@ const styles = react_native_1.StyleSheet.create({
463
509
  backgroundColor: AppColors_1.AppColors.grayTextWeak,
464
510
  opacity: 0.6,
465
511
  },
466
- footerText: {
467
- fontFamily: AppFonts_1.AppFonts.interRegular,
512
+ footerId: {
513
+ fontFamily: AppFonts_1.AppFonts.interBold,
514
+ fontSize: 10,
515
+ color: AppColors_1.AppColors.grayTextWeak,
516
+ },
517
+ footerTime: {
518
+ fontFamily: AppFonts_1.AppFonts.interMedium,
468
519
  fontSize: 10,
469
520
  color: AppColors_1.AppColors.grayTextWeak,
470
521
  letterSpacing: 0.1,
471
522
  },
472
- footerCaller: {
473
- flexShrink: 1,
523
+ callerPill: {
524
+ flexDirection: 'row',
525
+ alignItems: 'center',
526
+ gap: 4,
527
+ maxWidth: 185,
528
+ backgroundColor: `${AppColors_1.AppColors.sky600}10`,
529
+ borderColor: `${AppColors_1.AppColors.sky600}2B`,
530
+ borderWidth: 1,
531
+ borderRadius: 5,
532
+ paddingHorizontal: 5,
533
+ paddingVertical: 1.5,
534
+ },
535
+ extBadge: {
536
+ borderRadius: 3,
537
+ paddingHorizontal: 3.5,
538
+ paddingVertical: 0.5,
539
+ },
540
+ extBadgeText: {
541
+ fontFamily: AppFonts_1.AppFonts.interBold,
542
+ fontSize: 8,
543
+ },
544
+ callerFileName: {
545
+ fontFamily: AppFonts_1.AppFonts.interBold,
546
+ color: AppColors_1.AppColors.sky600,
547
+ fontSize: 9.5,
474
548
  },
475
549
  footerBadge: {
476
550
  paddingHorizontal: 6,
@@ -63,31 +63,40 @@ const ConsoleTab = react_1.default.memo(() => {
63
63
  const isAllSelected = logFilters.has('all') ||
64
64
  !Array.from(logFilters).some(f => f !== 'all');
65
65
  if (isAllSelected) {
66
- return (<react_native_1.Text style={[
67
- styles_1.default.resultCount,
68
- { marginBottom: 4, marginTop: 12 },
69
- ]}>
70
- Showing ({filtered}/{total}) logs showing
71
- </react_native_1.Text>);
66
+ return (<react_native_1.View style={{ paddingHorizontal: 12, paddingTop: 8, paddingBottom: 3 }}>
67
+ <react_native_1.Text style={{
68
+ fontFamily: AppFonts_1.AppFonts.interMedium,
69
+ fontSize: 11,
70
+ color: AppColors_1.AppColors.grayTextWeak,
71
+ letterSpacing: 0.2,
72
+ }}>
73
+ {filtered === total
74
+ ? `Showing ${total} logs`
75
+ : `Showing ${filtered} of ${total} logs`}
76
+ </react_native_1.Text>
77
+ </react_native_1.View>);
72
78
  }
73
79
  else {
74
80
  const activeFilterNames = Array.from(logFilters)
75
81
  .filter(f => f !== 'all')
76
82
  .map(f => {
77
83
  if (f === 'user-log')
78
- return 'User Log';
84
+ return 'Log';
79
85
  if (f === 'analytics')
80
86
  return 'Analytics';
81
87
  return (f.charAt(0).toUpperCase() +
82
88
  f.slice(1));
83
89
  });
84
- return (<react_native_1.Text style={[
85
- styles_1.default.resultCount,
86
- { marginBottom: 4, marginTop: 12 },
87
- ]}>
88
- Filtering with {activeFilterNames.join(', ')} (
89
- {filtered}/{total}) logs is showing
90
- </react_native_1.Text>);
90
+ return (<react_native_1.View style={{ paddingHorizontal: 12, paddingTop: 8, paddingBottom: 3 }}>
91
+ <react_native_1.Text style={{
92
+ fontFamily: AppFonts_1.AppFonts.interMedium,
93
+ fontSize: 11,
94
+ color: AppColors_1.AppColors.grayTextWeak,
95
+ letterSpacing: 0.2,
96
+ }}>
97
+ Filtered by {activeFilterNames.join(', ')} ({filtered} of {total} logs)
98
+ </react_native_1.Text>
99
+ </react_native_1.View>);
91
100
  }
92
101
  }, [visibleConsoleLogs.length, filteredConsoleLogs.length, logFilters]);
93
102
  const [isSearchFocused, setIsSearchFocused] = react_1.default.useState(false);
@@ -519,11 +528,11 @@ const ConsoleTab = react_1.default.memo(() => {
519
528
  </react_native_1.ScrollView>
520
529
  </react_native_1.View>
521
530
 
522
- <react_native_1.FlatList ref={listRef} data={filteredConsoleLogs} keyExtractor={keyExtractor} ListHeaderComponent={listHeader} renderItem={renderItem} initialNumToRender={12} maxToRenderPerBatch={8} windowSize={5} removeClippedSubviews={true} renderToHardwareTextureAndroid={true} ListEmptyComponent={<EmptyState_1.default isSearch={logSearch.length > 0 || logFilters.size > 0} searchQuery={logSearch} customTitle={logSearch.length > 0
531
+ <react_native_1.FlatList ref={listRef} data={filteredConsoleLogs} keyExtractor={keyExtractor} ListHeaderComponent={listHeader} renderItem={renderItem} initialNumToRender={12} maxToRenderPerBatch={8} windowSize={5} removeClippedSubviews={true} renderToHardwareTextureAndroid={true} ListEmptyComponent={<EmptyState_1.default isSearch={logSearch.length > 0 || !logFilters.has('all')} searchQuery={logSearch} customTitle={logSearch.length > 0
523
532
  ? 'No matching console logs'
524
533
  : 'No console logs'} onClearSearch={() => {
525
534
  setLogSearch('');
526
- setLogFilters(new Set());
535
+ setLogFilters(new Set(['all']));
527
536
  }}/>} ListFooterComponent={filteredConsoleLogs.length > 0 ? (<EndOfListFooter_1.default count={filteredConsoleLogs.length} label="logs"/>) : null} contentContainerStyle={[
528
537
  styles_1.default.listContent,
529
538
  filteredConsoleLogs.length === 0 && { flexGrow: 1 },
@@ -425,13 +425,27 @@ const CrashTab = react_1.default.memo(() => {
425
425
  <react_native_1.View style={localStyles.emptyIconCircle}>
426
426
  <NetworkIcons_1.ShieldAlertIcon size={38} color={AppColors_1.AppColors.greenColor}/>
427
427
  </react_native_1.View>
428
- <react_native_1.Text style={localStyles.emptyTitle}>{t('crash.emptyTitle')}</react_native_1.Text>
428
+ <react_native_1.Text style={localStyles.emptyTitle}>
429
+ {searchQuery.length > 0
430
+ ? 'No matching crash entries'
431
+ : filterType !== 'all' || !(0, CrashFilterModal_1.isCrashFiltersDefault)(crashFilters)
432
+ ? 'No crashes match filters'
433
+ : t('crash.emptyTitle')}
434
+ </react_native_1.Text>
429
435
  <react_native_1.Text style={localStyles.emptySub}>
430
436
  {searchQuery
431
- ? t('crash.emptySearchSubtitle')
432
- : t('crash.emptySubtitle')}
437
+ ? `No crash entries matched "${searchQuery}"`
438
+ : filterType !== 'all' || !(0, CrashFilterModal_1.isCrashFiltersDefault)(crashFilters)
439
+ ? 'Try adjusting your filters or search keywords.'
440
+ : t('crash.emptySubtitle')}
433
441
  </react_native_1.Text>
434
- {searchQuery.length > 0 && (<TouchableScale_1.default onPress={() => setSearchQuery('')} style={{
442
+ {(searchQuery.length > 0 ||
443
+ filterType !== 'all' ||
444
+ !(0, CrashFilterModal_1.isCrashFiltersDefault)(crashFilters)) && (<TouchableScale_1.default onPress={() => {
445
+ setSearchQuery('');
446
+ setFilterType('all');
447
+ setCrashFilters(CrashFilterModal_1.DEFAULT_CRASH_FILTERS);
448
+ }} style={{
435
449
  marginTop: 10,
436
450
  paddingHorizontal: 14,
437
451
  paddingVertical: 7,
@@ -443,7 +457,7 @@ const CrashTab = react_1.default.memo(() => {
443
457
  fontSize: 11.5,
444
458
  color: AppColors_1.AppColors.white,
445
459
  }}>
446
- Clear Search
460
+ Clear Search & Filters
447
461
  </react_native_1.Text>
448
462
  </TouchableScale_1.default>)}
449
463
  </react_native_1.ScrollView>) : (<>