MCPcopy Create free account
hub / github.com/benoitvallon/react-native-nw-react-calculator / Screen

Class Screen

src/common/components/Screen.js:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import Render from './ScreenRender';
5
6export default class Screen extends Base {
7 constructor (props) {
8 super(props);
9 }
10
11 render () {
12 return Render.call(this, this.props, this.state);
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected