| 1 | import React, { forwardRef, useCallback, useImperativeHandle, useRef } from 'react'; |
| 2 | import { Image, View, ImageSourcePropType, HostComponent } from 'react-native'; |
| 3 | import invariant from 'invariant'; |
| 4 |
nothing calls this directly
no test coverage detected