UNPKG

@tamagui/react-native-web-lite

Version:
14 lines (13 loc) 428 B
import React from "react"; import { View } from "./View/index.mjs"; import { jsx } from "react/jsx-runtime"; class UnimplementedView extends React.Component { setNativeProps = () => {}; render() { return process.env.NODE_ENV === "development" && console.warn("Unimplemented view"), /* @__PURE__ */jsx(View, { ...this.props }); } } export { UnimplementedView }; //# sourceMappingURL=UnimplementedView.mjs.map