import React from 'react'; import { Select, Box, CheckIcon, Center } from 'native-base'; export const Example = () => { let [service, setService] = React.useState(''); return (
); };