import React from 'react'; import { Input, Stack } from 'native-base'; export const Example = () => { return ( ); };