(component)
| 73 | } |
| 74 | |
| 75 | captureNativeComponentRef(component) { |
| 76 | this.nativeComponent = component; |
| 77 | } |
| 78 | |
| 79 | render() { |
| 80 | return <RNImageBackground {...this.createTransformedProps(this.props)} />; |
nothing calls this directly
no outgoing calls
no test coverage detected