react-native-tag-input icon indicating copy to clipboard operation
react-native-tag-input copied to clipboard

maxHeight problem

Open brain00021 opened this issue 3 years ago • 0 comments

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}

      />

brain00021 avatar Apr 01 '21 07:04 brain00021