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

Method setNativeProps

components/ImageBackground.js:48–50  ·  view source on GitHub ↗
(nativeProps)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected