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

Method setNativeProps

components/Image.js:49–51  ·  view source on GitHub ↗
(nativeProps)

Source from the content-addressed store, hash-verified

47 }
48
49 setNativeProps(nativeProps) {
50 this.nativeComponent.setNativeProps(nativeProps);
51 }
52
53 createTransformedProps(props) {
54 let transformedProps = { ...props };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected