(source: ImageSourcePropType)
| 32 | import styles from './WebView.styles'; |
| 33 | |
| 34 | const resolveAssetSource = (source: ImageSourcePropType) => Image.resolveAssetSource(source); |
| 35 | |
| 36 | const directEventEmitter = new EventEmitter(); |
| 37 |
no outgoing calls
no test coverage detected
searching dependent graphs…