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
App crash if the name string isnt found in the eva icon library.
To Reproduce
Steps to reproduce the behavior:
Adding a wrong string for the icon name.
Expected behavior
Instead of throwing a violation there should be a testing mechanism which prevents of throwing a violation and return null instead of the icon with a wrong name string to prevent app crashes.
Link to runnable example or repository (highly encouraged)
React Native Eva Icons Version
newest
Environment information
IOS 13.3 / 13.4
Android 8/9
The text was updated successfully, but these errors were encountered:
@kushagraagent47 I think what OP means is that the component should handle being passed values for the name prop that don't exist. Right now it throws an exception.
🐛 Bug Report
App crash if the name string isnt found in the eva icon library.
To Reproduce
Steps to reproduce the behavior:
Adding a wrong string for the icon name.
Expected behavior
Instead of throwing a violation there should be a testing mechanism which prevents of throwing a violation and return null instead of the icon with a wrong name string to prevent app crashes.
Link to runnable example or repository (highly encouraged)
React Native Eva Icons Version
newest
Environment information
IOS 13.3 / 13.4
Android 8/9
The text was updated successfully, but these errors were encountered: