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