We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
preview
1 parent e94fcbe commit db7ceddCopy full SHA for db7cedd
1 file changed
front_end/panels/network/network-meta.ts
@@ -155,6 +155,7 @@ UI.ViewManager.registerViewExtension({
155
i18nString(UIStrings.network) :
156
i18nString(UIStrings.networkExpoUnstable),
157
order: 40,
158
+ isPreviewFeature: true,
159
condition: Root.Runtime.conditions.reactNativeUnstableNetworkPanel,
160
async loadView() {
161
const Network = await loadNetworkModule();
0 commit comments