MCPcopy Create free account
hub / github.com/shoutem/ui / constructor

Method constructor

components/ImageBackground.js:42–46  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

40 }
41
42 constructor(props) {
43 super(props);
44
45 autoBindReact(this);
46 }
47
48 setNativeProps(nativeProps) {
49 this.nativeComponent.setNativeProps(nativeProps);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected