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

Method captureNativeComponentRef

components/ImageBackground.js:75–77  ·  view source on GitHub ↗
(component)

Source from the content-addressed store, hash-verified

73 }
74
75 captureNativeComponentRef(component) {
76 this.nativeComponent = component;
77 }
78
79 render() {
80 return <RNImageBackground {...this.createTransformedProps(this.props)} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected