react-native-remix-icon
react-native-remix-icon copied to clipboard
Invalid Icon Name for some icons
Chevron icons like arrow-down-s-line, arrow-up-s-line, arrow-down-s-fill returns string "Invalid Icon Name"
I have opened a PR #27 for this issue. The new camelCase library changes "right-arrow-s-line" to "RightLineSline" instead of "RightLineSLine", thus creating such mapping errors.
Fixed in version 4.5.1