Skip to content

Commit

Permalink
Add preview icon for Network panel (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondChuiHW authored Feb 4, 2025
1 parent e94fcbe commit db7cedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front_end/panels/network/network-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ UI.ViewManager.registerViewExtension({
i18nString(UIStrings.network) :
i18nString(UIStrings.networkExpoUnstable),
order: 40,
isPreviewFeature: true,
condition: Root.Runtime.conditions.reactNativeUnstableNetworkPanel,
async loadView() {
const Network = await loadNetworkModule();
Expand Down

0 comments on commit db7cedd

Please sign in to comment.