one
Version:
One is a new React Framework that makes Vite serve both native and web.
16 lines (15 loc) • 370 B
JavaScript
import { jsx } from "react/jsx-runtime";
function RNWStylesheet() {
return process.env.VITE_ENVIRONMENT === "client" ? /* @__PURE__ */ jsx(
"style",
{
id: "react-native-stylesheet",
suppressHydrationWarning: !0,
dangerouslySetInnerHTML: { __html: "" }
}
) : null;
}
export {
RNWStylesheet
};
//# sourceMappingURL=RNWStylesheet.js.map