react-native-tag-input
react-native-tag-input copied to clipboard
maxHeight problem
Do you think it could be possiblem for '100%' for component Height. My expect is compoent's height is flexable with parent View.
<TagInput
// maxHeight={300}
maxHeight={'100%'}
value={tags}
/>