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