react-native-inapp-inspector 1.1.17 → 1.1.19

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 (313) hide show
  1. package/dist/commonjs/components/Inspector/BundleTab.d.ts +5 -0
  2. package/dist/commonjs/components/Inspector/BundleTab.js +176 -46
  3. package/dist/commonjs/components/Inspector/MainScreen.js +7 -0
  4. package/dist/commonjs/components/Inspector/PerformanceTab.d.ts +22 -0
  5. package/dist/commonjs/components/Inspector/PerformanceTab.js +1143 -0
  6. package/dist/commonjs/components/Inspector/SettingsPanel.js +5 -0
  7. package/dist/commonjs/components/Inspector/TabBar.js +7 -0
  8. package/dist/commonjs/components/NetworkIcons.d.ts +1 -0
  9. package/dist/commonjs/components/NetworkIcons.js +10 -1
  10. package/dist/commonjs/constants/version.d.ts +1 -1
  11. package/dist/commonjs/constants/version.js +1 -1
  12. package/dist/commonjs/index.js +6 -3
  13. package/dist/commonjs/types/enums.d.ts +2 -2
  14. package/dist/esm/components/Inspector/BundleTab.d.ts +5 -0
  15. package/dist/esm/components/Inspector/BundleTab.js +177 -47
  16. package/dist/esm/components/Inspector/MainScreen.js +7 -0
  17. package/dist/esm/components/Inspector/PerformanceTab.d.ts +22 -0
  18. package/dist/esm/components/Inspector/PerformanceTab.js +1105 -0
  19. package/dist/esm/components/Inspector/SettingsPanel.js +6 -1
  20. package/dist/esm/components/Inspector/TabBar.js +8 -1
  21. package/dist/esm/components/NetworkIcons.d.ts +1 -0
  22. package/dist/esm/components/NetworkIcons.js +8 -0
  23. package/dist/esm/constants/version.d.ts +1 -1
  24. package/dist/esm/constants/version.js +1 -1
  25. package/dist/esm/index.js +6 -3
  26. package/dist/esm/types/enums.d.ts +2 -2
  27. package/package.json +2 -4
  28. package/assets/banner_dark.svg +0 -186
  29. package/assets/banner_light.svg +0 -186
  30. package/assets/icon_circle.svg +0 -148
  31. package/assets/icon_square.svg +0 -148
  32. package/assets/social_preview.png +0 -0
  33. package/assets/walkthrough.gif +0 -0
  34. package/dist/commonjs/assets/svgAssets.d.ts +0 -3
  35. package/dist/commonjs/assets/svgAssets.js +0 -17
  36. package/dist/commonjs/components/AnalyticsTabView.d.ts +0 -15
  37. package/dist/commonjs/components/AnalyticsTabView.js +0 -157
  38. package/dist/commonjs/components/ApiDetailView.d.ts +0 -22
  39. package/dist/commonjs/components/ApiDetailView.js +0 -304
  40. package/dist/commonjs/components/ApisTabView.d.ts +0 -33
  41. package/dist/commonjs/components/ApisTabView.js +0 -235
  42. package/dist/commonjs/components/ConsoleLogDetailView.d.ts +0 -9
  43. package/dist/commonjs/components/ConsoleLogDetailView.js +0 -278
  44. package/dist/commonjs/components/ConsoleLogsTabView.d.ts +0 -24
  45. package/dist/commonjs/components/ConsoleLogsTabView.js +0 -354
  46. package/dist/commonjs/components/FloatingBubble.d.ts +0 -14
  47. package/dist/commonjs/components/FloatingBubble.js +0 -75
  48. package/dist/commonjs/components/Inspector/InsightsDashboard.d.ts +0 -3
  49. package/dist/commonjs/components/Inspector/InsightsDashboard.js +0 -619
  50. package/dist/commonjs/components/Inspector/WebViewTab.d.ts +0 -3
  51. package/dist/commonjs/components/Inspector/WebViewTab.js +0 -757
  52. package/dist/commonjs/components/InspectorHeader.d.ts +0 -19
  53. package/dist/commonjs/components/InspectorHeader.js +0 -329
  54. package/dist/commonjs/components/InspectorTabBar.d.ts +0 -16
  55. package/dist/commonjs/components/InspectorTabBar.js +0 -90
  56. package/dist/commonjs/components/NavigationTracker.d.ts +0 -7
  57. package/dist/commonjs/components/NavigationTracker.js +0 -76
  58. package/dist/commonjs/components/ReduxTabView.d.ts +0 -9
  59. package/dist/commonjs/components/ReduxTabView.js +0 -56
  60. package/dist/commonjs/components/ReduxTreeView.d.ts +0 -16
  61. package/dist/commonjs/components/ReduxTreeView.js +0 -1257
  62. package/dist/commonjs/components/SettingsView.d.ts +0 -13
  63. package/dist/commonjs/components/SettingsView.js +0 -328
  64. package/dist/commonjs/customHooks/webViewLogger.d.ts +0 -24
  65. package/dist/commonjs/customHooks/webViewLogger.js +0 -452
  66. package/dist/commonjs/enums/index.d.ts +0 -39
  67. package/dist/commonjs/enums/index.js +0 -50
  68. package/dist/commonjs/i18n/en.json +0 -144
  69. package/dist/esm/assets/svgAssets.d.ts +0 -3
  70. package/dist/esm/assets/svgAssets.js +0 -14
  71. package/dist/esm/components/AnalyticsTabView.d.ts +0 -15
  72. package/dist/esm/components/AnalyticsTabView.js +0 -151
  73. package/dist/esm/components/ApiDetailView.d.ts +0 -22
  74. package/dist/esm/components/ApiDetailView.js +0 -264
  75. package/dist/esm/components/ApisTabView.d.ts +0 -33
  76. package/dist/esm/components/ApisTabView.js +0 -196
  77. package/dist/esm/components/ConsoleLogDetailView.d.ts +0 -9
  78. package/dist/esm/components/ConsoleLogDetailView.js +0 -271
  79. package/dist/esm/components/ConsoleLogsTabView.d.ts +0 -24
  80. package/dist/esm/components/ConsoleLogsTabView.js +0 -348
  81. package/dist/esm/components/FloatingBubble.d.ts +0 -14
  82. package/dist/esm/components/FloatingBubble.js +0 -68
  83. package/dist/esm/components/Inspector/InsightsDashboard.d.ts +0 -3
  84. package/dist/esm/components/Inspector/InsightsDashboard.js +0 -614
  85. package/dist/esm/components/Inspector/WebViewTab.d.ts +0 -3
  86. package/dist/esm/components/Inspector/WebViewTab.js +0 -752
  87. package/dist/esm/components/InspectorHeader.d.ts +0 -19
  88. package/dist/esm/components/InspectorHeader.js +0 -323
  89. package/dist/esm/components/InspectorTabBar.d.ts +0 -16
  90. package/dist/esm/components/InspectorTabBar.js +0 -84
  91. package/dist/esm/components/NavigationTracker.d.ts +0 -7
  92. package/dist/esm/components/NavigationTracker.js +0 -39
  93. package/dist/esm/components/ReduxTabView.d.ts +0 -9
  94. package/dist/esm/components/ReduxTabView.js +0 -50
  95. package/dist/esm/components/ReduxTreeView.d.ts +0 -16
  96. package/dist/esm/components/ReduxTreeView.js +0 -1218
  97. package/dist/esm/components/SettingsView.d.ts +0 -13
  98. package/dist/esm/components/SettingsView.js +0 -321
  99. package/dist/esm/customHooks/webViewLogger.d.ts +0 -24
  100. package/dist/esm/customHooks/webViewLogger.js +0 -405
  101. package/dist/esm/enums/index.d.ts +0 -39
  102. package/dist/esm/enums/index.js +0 -47
  103. package/dist/esm/i18n/en.json +0 -144
  104. package/example/.bundle/config +0 -2
  105. package/example/.eslintrc.js +0 -4
  106. package/example/.prettierrc.js +0 -5
  107. package/example/.watchmanconfig +0 -1
  108. package/example/App.tsx +0 -879
  109. package/example/Gemfile +0 -17
  110. package/example/README.md +0 -53
  111. package/example/__tests__/App.test.tsx +0 -13
  112. package/example/android/app/build.gradle +0 -147
  113. package/example/android/app/debug.keystore +0 -0
  114. package/example/android/app/proguard-rules.pro +0 -10
  115. package/example/android/app/src/main/AndroidManifest.xml +0 -27
  116. package/example/android/app/src/main/java/com/example/MainActivity.kt +0 -22
  117. package/example/android/app/src/main/java/com/example/MainApplication.kt +0 -52
  118. package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
  119. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  120. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  121. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  122. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  123. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  124. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  125. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  126. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  127. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  128. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  129. package/example/android/app/src/main/res/values/strings.xml +0 -3
  130. package/example/android/app/src/main/res/values/styles.xml +0 -9
  131. package/example/android/build.gradle +0 -48
  132. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  133. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -7
  134. package/example/android/gradle.properties +0 -45
  135. package/example/android/gradlew +0 -248
  136. package/example/android/gradlew.bat +0 -98
  137. package/example/android/settings.gradle +0 -25
  138. package/example/app.json +0 -4
  139. package/example/assets/app_icon.png +0 -0
  140. package/example/babel.config.js +0 -3
  141. package/example/guidance/Video-WalkThrough.mp4 +0 -0
  142. package/example/index.js +0 -9
  143. package/example/ios/.xcode.env +0 -11
  144. package/example/ios/Podfile +0 -34
  145. package/example/ios/Podfile.lock +0 -2303
  146. package/example/ios/example/AppDelegate.swift +0 -48
  147. package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -62
  148. package/example/ios/example/Images.xcassets/AppIcon.appiconset/app_icon_1024.png +0 -0
  149. package/example/ios/example/Images.xcassets/Contents.json +0 -6
  150. package/example/ios/example/Info.plist +0 -60
  151. package/example/ios/example/LaunchScreen.storyboard +0 -47
  152. package/example/ios/example/PrivacyInfo.xcprivacy +0 -37
  153. package/example/ios/example.xcodeproj/project.pbxproj +0 -498
  154. package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +0 -88
  155. package/example/ios/example.xcworkspace/contents.xcworkspacedata +0 -10
  156. package/example/jest.config.js +0 -3
  157. package/example/metro.config.js +0 -45
  158. package/example/package-lock.json +0 -13508
  159. package/example/package.json +0 -54
  160. package/example/polyfill.js +0 -13
  161. package/example/tsconfig.json +0 -8
  162. package/fonts/Inter/Inter.ttc +0 -0
  163. package/fonts/Inter/InterVariable-Italic.ttf +0 -0
  164. package/fonts/Inter/InterVariable.ttf +0 -0
  165. package/fonts/Inter/LICENSE.txt +0 -92
  166. package/fonts/Inter/extras/otf/Inter-Black.otf +0 -0
  167. package/fonts/Inter/extras/otf/Inter-BlackItalic.otf +0 -0
  168. package/fonts/Inter/extras/otf/Inter-Bold.otf +0 -0
  169. package/fonts/Inter/extras/otf/Inter-BoldItalic.otf +0 -0
  170. package/fonts/Inter/extras/otf/Inter-ExtraBold.otf +0 -0
  171. package/fonts/Inter/extras/otf/Inter-ExtraBoldItalic.otf +0 -0
  172. package/fonts/Inter/extras/otf/Inter-ExtraLight.otf +0 -0
  173. package/fonts/Inter/extras/otf/Inter-ExtraLightItalic.otf +0 -0
  174. package/fonts/Inter/extras/otf/Inter-Italic.otf +0 -0
  175. package/fonts/Inter/extras/otf/Inter-Light.otf +0 -0
  176. package/fonts/Inter/extras/otf/Inter-LightItalic.otf +0 -0
  177. package/fonts/Inter/extras/otf/Inter-Medium.otf +0 -0
  178. package/fonts/Inter/extras/otf/Inter-MediumItalic.otf +0 -0
  179. package/fonts/Inter/extras/otf/Inter-Regular.otf +0 -0
  180. package/fonts/Inter/extras/otf/Inter-SemiBold.otf +0 -0
  181. package/fonts/Inter/extras/otf/Inter-SemiBoldItalic.otf +0 -0
  182. package/fonts/Inter/extras/otf/Inter-Thin.otf +0 -0
  183. package/fonts/Inter/extras/otf/Inter-ThinItalic.otf +0 -0
  184. package/fonts/Inter/extras/otf/InterDisplay-Black.otf +0 -0
  185. package/fonts/Inter/extras/otf/InterDisplay-BlackItalic.otf +0 -0
  186. package/fonts/Inter/extras/otf/InterDisplay-Bold.otf +0 -0
  187. package/fonts/Inter/extras/otf/InterDisplay-BoldItalic.otf +0 -0
  188. package/fonts/Inter/extras/otf/InterDisplay-ExtraBold.otf +0 -0
  189. package/fonts/Inter/extras/otf/InterDisplay-ExtraBoldItalic.otf +0 -0
  190. package/fonts/Inter/extras/otf/InterDisplay-ExtraLight.otf +0 -0
  191. package/fonts/Inter/extras/otf/InterDisplay-ExtraLightItalic.otf +0 -0
  192. package/fonts/Inter/extras/otf/InterDisplay-Italic.otf +0 -0
  193. package/fonts/Inter/extras/otf/InterDisplay-Light.otf +0 -0
  194. package/fonts/Inter/extras/otf/InterDisplay-LightItalic.otf +0 -0
  195. package/fonts/Inter/extras/otf/InterDisplay-Medium.otf +0 -0
  196. package/fonts/Inter/extras/otf/InterDisplay-MediumItalic.otf +0 -0
  197. package/fonts/Inter/extras/otf/InterDisplay-Regular.otf +0 -0
  198. package/fonts/Inter/extras/otf/InterDisplay-SemiBold.otf +0 -0
  199. package/fonts/Inter/extras/otf/InterDisplay-SemiBoldItalic.otf +0 -0
  200. package/fonts/Inter/extras/otf/InterDisplay-Thin.otf +0 -0
  201. package/fonts/Inter/extras/otf/InterDisplay-ThinItalic.otf +0 -0
  202. package/fonts/Inter/extras/ttf/Inter-Black.ttf +0 -0
  203. package/fonts/Inter/extras/ttf/Inter-BlackItalic.ttf +0 -0
  204. package/fonts/Inter/extras/ttf/Inter-Bold.ttf +0 -0
  205. package/fonts/Inter/extras/ttf/Inter-BoldItalic.ttf +0 -0
  206. package/fonts/Inter/extras/ttf/Inter-ExtraBold.ttf +0 -0
  207. package/fonts/Inter/extras/ttf/Inter-ExtraBoldItalic.ttf +0 -0
  208. package/fonts/Inter/extras/ttf/Inter-ExtraLight.ttf +0 -0
  209. package/fonts/Inter/extras/ttf/Inter-ExtraLightItalic.ttf +0 -0
  210. package/fonts/Inter/extras/ttf/Inter-Italic.ttf +0 -0
  211. package/fonts/Inter/extras/ttf/Inter-Light.ttf +0 -0
  212. package/fonts/Inter/extras/ttf/Inter-LightItalic.ttf +0 -0
  213. package/fonts/Inter/extras/ttf/Inter-Medium.ttf +0 -0
  214. package/fonts/Inter/extras/ttf/Inter-MediumItalic.ttf +0 -0
  215. package/fonts/Inter/extras/ttf/Inter-Regular.ttf +0 -0
  216. package/fonts/Inter/extras/ttf/Inter-SemiBold.ttf +0 -0
  217. package/fonts/Inter/extras/ttf/Inter-SemiBoldItalic.ttf +0 -0
  218. package/fonts/Inter/extras/ttf/Inter-Thin.ttf +0 -0
  219. package/fonts/Inter/extras/ttf/Inter-ThinItalic.ttf +0 -0
  220. package/fonts/Inter/extras/ttf/InterDisplay-Black.ttf +0 -0
  221. package/fonts/Inter/extras/ttf/InterDisplay-BlackItalic.ttf +0 -0
  222. package/fonts/Inter/extras/ttf/InterDisplay-Bold.ttf +0 -0
  223. package/fonts/Inter/extras/ttf/InterDisplay-BoldItalic.ttf +0 -0
  224. package/fonts/Inter/extras/ttf/InterDisplay-ExtraBold.ttf +0 -0
  225. package/fonts/Inter/extras/ttf/InterDisplay-ExtraBoldItalic.ttf +0 -0
  226. package/fonts/Inter/extras/ttf/InterDisplay-ExtraLight.ttf +0 -0
  227. package/fonts/Inter/extras/ttf/InterDisplay-ExtraLightItalic.ttf +0 -0
  228. package/fonts/Inter/extras/ttf/InterDisplay-Italic.ttf +0 -0
  229. package/fonts/Inter/extras/ttf/InterDisplay-Light.ttf +0 -0
  230. package/fonts/Inter/extras/ttf/InterDisplay-LightItalic.ttf +0 -0
  231. package/fonts/Inter/extras/ttf/InterDisplay-Medium.ttf +0 -0
  232. package/fonts/Inter/extras/ttf/InterDisplay-MediumItalic.ttf +0 -0
  233. package/fonts/Inter/extras/ttf/InterDisplay-Regular.ttf +0 -0
  234. package/fonts/Inter/extras/ttf/InterDisplay-SemiBold.ttf +0 -0
  235. package/fonts/Inter/extras/ttf/InterDisplay-SemiBoldItalic.ttf +0 -0
  236. package/fonts/Inter/extras/ttf/InterDisplay-Thin.ttf +0 -0
  237. package/fonts/Inter/extras/ttf/InterDisplay-ThinItalic.ttf +0 -0
  238. package/fonts/Inter/extras/woff-hinted/Inter-Black.woff2 +0 -0
  239. package/fonts/Inter/extras/woff-hinted/Inter-BlackItalic.woff2 +0 -0
  240. package/fonts/Inter/extras/woff-hinted/Inter-Bold.woff2 +0 -0
  241. package/fonts/Inter/extras/woff-hinted/Inter-BoldItalic.woff2 +0 -0
  242. package/fonts/Inter/extras/woff-hinted/Inter-ExtraBold.woff2 +0 -0
  243. package/fonts/Inter/extras/woff-hinted/Inter-ExtraBoldItalic.woff2 +0 -0
  244. package/fonts/Inter/extras/woff-hinted/Inter-ExtraLight.woff2 +0 -0
  245. package/fonts/Inter/extras/woff-hinted/Inter-ExtraLightItalic.woff2 +0 -0
  246. package/fonts/Inter/extras/woff-hinted/Inter-Italic.woff2 +0 -0
  247. package/fonts/Inter/extras/woff-hinted/Inter-Light.woff2 +0 -0
  248. package/fonts/Inter/extras/woff-hinted/Inter-LightItalic.woff2 +0 -0
  249. package/fonts/Inter/extras/woff-hinted/Inter-Medium.woff2 +0 -0
  250. package/fonts/Inter/extras/woff-hinted/Inter-MediumItalic.woff2 +0 -0
  251. package/fonts/Inter/extras/woff-hinted/Inter-Regular.woff2 +0 -0
  252. package/fonts/Inter/extras/woff-hinted/Inter-SemiBold.woff2 +0 -0
  253. package/fonts/Inter/extras/woff-hinted/Inter-SemiBoldItalic.woff2 +0 -0
  254. package/fonts/Inter/extras/woff-hinted/Inter-Thin.woff2 +0 -0
  255. package/fonts/Inter/extras/woff-hinted/Inter-ThinItalic.woff2 +0 -0
  256. package/fonts/Inter/extras/woff-hinted/InterDisplay-Black.woff2 +0 -0
  257. package/fonts/Inter/extras/woff-hinted/InterDisplay-BlackItalic.woff2 +0 -0
  258. package/fonts/Inter/extras/woff-hinted/InterDisplay-Bold.woff2 +0 -0
  259. package/fonts/Inter/extras/woff-hinted/InterDisplay-BoldItalic.woff2 +0 -0
  260. package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraBold.woff2 +0 -0
  261. package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraBoldItalic.woff2 +0 -0
  262. package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraLight.woff2 +0 -0
  263. package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraLightItalic.woff2 +0 -0
  264. package/fonts/Inter/extras/woff-hinted/InterDisplay-Italic.woff2 +0 -0
  265. package/fonts/Inter/extras/woff-hinted/InterDisplay-Light.woff2 +0 -0
  266. package/fonts/Inter/extras/woff-hinted/InterDisplay-LightItalic.woff2 +0 -0
  267. package/fonts/Inter/extras/woff-hinted/InterDisplay-Medium.woff2 +0 -0
  268. package/fonts/Inter/extras/woff-hinted/InterDisplay-MediumItalic.woff2 +0 -0
  269. package/fonts/Inter/extras/woff-hinted/InterDisplay-Regular.woff2 +0 -0
  270. package/fonts/Inter/extras/woff-hinted/InterDisplay-SemiBold.woff2 +0 -0
  271. package/fonts/Inter/extras/woff-hinted/InterDisplay-SemiBoldItalic.woff2 +0 -0
  272. package/fonts/Inter/extras/woff-hinted/InterDisplay-Thin.woff2 +0 -0
  273. package/fonts/Inter/extras/woff-hinted/InterDisplay-ThinItalic.woff2 +0 -0
  274. package/fonts/Inter/help.txt +0 -165
  275. package/fonts/Inter/web/Inter-Black.woff2 +0 -0
  276. package/fonts/Inter/web/Inter-BlackItalic.woff2 +0 -0
  277. package/fonts/Inter/web/Inter-Bold.woff2 +0 -0
  278. package/fonts/Inter/web/Inter-BoldItalic.woff2 +0 -0
  279. package/fonts/Inter/web/Inter-ExtraBold.woff2 +0 -0
  280. package/fonts/Inter/web/Inter-ExtraBoldItalic.woff2 +0 -0
  281. package/fonts/Inter/web/Inter-ExtraLight.woff2 +0 -0
  282. package/fonts/Inter/web/Inter-ExtraLightItalic.woff2 +0 -0
  283. package/fonts/Inter/web/Inter-Italic.woff2 +0 -0
  284. package/fonts/Inter/web/Inter-Light.woff2 +0 -0
  285. package/fonts/Inter/web/Inter-LightItalic.woff2 +0 -0
  286. package/fonts/Inter/web/Inter-Medium.woff2 +0 -0
  287. package/fonts/Inter/web/Inter-MediumItalic.woff2 +0 -0
  288. package/fonts/Inter/web/Inter-Regular.woff2 +0 -0
  289. package/fonts/Inter/web/Inter-SemiBold.woff2 +0 -0
  290. package/fonts/Inter/web/Inter-SemiBoldItalic.woff2 +0 -0
  291. package/fonts/Inter/web/Inter-Thin.woff2 +0 -0
  292. package/fonts/Inter/web/Inter-ThinItalic.woff2 +0 -0
  293. package/fonts/Inter/web/InterDisplay-Black.woff2 +0 -0
  294. package/fonts/Inter/web/InterDisplay-BlackItalic.woff2 +0 -0
  295. package/fonts/Inter/web/InterDisplay-Bold.woff2 +0 -0
  296. package/fonts/Inter/web/InterDisplay-BoldItalic.woff2 +0 -0
  297. package/fonts/Inter/web/InterDisplay-ExtraBold.woff2 +0 -0
  298. package/fonts/Inter/web/InterDisplay-ExtraBoldItalic.woff2 +0 -0
  299. package/fonts/Inter/web/InterDisplay-ExtraLight.woff2 +0 -0
  300. package/fonts/Inter/web/InterDisplay-ExtraLightItalic.woff2 +0 -0
  301. package/fonts/Inter/web/InterDisplay-Italic.woff2 +0 -0
  302. package/fonts/Inter/web/InterDisplay-Light.woff2 +0 -0
  303. package/fonts/Inter/web/InterDisplay-LightItalic.woff2 +0 -0
  304. package/fonts/Inter/web/InterDisplay-Medium.woff2 +0 -0
  305. package/fonts/Inter/web/InterDisplay-MediumItalic.woff2 +0 -0
  306. package/fonts/Inter/web/InterDisplay-Regular.woff2 +0 -0
  307. package/fonts/Inter/web/InterDisplay-SemiBold.woff2 +0 -0
  308. package/fonts/Inter/web/InterDisplay-SemiBoldItalic.woff2 +0 -0
  309. package/fonts/Inter/web/InterDisplay-Thin.woff2 +0 -0
  310. package/fonts/Inter/web/InterDisplay-ThinItalic.woff2 +0 -0
  311. package/fonts/Inter/web/InterVariable-Italic.woff2 +0 -0
  312. package/fonts/Inter/web/InterVariable.woff2 +0 -0
  313. package/fonts/Inter/web/inter.css +0 -148
