UNPKG

@tamagui/react-native-web-lite

Version:
15 lines (14 loc) 426 B
import React from "react"; import View from "./View/index"; 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 as default }; //# sourceMappingURL=UnimplementedView.js.map