Jonas Embach

Results 1 comments of Jonas Embach

I had the same Problem. You can solve it with this component instead of FromItem: ```javascript import React from 'react'; import PropTypes from 'prop-types'; import { TextInput } from 'react-native';...