import React from "react"; import { Select, Box, VStack } from "native-base"; export const Example = () => { return ( ); };