UNPKG

rozenite-preview

Version:

A Rozenite plugin that lets you select React Native components in DevTools and preview them live on your simulator. Ideal for rapid UI development, component testing, and debugging complex apps.

4 lines (3 loc) 208 B
import { RozeniteDevToolsClient } from '@rozenite/plugin-bridge'; import { PreviewPluginEventMap } from '../shared/messaging'; export declare let client: RozeniteDevToolsClient<PreviewPluginEventMap> | null;