UNPKG

@storybook/react-native

Version:

A better way to develop React Native Components for your app

22 lines (21 loc) 574 B
require("./chunk-Ble4zEEl.js"); let react_native = require("react-native"); let react_jsx_runtime = require("react/jsx-runtime"); //#region src/stub.tsx const Stub = () => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_native.View, { style: { flex: 1, alignItems: "center", justifyContent: "center", padding: 16 }, children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_native.Text, { style: { fontSize: 20, textAlign: "center" }, children: "Storybook is disabled in the withStorybook metro wrapper." }) }); //#endregion module.exports = Stub;