Deprecate Layout plugin

Summary: ^

Reviewed By: aigoncharov

Differential Revision: D44417781

fbshipit-source-id: 7ffb369d88771901c9ffca2bbe8ecbd571373a77
This commit is contained in:
Lorenzo Blasa
2023-03-27 07:32:23 -07:00
committed by Facebook GitHub Bot
parent 1f78f43f4c
commit 7f2a0c94f9

View File

@@ -384,11 +384,11 @@ export default class LayoutPlugin extends FlipperPlugin<
); );
notification.open({ notification.open({
message: 'A new UI Debugger is available! 🎉', message: 'Layout plugin is being deprecated.',
description: `A new plugin for UI debugging is available! description: `The new replacement plugin, UI Debugger, is available for use now.
Have you considered making the switch? Find it on your left panel.`, Find it on the left panel`,
duration: 30, duration: 30,
type: 'info', type: 'warning',
btn, btn,
key, key,
}); });