-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Iconrelated to internally used icon component based on MaterialCommunityIcons from react-native-paperrelated to internally used icon component based on MaterialCommunityIcons from react-native-paperbug
Description
Current behaviour
When using the icon source as receipt-text, I get the issue
"receipt-text" is not a valid icon name for family "material-community"
Expected behaviour
The icon should display the below icon without any error
How to reproduce?
- Create an Icon tag
<Icon/> - Assign the source icon as
receipt-textas
<Icon source="receipt-text" size={24} color={MD3Colors.primary70}/>
Preview
The UI shows the question mark icon
What have you tried so far?
- Removed
node-modulesfolder - Re-install react-native-paper via
npm install react-native-paper
Your Environment
| software | version |
|---|---|
| ios | 18.4 |
| android | x |
| react-native | 0.76.9 |
| react-native-paper | 5.14.0 |
| node | 22.11.0 |
| npm or yarn | 10.9.0 |
| expo sdk | 52.0.43 |
smbadiwe
Metadata
Metadata
Assignees
Labels
Iconrelated to internally used icon component based on MaterialCommunityIcons from react-native-paperrelated to internally used icon component based on MaterialCommunityIcons from react-native-paperbug
