import { View, Keyboard, SafeAreaView, TouchableWithoutFeedback, } from 'react-native'; import React from 'react'; import CommonExample from './examples/common/common'; import ColoredExample from './examples/colored'; import BorderBottomOnly from './examples/bottomBorderOnly'; import LoweFloatUpRange from './examples/LowerFloatUpRange'; import WithIcon from './examples/WithIcon'; import BorderBottomWithIcon from './examples/borderBottomWithIcon'; import TextAreaExample from './examples/textArea'; export default function App() { return ( Keyboard.dismiss()}> ); }