@tamagui/react-native-web-lite
Version:
React Native for Web
13 lines (12 loc) • 332 B
JavaScript
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