(nativeProps)
| 46 | } |
| 47 | |
| 48 | setNativeProps(nativeProps) { |
| 49 | this.nativeComponent.setNativeProps(nativeProps); |
| 50 | } |
| 51 | |
| 52 | createTransformedProps(props) { |
| 53 | let transformedProps = { ...props }; |
nothing calls this directly
no outgoing calls
no test coverage detected