import React from 'react'; import { Icon, useBreakpointValue, Text, VStack, Heading, ScrollView, } from 'native-base'; import { Foundation, Feather } from '@expo/vector-icons'; import { View } from 'react-native'; export const Example = () => { const flexDir = useBreakpointValue({ base: 'column', lg: 'row', }); return ( Why us? Secure Checkout Secure Checkout Fast Turn Around ); };