UNPKG

@tamagui/react-native-web-lite

Version:
13 lines (12 loc) 332 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.mjs.map