/** * @flow */ import React from 'react'; import { WithLabel, styles } from '../helpers'; import { TextInput, View } from 'react-native'; const TextInputAutoCapitalizeExample = () => ( ); export default TextInputAutoCapitalizeExample;