import React, { FC } from 'react'; import { Image } from 'react-native'; import type { IShaImageProps } from './interface'; const ShaImage: FC = (props) => { return ; }; export default ShaImage;