I can't understand docs https://callstack.github.io/react-native-paper/chip.html
guide me how to show avatar in chip <Chip avatar={ ??? }>
Try <Chip avatar={<Image source={require('path/to/asset')} />}>Chip</Chip>
hi @Trancever, this seem not working in latest version
Most helpful comment
Try
<Chip avatar={<Image source={require('path/to/asset')} />}>Chip</Chip>