I have one problem, but not like related in #391 or #697
I have imported MaterialIcons in my project, works fine with icons like kitchen, work in the same scope (unique component)
but, arrow icons dont work, show question mark, i tried:
arrow_right
arrow-right
arrowRight
chevron_right
chevronRight
i tried also add tag "type" but without sucess
My steps:
1) npm install react-native-vector-icons --save

2) react-native link

in the code:
import Icon from 'react-native-vector-icons/MaterialIcons';
<Icon name="arrow-right" size={30} color="#841777"/>
'arrow-right', 'arrowRight', 'arrow_right' don't work, but i tried now 'chevron-right' and it worked
There is no arrow-right in MaterialIcons, use the directory to check if an icon exist and its actual name 🙂
I have tried for checkbox outline it will display like question mark
import Icon from 'react-native-vector-icons/MaterialIcons';
I have this issue with "shaker" and "shaker-outline". I checked and found them in glyphmaps file.
Same issue here with calendar-today and coronavirus ...
Most helpful comment
I have tried for checkbox outline it will display like question mark
" size={24} color="#FFF"/>
import Icon from 'react-native-vector-icons/MaterialIcons';