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.
- package/dist/commonjs/components/Inspector/BundleTab.d.ts +5 -0
- package/dist/commonjs/components/Inspector/BundleTab.js +176 -46
- package/dist/commonjs/components/Inspector/MainScreen.js +7 -0
- package/dist/commonjs/components/Inspector/PerformanceTab.d.ts +22 -0
- package/dist/commonjs/components/Inspector/PerformanceTab.js +1143 -0
- package/dist/commonjs/components/Inspector/SettingsPanel.js +5 -0
- package/dist/commonjs/components/Inspector/TabBar.js +7 -0
- package/dist/commonjs/components/NetworkIcons.d.ts +1 -0
- package/dist/commonjs/components/NetworkIcons.js +10 -1
- package/dist/commonjs/constants/version.d.ts +1 -1
- package/dist/commonjs/constants/version.js +1 -1
- package/dist/commonjs/index.js +6 -3
- package/dist/commonjs/types/enums.d.ts +2 -2
- package/dist/esm/components/Inspector/BundleTab.d.ts +5 -0
- package/dist/esm/components/Inspector/BundleTab.js +177 -47
- package/dist/esm/components/Inspector/MainScreen.js +7 -0
- package/dist/esm/components/Inspector/PerformanceTab.d.ts +22 -0
- package/dist/esm/components/Inspector/PerformanceTab.js +1105 -0
- package/dist/esm/components/Inspector/SettingsPanel.js +6 -1
- package/dist/esm/components/Inspector/TabBar.js +8 -1
- package/dist/esm/components/NetworkIcons.d.ts +1 -0
- package/dist/esm/components/NetworkIcons.js +8 -0
- package/dist/esm/constants/version.d.ts +1 -1
- package/dist/esm/constants/version.js +1 -1
- package/dist/esm/index.js +6 -3
- package/dist/esm/types/enums.d.ts +2 -2
- package/package.json +2 -4
- package/assets/banner_dark.svg +0 -186
- package/assets/banner_light.svg +0 -186
- package/assets/icon_circle.svg +0 -148
- package/assets/icon_square.svg +0 -148
- package/assets/social_preview.png +0 -0
- package/assets/walkthrough.gif +0 -0
- package/dist/commonjs/assets/svgAssets.d.ts +0 -3
- package/dist/commonjs/assets/svgAssets.js +0 -17
- package/dist/commonjs/components/AnalyticsTabView.d.ts +0 -15
- package/dist/commonjs/components/AnalyticsTabView.js +0 -157
- package/dist/commonjs/components/ApiDetailView.d.ts +0 -22
- package/dist/commonjs/components/ApiDetailView.js +0 -304
- package/dist/commonjs/components/ApisTabView.d.ts +0 -33
- package/dist/commonjs/components/ApisTabView.js +0 -235
- package/dist/commonjs/components/ConsoleLogDetailView.d.ts +0 -9
- package/dist/commonjs/components/ConsoleLogDetailView.js +0 -278
- package/dist/commonjs/components/ConsoleLogsTabView.d.ts +0 -24
- package/dist/commonjs/components/ConsoleLogsTabView.js +0 -354
- package/dist/commonjs/components/FloatingBubble.d.ts +0 -14
- package/dist/commonjs/components/FloatingBubble.js +0 -75
- package/dist/commonjs/components/Inspector/InsightsDashboard.d.ts +0 -3
- package/dist/commonjs/components/Inspector/InsightsDashboard.js +0 -619
- package/dist/commonjs/components/Inspector/WebViewTab.d.ts +0 -3
- package/dist/commonjs/components/Inspector/WebViewTab.js +0 -757
- package/dist/commonjs/components/InspectorHeader.d.ts +0 -19
- package/dist/commonjs/components/InspectorHeader.js +0 -329
- package/dist/commonjs/components/InspectorTabBar.d.ts +0 -16
- package/dist/commonjs/components/InspectorTabBar.js +0 -90
- package/dist/commonjs/components/NavigationTracker.d.ts +0 -7
- package/dist/commonjs/components/NavigationTracker.js +0 -76
- package/dist/commonjs/components/ReduxTabView.d.ts +0 -9
- package/dist/commonjs/components/ReduxTabView.js +0 -56
- package/dist/commonjs/components/ReduxTreeView.d.ts +0 -16
- package/dist/commonjs/components/ReduxTreeView.js +0 -1257
- package/dist/commonjs/components/SettingsView.d.ts +0 -13
- package/dist/commonjs/components/SettingsView.js +0 -328
- package/dist/commonjs/customHooks/webViewLogger.d.ts +0 -24
- package/dist/commonjs/customHooks/webViewLogger.js +0 -452
- package/dist/commonjs/enums/index.d.ts +0 -39
- package/dist/commonjs/enums/index.js +0 -50
- package/dist/commonjs/i18n/en.json +0 -144
- package/dist/esm/assets/svgAssets.d.ts +0 -3
- package/dist/esm/assets/svgAssets.js +0 -14
- package/dist/esm/components/AnalyticsTabView.d.ts +0 -15
- package/dist/esm/components/AnalyticsTabView.js +0 -151
- package/dist/esm/components/ApiDetailView.d.ts +0 -22
- package/dist/esm/components/ApiDetailView.js +0 -264
- package/dist/esm/components/ApisTabView.d.ts +0 -33
- package/dist/esm/components/ApisTabView.js +0 -196
- package/dist/esm/components/ConsoleLogDetailView.d.ts +0 -9
- package/dist/esm/components/ConsoleLogDetailView.js +0 -271
- package/dist/esm/components/ConsoleLogsTabView.d.ts +0 -24
- package/dist/esm/components/ConsoleLogsTabView.js +0 -348
- package/dist/esm/components/FloatingBubble.d.ts +0 -14
- package/dist/esm/components/FloatingBubble.js +0 -68
- package/dist/esm/components/Inspector/InsightsDashboard.d.ts +0 -3
- package/dist/esm/components/Inspector/InsightsDashboard.js +0 -614
- package/dist/esm/components/Inspector/WebViewTab.d.ts +0 -3
- package/dist/esm/components/Inspector/WebViewTab.js +0 -752
- package/dist/esm/components/InspectorHeader.d.ts +0 -19
- package/dist/esm/components/InspectorHeader.js +0 -323
- package/dist/esm/components/InspectorTabBar.d.ts +0 -16
- package/dist/esm/components/InspectorTabBar.js +0 -84
- package/dist/esm/components/NavigationTracker.d.ts +0 -7
- package/dist/esm/components/NavigationTracker.js +0 -39
- package/dist/esm/components/ReduxTabView.d.ts +0 -9
- package/dist/esm/components/ReduxTabView.js +0 -50
- package/dist/esm/components/ReduxTreeView.d.ts +0 -16
- package/dist/esm/components/ReduxTreeView.js +0 -1218
- package/dist/esm/components/SettingsView.d.ts +0 -13
- package/dist/esm/components/SettingsView.js +0 -321
- package/dist/esm/customHooks/webViewLogger.d.ts +0 -24
- package/dist/esm/customHooks/webViewLogger.js +0 -405
- package/dist/esm/enums/index.d.ts +0 -39
- package/dist/esm/enums/index.js +0 -47
- package/dist/esm/i18n/en.json +0 -144
- package/example/.bundle/config +0 -2
- package/example/.eslintrc.js +0 -4
- package/example/.prettierrc.js +0 -5
- package/example/.watchmanconfig +0 -1
- package/example/App.tsx +0 -879
- package/example/Gemfile +0 -17
- package/example/README.md +0 -53
- package/example/__tests__/App.test.tsx +0 -13
- package/example/android/app/build.gradle +0 -147
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -10
- package/example/android/app/src/main/AndroidManifest.xml +0 -27
- package/example/android/app/src/main/java/com/example/MainActivity.kt +0 -22
- package/example/android/app/src/main/java/com/example/MainApplication.kt +0 -52
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/values/strings.xml +0 -3
- package/example/android/app/src/main/res/values/styles.xml +0 -9
- package/example/android/build.gradle +0 -48
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/example/android/gradle.properties +0 -45
- package/example/android/gradlew +0 -248
- package/example/android/gradlew.bat +0 -98
- package/example/android/settings.gradle +0 -25
- package/example/app.json +0 -4
- package/example/assets/app_icon.png +0 -0
- package/example/babel.config.js +0 -3
- package/example/guidance/Video-WalkThrough.mp4 +0 -0
- package/example/index.js +0 -9
- package/example/ios/.xcode.env +0 -11
- package/example/ios/Podfile +0 -34
- package/example/ios/Podfile.lock +0 -2303
- package/example/ios/example/AppDelegate.swift +0 -48
- package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -62
- package/example/ios/example/Images.xcassets/AppIcon.appiconset/app_icon_1024.png +0 -0
- package/example/ios/example/Images.xcassets/Contents.json +0 -6
- package/example/ios/example/Info.plist +0 -60
- package/example/ios/example/LaunchScreen.storyboard +0 -47
- package/example/ios/example/PrivacyInfo.xcprivacy +0 -37
- package/example/ios/example.xcodeproj/project.pbxproj +0 -498
- package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +0 -88
- package/example/ios/example.xcworkspace/contents.xcworkspacedata +0 -10
- package/example/jest.config.js +0 -3
- package/example/metro.config.js +0 -45
- package/example/package-lock.json +0 -13508
- package/example/package.json +0 -54
- package/example/polyfill.js +0 -13
- package/example/tsconfig.json +0 -8
- package/fonts/Inter/Inter.ttc +0 -0
- package/fonts/Inter/InterVariable-Italic.ttf +0 -0
- package/fonts/Inter/InterVariable.ttf +0 -0
- package/fonts/Inter/LICENSE.txt +0 -92
- package/fonts/Inter/extras/otf/Inter-Black.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-BlackItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Bold.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-BoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ExtraBold.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ExtraBoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ExtraLight.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ExtraLightItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Italic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Light.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-LightItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Medium.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-MediumItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Regular.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-SemiBold.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-SemiBoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Thin.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ThinItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Black.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-BlackItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Bold.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-BoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ExtraBold.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ExtraBoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ExtraLight.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ExtraLightItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Italic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Light.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-LightItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Medium.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-MediumItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Regular.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-SemiBold.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-SemiBoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Thin.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ThinItalic.otf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Black.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-BlackItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Bold.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-BoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ExtraBold.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ExtraBoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ExtraLight.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ExtraLightItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Italic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Light.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-LightItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Medium.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-MediumItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Regular.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-SemiBold.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-SemiBoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Thin.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ThinItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Black.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-BlackItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Bold.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-BoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ExtraBold.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ExtraBoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ExtraLight.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ExtraLightItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Italic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Light.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-LightItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Medium.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-MediumItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Regular.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-SemiBold.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-SemiBoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Thin.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ThinItalic.ttf +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Black.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-BlackItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Bold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-BoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ExtraBold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ExtraBoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ExtraLight.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ExtraLightItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Italic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Light.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-LightItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Medium.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-MediumItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Regular.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-SemiBold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-SemiBoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Thin.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ThinItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Black.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-BlackItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Bold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-BoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraBold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraBoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraLight.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraLightItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Italic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Light.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-LightItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Medium.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-MediumItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Regular.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-SemiBold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-SemiBoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Thin.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ThinItalic.woff2 +0 -0
- package/fonts/Inter/help.txt +0 -165
- package/fonts/Inter/web/Inter-Black.woff2 +0 -0
- package/fonts/Inter/web/Inter-BlackItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Bold.woff2 +0 -0
- package/fonts/Inter/web/Inter-BoldItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-ExtraBold.woff2 +0 -0
- package/fonts/Inter/web/Inter-ExtraBoldItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-ExtraLight.woff2 +0 -0
- package/fonts/Inter/web/Inter-ExtraLightItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Italic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Light.woff2 +0 -0
- package/fonts/Inter/web/Inter-LightItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Medium.woff2 +0 -0
- package/fonts/Inter/web/Inter-MediumItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Regular.woff2 +0 -0
- package/fonts/Inter/web/Inter-SemiBold.woff2 +0 -0
- package/fonts/Inter/web/Inter-SemiBoldItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Thin.woff2 +0 -0
- package/fonts/Inter/web/Inter-ThinItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Black.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-BlackItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Bold.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-BoldItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ExtraBold.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ExtraBoldItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ExtraLight.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ExtraLightItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Italic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Light.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-LightItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Medium.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-MediumItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Regular.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-SemiBold.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-SemiBoldItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Thin.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ThinItalic.woff2 +0 -0
- package/fonts/Inter/web/InterVariable-Italic.woff2 +0 -0
- package/fonts/Inter/web/InterVariable.woff2 +0 -0
- package/fonts/Inter/web/inter.css +0 -148
|
@@ -26,6 +26,11 @@ export interface BundlePackageItem {
|
|
|
26
26
|
color: string;
|
|
27
27
|
description: string;
|
|
28
28
|
logoUri?: string;
|
|
29
|
+
latestVersion?: string;
|
|
30
|
+
isDeprecated?: boolean;
|
|
31
|
+
deprecationReason?: string;
|
|
32
|
+
lastActive?: string;
|
|
33
|
+
npmUrl?: string;
|
|
29
34
|
}
|
|
30
35
|
export interface TreeNode {
|
|
31
36
|
id: string;
|
|
@@ -632,6 +632,7 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
632
632
|
id: 'pkg-1',
|
|
633
633
|
name: 'react-native',
|
|
634
634
|
version: '0.85.3',
|
|
635
|
+
latestVersion: '0.85.3',
|
|
635
636
|
sizeKb: 680,
|
|
636
637
|
percentage: 38.5,
|
|
637
638
|
type: 'direct',
|
|
@@ -639,11 +640,15 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
639
640
|
color: '#38BDF8',
|
|
640
641
|
description: 'React Native runtime, Fabric UI engine, Native Bridge, and Turbomodules.',
|
|
641
642
|
logoUri: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/512px-React-icon.svg.png',
|
|
643
|
+
lastActive: '3 days ago',
|
|
644
|
+
npmUrl: 'https://www.npmjs.com/package/react-native',
|
|
645
|
+
isDeprecated: false,
|
|
642
646
|
},
|
|
643
647
|
{
|
|
644
648
|
id: 'pkg-2',
|
|
645
649
|
name: '@react-navigation/native-stack',
|
|
646
650
|
version: '^7.16.0',
|
|
651
|
+
latestVersion: '7.16.0',
|
|
647
652
|
sizeKb: 245,
|
|
648
653
|
percentage: 13.9,
|
|
649
654
|
type: 'direct',
|
|
@@ -651,11 +656,15 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
651
656
|
color: '#818CF8',
|
|
652
657
|
description: 'Native screen router, UIViewController / Fragment animations and transitions.',
|
|
653
658
|
logoUri: 'https://reactnavigation.org/img/spiro.svg',
|
|
659
|
+
lastActive: '1 week ago',
|
|
660
|
+
npmUrl: 'https://www.npmjs.com/package/@react-navigation/native-stack',
|
|
661
|
+
isDeprecated: false,
|
|
654
662
|
},
|
|
655
663
|
{
|
|
656
664
|
id: 'pkg-3',
|
|
657
665
|
name: 'react',
|
|
658
666
|
version: '19.2.3',
|
|
667
|
+
latestVersion: '19.2.3',
|
|
659
668
|
sizeKb: 185,
|
|
660
669
|
percentage: 10.5,
|
|
661
670
|
type: 'direct',
|
|
@@ -663,11 +672,15 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
663
672
|
color: '#06B6D4',
|
|
664
673
|
description: 'React core virtual DOM reconciler, hooks engine, and JSX runtime.',
|
|
665
674
|
logoUri: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/512px-React-icon.svg.png',
|
|
675
|
+
lastActive: '5 days ago',
|
|
676
|
+
npmUrl: 'https://www.npmjs.com/package/react',
|
|
677
|
+
isDeprecated: false,
|
|
666
678
|
},
|
|
667
679
|
{
|
|
668
680
|
id: 'pkg-4',
|
|
669
681
|
name: 'react-native-svg',
|
|
670
682
|
version: '^15.15.5',
|
|
683
|
+
latestVersion: '15.16.0',
|
|
671
684
|
sizeKb: 140,
|
|
672
685
|
percentage: 7.9,
|
|
673
686
|
type: 'direct',
|
|
@@ -675,11 +688,15 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
675
688
|
color: '#F472B6',
|
|
676
689
|
description: 'Scalable Vector Graphics XML parser and native canvas path rasterizer.',
|
|
677
690
|
logoUri: 'https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/SVG_logo.svg/512px-SVG_logo.svg.png',
|
|
691
|
+
lastActive: '2 days ago',
|
|
692
|
+
npmUrl: 'https://www.npmjs.com/package/react-native-svg',
|
|
693
|
+
isDeprecated: false,
|
|
678
694
|
},
|
|
679
695
|
{
|
|
680
696
|
id: 'pkg-5',
|
|
681
697
|
name: 'react-native-screens',
|
|
682
698
|
version: '^4.25.2',
|
|
699
|
+
latestVersion: '4.25.2',
|
|
683
700
|
sizeKb: 110,
|
|
684
701
|
percentage: 6.2,
|
|
685
702
|
type: 'transitive',
|
|
@@ -687,11 +704,15 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
687
704
|
color: '#A78BFA',
|
|
688
705
|
description: 'Native navigation container primitives for iOS and Android memory management.',
|
|
689
706
|
logoUri: 'https://reactnavigation.org/img/spiro.svg',
|
|
707
|
+
lastActive: '2 weeks ago',
|
|
708
|
+
npmUrl: 'https://www.npmjs.com/package/react-native-screens',
|
|
709
|
+
isDeprecated: false,
|
|
690
710
|
},
|
|
691
711
|
{
|
|
692
712
|
id: 'pkg-6',
|
|
693
713
|
name: 'axios',
|
|
694
714
|
version: '^1.17.0',
|
|
715
|
+
latestVersion: '1.18.0',
|
|
695
716
|
sizeKb: 88,
|
|
696
717
|
percentage: 5.0,
|
|
697
718
|
type: 'direct',
|
|
@@ -699,11 +720,15 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
699
720
|
color: '#F59E0B',
|
|
700
721
|
description: 'HTTP client, request/response interceptors, and adapter pipelines.',
|
|
701
722
|
logoUri: 'https://axios-http.com/assets/logo.svg',
|
|
723
|
+
lastActive: '4 days ago',
|
|
724
|
+
npmUrl: 'https://www.npmjs.com/package/axios',
|
|
725
|
+
isDeprecated: false,
|
|
702
726
|
},
|
|
703
727
|
{
|
|
704
728
|
id: 'pkg-7',
|
|
705
729
|
name: 'react-native-linear-gradient',
|
|
706
730
|
version: '^2.8.3',
|
|
731
|
+
latestVersion: '2.8.3',
|
|
707
732
|
sizeKb: 45,
|
|
708
733
|
percentage: 2.5,
|
|
709
734
|
type: 'direct',
|
|
@@ -711,11 +736,16 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
711
736
|
color: '#FB7185',
|
|
712
737
|
description: 'Hardware accelerated native gradient drawing shaders.',
|
|
713
738
|
logoUri: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/512px-React-icon.svg.png',
|
|
739
|
+
lastActive: '2 years ago',
|
|
740
|
+
npmUrl: 'https://www.npmjs.com/package/react-native-linear-gradient',
|
|
741
|
+
isDeprecated: true,
|
|
742
|
+
deprecationReason: 'Package maintenance is in transition. Consider expo-linear-gradient or @react-native-community/linear-gradient for Fabric support.',
|
|
714
743
|
},
|
|
715
744
|
{
|
|
716
745
|
id: 'pkg-8',
|
|
717
746
|
name: 'i18next & react-i18next',
|
|
718
747
|
version: '^26.3.6',
|
|
748
|
+
latestVersion: '26.3.6',
|
|
719
749
|
sizeKb: 62,
|
|
720
750
|
percentage: 3.5,
|
|
721
751
|
type: 'direct',
|
|
@@ -723,6 +753,9 @@ const BUNDLE_PACKAGES_DATA = [
|
|
|
723
753
|
color: '#10B981',
|
|
724
754
|
description: 'Internationalization framework, language interpolator, and locale switcher.',
|
|
725
755
|
logoUri: 'https://raw.githubusercontent.com/i18next/i18next/master/assets/i18next-logo.png',
|
|
756
|
+
lastActive: '6 days ago',
|
|
757
|
+
npmUrl: 'https://www.npmjs.com/package/i18next',
|
|
758
|
+
isDeprecated: false,
|
|
726
759
|
},
|
|
727
760
|
];
|
|
728
761
|
const CATEGORY_TABS = [
|
|
@@ -1354,65 +1387,99 @@ const BundleTab = react_1.default.memo(() => {
|
|
|
1354
1387
|
Showing {filteredPackages.length} dependencies
|
|
1355
1388
|
</react_native_1.Text>
|
|
1356
1389
|
|
|
1357
|
-
{filteredPackages.map((pkg, index) =>
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1390
|
+
{filteredPackages.map((pkg, index) => {
|
|
1391
|
+
const cleanInstalledVersion = pkg.version.replace(/^\^/, '');
|
|
1392
|
+
const hasUpdate = pkg.latestVersion && pkg.latestVersion !== cleanInstalledVersion;
|
|
1393
|
+
return (<react_native_1.View key={pkg.id} style={[bundleStyles.fileCard, pkg.isDeprecated && { borderColor: '#FECDD3', backgroundColor: '#FFFDFD' }]}>
|
|
1394
|
+
{/* Header Row: #s.no + Logo + Package Name + Version Pill + Update/Deprecated Badges + Size & Copy */}
|
|
1395
|
+
<react_native_1.View style={bundleStyles.fileCardTop}>
|
|
1396
|
+
<react_native_1.View style={bundleStyles.sNoBadge}>
|
|
1397
|
+
<react_native_1.Text style={bundleStyles.sNoText}>#{index + 1}</react_native_1.Text>
|
|
1398
|
+
</react_native_1.View>
|
|
1363
1399
|
|
|
1364
|
-
|
|
1400
|
+
<PackageLogoRenderer name={pkg.name} color={pkg.color} size={28}/>
|
|
1365
1401
|
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1402
|
+
<react_native_1.View style={{ flex: 1, paddingHorizontal: 4 }}>
|
|
1403
|
+
<react_native_1.View style={{ flexDirection: 'row', alignItems: 'center', gap: 6, flexWrap: 'wrap' }}>
|
|
1404
|
+
<HighlightText_1.default text={pkg.name} search={search} style={bundleStyles.fileName} highlightStyle={bundleStyles.searchHighlight}/>
|
|
1405
|
+
<react_native_1.View style={bundleStyles.versionPill}>
|
|
1406
|
+
<react_native_1.Text style={bundleStyles.versionPillText}>
|
|
1407
|
+
v{cleanInstalledVersion}
|
|
1408
|
+
</react_native_1.Text>
|
|
1409
|
+
</react_native_1.View>
|
|
1410
|
+
|
|
1411
|
+
{pkg.isDeprecated ? (<react_native_1.View style={bundleStyles.deprecatedBadge}>
|
|
1412
|
+
<react_native_1.Text style={bundleStyles.deprecatedBadgeText}>⚠️ DEPRECATED</react_native_1.Text>
|
|
1413
|
+
</react_native_1.View>) : hasUpdate ? (<react_native_1.View style={bundleStyles.updateBadge}>
|
|
1414
|
+
<react_native_1.Text style={bundleStyles.updateBadgeText}>⚡ Update: v{pkg.latestVersion}</react_native_1.Text>
|
|
1415
|
+
</react_native_1.View>) : (<react_native_1.View style={[bundleStyles.updateBadge, { backgroundColor: '#F3F4F6', borderColor: '#E5E7EB' }]}>
|
|
1416
|
+
<react_native_1.Text style={[bundleStyles.updateBadgeText, { color: '#4B5563' }]}>✨ Up to date</react_native_1.Text>
|
|
1417
|
+
</react_native_1.View>)}
|
|
1373
1418
|
</react_native_1.View>
|
|
1374
1419
|
</react_native_1.View>
|
|
1375
|
-
</react_native_1.View>
|
|
1376
1420
|
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1421
|
+
<react_native_1.View style={{ flexDirection: 'row', alignItems: 'center', gap: 6 }}>
|
|
1422
|
+
<react_native_1.View style={bundleStyles.fileSizeBox}>
|
|
1423
|
+
<react_native_1.Text style={bundleStyles.fileSizeKb}>{pkg.sizeKb} KB</react_native_1.Text>
|
|
1424
|
+
<react_native_1.Text style={bundleStyles.filePercent}>{pkg.percentage}%</react_native_1.Text>
|
|
1425
|
+
</react_native_1.View>
|
|
1426
|
+
<CopyButton_1.default value={() => pkg} label="Package Details JSON"/>
|
|
1381
1427
|
</react_native_1.View>
|
|
1382
|
-
<CopyButton_1.default value={() => pkg} label="Package Details JSON"/>
|
|
1383
1428
|
</react_native_1.View>
|
|
1384
|
-
</react_native_1.View>
|
|
1385
1429
|
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1430
|
+
{/* Subtitle Row: Category Chip + Description */}
|
|
1431
|
+
<react_native_1.View style={{ flexDirection: 'row', alignItems: 'center', gap: 6, marginTop: 4, marginBottom: 2 }}>
|
|
1432
|
+
<react_native_1.View style={[bundleStyles.pkgBadge, { backgroundColor: `${pkg.color}1F`, borderColor: `${pkg.color}4D` }]}>
|
|
1433
|
+
<react_native_1.Text style={[bundleStyles.pkgBadgeText, { color: pkg.color }]}>
|
|
1434
|
+
{pkg.category.toUpperCase()}
|
|
1435
|
+
</react_native_1.Text>
|
|
1436
|
+
</react_native_1.View>
|
|
1437
|
+
<react_native_1.Text style={[bundleStyles.filePath, { flex: 1, marginTop: 0 }]} numberOfLines={1}>
|
|
1438
|
+
{pkg.description}
|
|
1391
1439
|
</react_native_1.Text>
|
|
1392
1440
|
</react_native_1.View>
|
|
1393
|
-
<react_native_1.Text style={[bundleStyles.filePath, { flex: 1, marginTop: 0 }]} numberOfLines={1}>
|
|
1394
|
-
{pkg.description}
|
|
1395
|
-
</react_native_1.Text>
|
|
1396
|
-
</react_native_1.View>
|
|
1397
1441
|
|
|
1398
|
-
|
|
1399
|
-
<react_native_1.View style={
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1442
|
+
{/* Deprecation Warning Banner if deprecated */}
|
|
1443
|
+
{pkg.isDeprecated && pkg.deprecationReason && (<react_native_1.View style={bundleStyles.deprecationBox}>
|
|
1444
|
+
<react_native_1.Text style={bundleStyles.deprecationText}>
|
|
1445
|
+
⚠️ {pkg.deprecationReason}
|
|
1446
|
+
</react_native_1.Text>
|
|
1447
|
+
</react_native_1.View>)}
|
|
1404
1448
|
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1449
|
+
<react_native_1.View style={bundleStyles.fileProgressTrack}>
|
|
1450
|
+
<react_native_1.View style={[
|
|
1451
|
+
bundleStyles.fileProgressBar,
|
|
1452
|
+
{ width: `${pkg.percentage * 2}%`, backgroundColor: pkg.isDeprecated ? '#EF4444' : pkg.color },
|
|
1453
|
+
]}/>
|
|
1410
1454
|
</react_native_1.View>
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1455
|
+
|
|
1456
|
+
{/* Footer Row: Type Tag + Last Active + NPM Link Button */}
|
|
1457
|
+
<react_native_1.View style={{ flexDirection: 'row', justifyContent: 'space-between', alignItems: 'center', marginTop: 3 }}>
|
|
1458
|
+
<react_native_1.View style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}>
|
|
1459
|
+
<react_native_1.View style={bundleStyles.typeTag}>
|
|
1460
|
+
<react_native_1.Text style={bundleStyles.typeTagText}>
|
|
1461
|
+
{pkg.type === 'direct' ? '📦 Direct' : '🔗 Transitive'}
|
|
1462
|
+
</react_native_1.Text>
|
|
1463
|
+
</react_native_1.View>
|
|
1464
|
+
{pkg.lastActive && (<react_native_1.Text style={bundleStyles.lastActiveText}>
|
|
1465
|
+
🕒 {pkg.lastActive}
|
|
1466
|
+
</react_native_1.Text>)}
|
|
1467
|
+
</react_native_1.View>
|
|
1468
|
+
|
|
1469
|
+
<react_native_1.View style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}>
|
|
1470
|
+
<react_native_1.Text style={bundleStyles.fileMetaText}>
|
|
1471
|
+
~{pkg.sizeKb} KB minified
|
|
1472
|
+
</react_native_1.Text>
|
|
1473
|
+
<TouchableScale_1.default onPress={() => {
|
|
1474
|
+
const url = pkg.npmUrl || `https://www.npmjs.com/package/${pkg.name}`;
|
|
1475
|
+
react_native_1.Linking.openURL(url).catch(() => { });
|
|
1476
|
+
}} style={bundleStyles.npmLinkBtn}>
|
|
1477
|
+
<react_native_1.Text style={bundleStyles.npmLinkText}>npm ↗</react_native_1.Text>
|
|
1478
|
+
</TouchableScale_1.default>
|
|
1479
|
+
</react_native_1.View>
|
|
1480
|
+
</react_native_1.View>
|
|
1481
|
+
</react_native_1.View>);
|
|
1482
|
+
})}
|
|
1416
1483
|
</react_native_1.ScrollView>
|
|
1417
1484
|
|
|
1418
1485
|
{/* Sticky Total Package Size Footer */}
|
|
@@ -2138,6 +2205,69 @@ const bundleStyles = react_native_1.StyleSheet.create({
|
|
|
2138
2205
|
fontSize: 9.5,
|
|
2139
2206
|
color: AppColors_1.AppColors.grayText,
|
|
2140
2207
|
},
|
|
2208
|
+
npmLinkBtn: {
|
|
2209
|
+
flexDirection: 'row',
|
|
2210
|
+
alignItems: 'center',
|
|
2211
|
+
gap: 3,
|
|
2212
|
+
paddingHorizontal: 7,
|
|
2213
|
+
paddingVertical: 2,
|
|
2214
|
+
borderRadius: 5,
|
|
2215
|
+
backgroundColor: '#CB383714',
|
|
2216
|
+
borderWidth: 1,
|
|
2217
|
+
borderColor: '#CB383733',
|
|
2218
|
+
},
|
|
2219
|
+
npmLinkText: {
|
|
2220
|
+
fontFamily: AppFonts_1.AppFonts.interBold,
|
|
2221
|
+
fontSize: 9.5,
|
|
2222
|
+
color: '#CB3837',
|
|
2223
|
+
},
|
|
2224
|
+
deprecatedBadge: {
|
|
2225
|
+
paddingHorizontal: 6,
|
|
2226
|
+
paddingVertical: 1.5,
|
|
2227
|
+
borderRadius: 4,
|
|
2228
|
+
backgroundColor: '#FEE2E2',
|
|
2229
|
+
borderWidth: 1,
|
|
2230
|
+
borderColor: '#FECACA',
|
|
2231
|
+
},
|
|
2232
|
+
deprecatedBadgeText: {
|
|
2233
|
+
fontFamily: AppFonts_1.AppFonts.interBold,
|
|
2234
|
+
fontSize: 9,
|
|
2235
|
+
color: '#DC2626',
|
|
2236
|
+
letterSpacing: 0.3,
|
|
2237
|
+
},
|
|
2238
|
+
updateBadge: {
|
|
2239
|
+
paddingHorizontal: 6,
|
|
2240
|
+
paddingVertical: 1.5,
|
|
2241
|
+
borderRadius: 4,
|
|
2242
|
+
backgroundColor: '#DCFCE7',
|
|
2243
|
+
borderWidth: 1,
|
|
2244
|
+
borderColor: '#BBF7D0',
|
|
2245
|
+
},
|
|
2246
|
+
updateBadgeText: {
|
|
2247
|
+
fontFamily: AppFonts_1.AppFonts.interBold,
|
|
2248
|
+
fontSize: 9,
|
|
2249
|
+
color: '#047857',
|
|
2250
|
+
},
|
|
2251
|
+
lastActiveText: {
|
|
2252
|
+
fontFamily: AppFonts_1.AppFonts.interRegular,
|
|
2253
|
+
fontSize: 10,
|
|
2254
|
+
color: AppColors_1.AppColors.grayTextWeak,
|
|
2255
|
+
},
|
|
2256
|
+
deprecationBox: {
|
|
2257
|
+
backgroundColor: '#FFF1F2',
|
|
2258
|
+
borderRadius: 6,
|
|
2259
|
+
paddingHorizontal: 8,
|
|
2260
|
+
paddingVertical: 5,
|
|
2261
|
+
borderWidth: 1,
|
|
2262
|
+
borderColor: '#FECDD3',
|
|
2263
|
+
marginTop: 3,
|
|
2264
|
+
},
|
|
2265
|
+
deprecationText: {
|
|
2266
|
+
fontFamily: AppFonts_1.AppFonts.interMedium,
|
|
2267
|
+
fontSize: 10.5,
|
|
2268
|
+
color: '#BE123C',
|
|
2269
|
+
lineHeight: 14,
|
|
2270
|
+
},
|
|
2141
2271
|
unusedBadge: {
|
|
2142
2272
|
paddingHorizontal: 6,
|
|
2143
2273
|
paddingVertical: 1.5,
|
|
@@ -52,6 +52,7 @@ const AnalyticsDetail_1 = __importDefault(require("../AnalyticsDetail"));
|
|
|
52
52
|
const ReduxTab_1 = __importDefault(require("./ReduxTab"));
|
|
53
53
|
const ReduxDetail_1 = __importDefault(require("./ReduxDetail"));
|
|
54
54
|
const BundleTab_1 = __importDefault(require("./BundleTab"));
|
|
55
|
+
const PerformanceTab_1 = __importDefault(require("./PerformanceTab"));
|
|
55
56
|
const SettingsPanel_1 = __importDefault(require("./SettingsPanel"));
|
|
56
57
|
const styles_1 = __importDefault(require("../../styles"));
|
|
57
58
|
const AppColors_1 = require("../../styles/AppColors");
|
|
@@ -121,6 +122,12 @@ const MainScreen = () => {
|
|
|
121
122
|
}}>
|
|
122
123
|
{mountedTabs.bundle && <BundleTab_1.default />}
|
|
123
124
|
</react_native_1.View>
|
|
125
|
+
<react_native_1.View style={{
|
|
126
|
+
flex: 1,
|
|
127
|
+
display: activeTab === 'performance' ? 'flex' : 'none',
|
|
128
|
+
}}>
|
|
129
|
+
{mountedTabs.performance && <PerformanceTab_1.default />}
|
|
130
|
+
</react_native_1.View>
|
|
124
131
|
</>)) : (<react_native_1.View style={styles_1.default.empty}>
|
|
125
132
|
<react_native_1.ActivityIndicator size="large" color={AppColors_1.AppColors.purple}/>
|
|
126
133
|
<react_native_1.Text style={[styles_1.default.emptySub, { marginTop: 12 }]}>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface PerformanceEvent {
|
|
3
|
+
id: string;
|
|
4
|
+
timestamp: number;
|
|
5
|
+
type: 'fps_drop' | 'slow_render' | 'transition' | 'memory' | 'network' | 'bridge' | 'touch';
|
|
6
|
+
category: 'render' | 'navigation' | 'memory' | 'io' | 'bridge';
|
|
7
|
+
fps: number;
|
|
8
|
+
durationMs: number;
|
|
9
|
+
label: string;
|
|
10
|
+
detail: string;
|
|
11
|
+
source?: string;
|
|
12
|
+
breakdown?: {
|
|
13
|
+
jsTimeMs: number;
|
|
14
|
+
uiTimeMs: number;
|
|
15
|
+
bridgeLatencyMs?: number;
|
|
16
|
+
};
|
|
17
|
+
heapDeltaKb?: number;
|
|
18
|
+
advice?: string;
|
|
19
|
+
severity: 'optimal' | 'warning' | 'critical';
|
|
20
|
+
}
|
|
21
|
+
declare const PerformanceTab: React.MemoExoticComponent<() => React.JSX.Element>;
|
|
22
|
+
export default PerformanceTab;
|