react-native-inapp-inspector 2.5.10 → 2.5.11

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