import React from 'react'; import { Button, Stack, Icon } from 'native-base'; import { Ionicons } from '@expo/vector-icons'; export const Example = () => { return ( ); };