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