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