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