jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
231 stars 104 forks source link

maxHeight problem #84

Open brain00021 opened 3 years ago

brain00021 commented 3 years ago

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}

      />