File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ const UIStrings = {
2020 /**
2121 *@description Title of the Network tool
2222 */
23- network : 'Network' ,
23+ // [RN] Temporary rename for 0.76-stable. This panel is only shown when
24+ // Expo sets `?unstable_enableNetworkPanel=true`.
25+ network : 'Network (Expo, unstable)' ,
2426 /**
2527 *@description Command for showing the 'Network request blocking' tool
2628 */
@@ -145,7 +147,8 @@ UI.ViewManager.registerViewExtension({
145147 id : 'network' ,
146148 commandPrompt : i18nLazyString ( UIStrings . showNetwork ) ,
147149 title : i18nLazyString ( UIStrings . network ) ,
148- order : 40 ,
150+ // [RN] Temporary reordering for 0.76-stable.
151+ order : 1100 ,
149152 condition : Root . Runtime . conditions . reactNativeUnstableNetworkPanel ,
150153 async loadView ( ) {
151154 const Network = await loadNetworkModule ( ) ;
You can’t perform that action at this time.
0 commit comments