import { More } from '@/assets/icons'; import { Image, Text } from '@/components/core'; import { StackContainer } from '@/components/shared'; import { ProtectedScreenName } from '@/core/enums'; import { useTailwind } from '@/hooks'; import { withHook } from '@/utils'; import { View } from 'react-native'; import { useImageContainer } from '../containers'; const ImagesScreen = withHook(useImageContainer, ({ imageUrl }) => { const tw = useTailwind(); return ( Image Cached Image Icon ); }); export default ImagesScreen;