(source: ImageSourcePropType)
| 14 | import styles from './WebView.styles'; |
| 15 | |
| 16 | const resolveAssetSource = (source: ImageSourcePropType) => Image.resolveAssetSource(source); |
| 17 | |
| 18 | // oxlint-disable-next-line @typescript-eslint/no-unnecessary-type-constraint |
| 19 | const useWarnIfChanges = <T extends unknown>(value: T, name: string) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…