import React from 'react'; import { FormControl, Select, Center, CheckIcon, WarningOutlineIcon, } from 'native-base'; export const Example = () => { return (
Choose service }> Please make a selection!
); };