@@ -12,7 +12,7 @@ import { isPersistentStorageAvailable } from '../../helpers/settingsStore';
12
12
  import { clearNetworkLogs } from '../../customHooks/networkLogger';
13
13
  import { clearConsoleLogs } from '../../customHooks/consoleLogger';
14
14
  import { clearAnalyticsEvents } from '../../customHooks/analyticsLogger';
15
- import { SignalIcon, TerminalIcon, AnalyticsIcon, SettingsIcon, SunIcon, MoonIcon, ScreenIcon, MotionIcon, LayersIcon, EyeIcon, CheckIcon, TrashIcon, WhiteBackNavigation, PackageIcon, ReduxIcon, } from '../NetworkIcons';
15
+ import { SignalIcon, TerminalIcon, AnalyticsIcon, SettingsIcon, SunIcon, MoonIcon, ScreenIcon, MotionIcon, LayersIcon, EyeIcon, CheckIcon, TrashIcon, WhiteBackNavigation, PackageIcon, ReduxIcon, PerformanceIcon, } from '../NetworkIcons';
16
16
  const SettingsPanel = () => {
17
17
  const { settingsPage, setSettingsPage, settingsActiveSubTab, setSettingsActiveSubTab, tabVisibility, toggleTabVisibility, defaultTab, setDefaultTab, isDark, setIsDark, modalHeightPercent, setModalHeightPercent, modalAnimationType, setModalAnimationType, showDuplicateLogs, setShowDuplicateLogs, showConsoleLevels, setShowConsoleLevels, resetToDefaults, storage, logs, consoleLogs, analyticsEvents, reduxState, maxNetworkLogs, setMaxNetworkLogs, maxConsoleLogs, setMaxConsoleLogs, reduxAutoRefresh, setReduxAutoRefreshState, reduxExpandDepth, setReduxExpandDepth, switchActiveTab, setSelected, setSelectedEvent, setReduxState, } = useInspector();
18
18
  const isPersistent = isPersistentStorageAvailable();
@@ -24,6 +24,7 @@ const SettingsPanel = () => {
24
24
  { key: 'analytics', label: 'Analytics', icon: 'analytics' },
25
25
  { key: 'redux', label: 'Redux', icon: 'redux' },
26
26
  { key: 'bundle', label: 'Bundle', icon: 'bundle' },
27
+ { key: 'performance', label: 'Performance', icon: 'performance' },
27
28
  ];
28
29
  return (<View style={{ flex: 1, backgroundColor: AppColors.grayBackground }}>
29
30
  {/* Settings Header with back button */}
@@ -231,6 +232,9 @@ const SettingsPanel = () => {
231
232
  {tab.icon === 'bundle' && (<PackageIcon color={isLocked
232
233
  ? AppColors.grayTextWeak
233
234
  : AppColors.purple} size={11}/>)}
235
+ {tab.icon === 'performance' && (<PerformanceIcon color={isLocked
236
+ ? AppColors.grayTextWeak
237
+ : AppColors.purple} size={11}/>)}
234
238
  </View>
235
239
  {/* Label + Required badge */}
236
240
  <Text style={{
@@ -669,6 +673,7 @@ const SettingsPanel = () => {
669
673
  {tab.icon === 'analytics' && (<AnalyticsIcon color={isActive ? AppColors.white : AppColors.purple} size={11}/>)}
670
674
  {tab.icon === 'redux' && (<ReduxIcon color={isActive ? AppColors.white : AppColors.purple} size={11}/>)}
671
675
  {tab.icon === 'bundle' && (<PackageIcon color={isActive ? AppColors.white : AppColors.purple} size={11}/>)}
676
+ {tab.icon === 'performance' && (<PerformanceIcon color={isActive ? AppColors.white : AppColors.purple} size={11}/>)}
672
677
  </View>
673
678
  <Text style={{
674
679
  fontFamily: AppFonts.interBold,
@@ -4,7 +4,7 @@ import { useInspector } from './InspectorContext';
4
4
  import TouchableScale from '../TouchableScale';
5
5
  import styles from '../../styles';
6
6
  import { AppColors } from '../../styles/AppColors';
7
- import { SignalIcon, TerminalIcon, AnalyticsIcon, PackageIcon, ReduxIcon, } from '../NetworkIcons';
7
+ import { SignalIcon, TerminalIcon, AnalyticsIcon, PackageIcon, ReduxIcon, PerformanceIcon, } from '../NetworkIcons';
8
8
  const TabBar = React.memo(() => {
9
9
  const { activeTab, switchActiveTab, tabVisibility, logs, consoleLogs, analyticsEvents, lastReadApisCount, lastReadLogsCount, unreadPulseAnim, } = useInspector();
10
10
  return (<View style={styles.tabBarContainer}>
@@ -40,6 +40,12 @@ const TabBar = React.memo(() => {
40
40
  count: 0,
41
41
  icon: 'bundle',
42
42
  },
43
+ {
44
+ key: 'performance',
45
+ label: 'Performance',
46
+ count: 0,
47
+ icon: 'performance',
48
+ },
43
49
  ]
44
50
  .filter(tab => tabVisibility?.[tab.key])
45
51
  .map(tab => {
@@ -66,6 +72,7 @@ const TabBar = React.memo(() => {
66
72
  {tab.icon === 'analytics' && (<AnalyticsIcon color={iconColor} size={14}/>)}
67
73
  {tab.icon === 'redux' && (<ReduxIcon color={iconColor} size={14}/>)}
68
74
  {tab.icon === 'bundle' && (<PackageIcon color={iconColor} size={14}/>)}
75
+ {tab.icon === 'performance' && (<PerformanceIcon color={iconColor} size={14}/>)}
69
76
  <Text numberOfLines={1} ellipsizeMode="tail" style={[
70
77
  styles.contentTabButtonText,
71
78
  isActive &&
@@ -65,3 +65,4 @@ export declare const TimelineIcon: ({ color, size, }: any) => React.JSX.Element;
65
65
  export declare const StorageIcon: ({ color, size, }: any) => React.JSX.Element;
66
66
  export declare const MetadataIcon: ({ color, size, }: any) => React.JSX.Element;
67
67
  export declare const ReduxIcon: ({ color, size, }: any) => React.JSX.Element;
68
+ export declare const PerformanceIcon: ({ color, size, }: any) => React.JSX.Element;
@@ -394,3 +394,11 @@ export const ReduxIcon = ({ color = AppColors.purple, size = 14, }) => {
394
394
  <Circle cx="3" cy="12" r="1.5" fill={color}/>
395
395
  </Svg>);
396
396
  };
397
+ export const PerformanceIcon = ({ color = AppColors.purple, size = 14, }) => {
398
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
399
+ <Path d="M12 3v2M5.636 5.636l1.414 1.414M18.364 5.636l-1.414 1.414M3 12h2M19 12h2" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
400
+ <Path d="M12 19a7 7 0 1 0-7-7c0 1.93.784 3.68 2.05 4.95" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
401
+ <Path d="M12 12l3.5-3.5" stroke={color} strokeWidth="2" strokeLinecap="round"/>
402
+ <Circle cx="12" cy="12" r="1.5" fill={color}/>
403
+ </Svg>);
404
+ };
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "1.1.17";
1
+ export declare const LIB_VERSION = "1.1.19";
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED FILE — do not edit by hand.
2
2
  // Regenerated from package.json on every build by scripts/gen-version.js.
3
- export const LIB_VERSION = '1.1.17';
3
+ export const LIB_VERSION = '1.1.19';
package/dist/esm/index.js CHANGED
@@ -150,7 +150,8 @@ const NetworkInspector = ({ enabled = true, isEnabled = true, storage, navigatio
150
150
  logs: true,
151
151
  analytics: true,
152
152
  redux: false,
153
- bundle: true,
153
+ bundle: false,
154
+ performance: false,
154
155
  });
155
156
  const [maxNetworkLogs, setMaxNetworkLogs] = useState(100);
156
157
  const [reduxAutoRefresh, setReduxAutoRefreshState] = useState(true);
@@ -169,7 +170,8 @@ const NetworkInspector = ({ enabled = true, isEnabled = true, storage, navigatio
169
170
  logs: true,
170
171
  analytics: true,
171
172
  redux: false,
172
- bundle: true,
173
+ bundle: false,
174
+ performance: false,
173
175
  });
174
176
  setDefaultTab('apis');
175
177
  setMaxNetworkLogs(100);
@@ -227,7 +229,8 @@ const NetworkInspector = ({ enabled = true, isEnabled = true, storage, navigatio
227
229
  logs: true,
228
230
  analytics: true,
229
231
  redux: false,
230
- bundle: true,
232
+ bundle: false,
233
+ performance: false,
231
234
  },
232
235
  ...(saved.tabVisibility || {}),
233
236
  apis: true,
@@ -1,9 +1,9 @@
1
- export type ActiveTab = 'apis' | 'analytics' | 'logs' | 'redux' | 'bundle';
1
+ export type ActiveTab = 'apis' | 'analytics' | 'logs' | 'redux' | 'bundle' | 'performance';
2
2
  export type Method = 'ALL' | 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
3
3
  export type StatusFilter = 'ALL' | '2xx' | '3xx' | '4xx' | '5xx' | 'Failed';
4
4
  export type SortOrder = 'newest' | 'oldest';
5
5
  export type LocalFilter = 'success' | 'failed' | 'loading';
6
6
  export type ModalAnimationType = 'slide' | 'fade' | 'none';
7
- export type SettingsPage = 'main' | 'apis' | 'logs' | 'analytics' | 'redux' | 'bundle' | null;
7
+ export type SettingsPage = 'main' | 'apis' | 'logs' | 'analytics' | 'redux' | 'bundle' | 'performance' | null;
8
8
  export type SettingsSubTab = 'module' | 'ui';
9
9
  export type LogFilter = 'all' | 'info' | 'warn' | 'error' | 'user-log' | 'analytics';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-inapp-inspector",
3
- "version": "1.1.17",
3
+ "version": "1.1.19",
4
4
  "description": "A self-contained network, console, analytics, and webview inspector for React Native applications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,9 +23,7 @@
23
23
  },
24
24
  "files": [
25
25
  "dist",
26
- "fonts",
27
- "example",
28
- "assets"
26
+ "README.md"
29
27
  ],
30
28
  "scripts": {
31
29
  "prebuild": "node scripts/gen-version.js",