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-text as
<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-modules folder
- 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 |
Current behaviour
When using the icon source as
receipt-text, I get the issueExpected behaviour
The icon should display the below icon without any error
How to reproduce?
<Icon/>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?
node-modulesfoldernpm install react-native-paperYour Environment