UNPKG

@tamagui/react-native-web-lite

Version:
15 lines (14 loc) 333 B
import * as React from "react"; class StaticRenderer extends React.Component { shouldComponentUpdate(nextProps) { return nextProps.shouldUpdate; } render() { return this.props.render(); } } var StaticRenderer_default = StaticRenderer; export { StaticRenderer_default as default }; //# sourceMappingURL=index.js.map