(source: ImageSourcePropType)
| 16 | import styles from './WebView.styles'; |
| 17 | |
| 18 | const resolveAssetSource = (source: ImageSourcePropType) => Image.resolveAssetSource(source); |
| 19 | const processDecelerationRate = ( |
| 20 | decelerationRate: DecelerationRateConstant | number | undefined, |
| 21 | ) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…