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