You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you are using either @expo/vector-icons or [email protected] since both of them do not contain receipt-text icon.
I've improved the icons guide documentation to be able to switch between the latest and old version of react-native-vector-icons to browse available icons.
Hey @lukewalczak, thanks for leaving the guide. I've tried installing the latest npm install @react-native-vector-icons/material-design-icons and the log was gone.
However, the icon still rendered the question mark. I am not sure why as there's no issue at all. Could you take a look and let me know what happens?
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-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?
node-modules
foldernpm install react-native-paper
Your Environment
The text was updated successfully, but these errors were encountered: