prscX/react-native-chip-view

Possibility to change style of the chip itself

Closed this issue · 1 comments

I'm missing a prop to alter the margin between 2 consecutive chips in a list so that I could space it properly at my component.

prscX commented

Thanks @lhrolim for the query.

I believe, we can achieve this through renderItem function of FlatList. You can wrap the chip view in a view and provide the required styling to the same.

Thanks
</ Pranav >