one
Version:
One is a new React Framework that makes Vite serve both native and web.
13 lines (12 loc) • 373 B
JavaScript
import { jsx as _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.native.js.map