import { Image } from '@/components/ui/image'; import { Text } from '@/components/ui/text'; import { View } from '@/components/ui/view'; import React from 'react'; export function ImageLoading() { return ( Small Loading Indicator Large Loading Indicator Custom Loading Color No Loading Indicator ); }