import { FlexView, Text, Shimmer } from '@reown/appkit-ui-react-native'; import { Dimensions, ScrollView } from 'react-native'; import { Header } from './Header'; import styles from '../styles'; export function LoadingView() { const windowWidth = Dimensions.get('window').width; return ( <>
{}} /> You Buy {/* Currency Input Area */} {/* Payment Method Button */} {/* Action Buttons */} ); }