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.

8 lines (5 loc) 229 B
if (process.env.NODE_ENV !== "production") { require("./src/react-native/setup-plugin"); } export { PreviewHost } from "./src/react-native/preview-host"; export { registerPreview } from "./src/react-native/preview-registry";