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