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

Method captureNativeComponentRef

components/Image.js:76–78  ·  view source on GitHub ↗
(component)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected