react-native-paper-tabs icon indicating copy to clipboard operation
react-native-paper-tabs copied to clipboard

Tab Header Icons Not Showing

Open Louai99k opened this issue 6 months ago • 0 comments

Current behaviour

Tabs are not showing icons after migrating react-native-vector-icons to the newer version @react-native-vector-icons/material-design-icons especially since the newer version of react-native-paper use it

Expected behaviour

It should support both versions depending on what the user is using

How to reproduce?

Just migrate react-native-vector-icons to @react-native-vector-icons/material-design-icons and the icons will disappear

Preview

Image

What have you tried so far?

I've tried to change the MaterialCommunityIcon.tsx component to import the newer icons package version if the older one does not exist

Your Environment

software version
react-native 0.79.2
react-native-paper 5.14.5
node 18.19.2
expo sdk No expo

Louai99k avatar Jun 03 '25 08:06 Louai99k