/* eslint-disable import/no-unresolved */ // @flow // @ts-ignore TODO: handle platform resolving for Flow import TextInput from './TextInput'; TextInput.defaultProps = { // style: { // borderBottomWidth: 1, // borderBottomColor: 'black', // }, }; export default TextInput;