After looking at the original source files, I found out that the icons were exported as
export default iconSet
This way you can use an arbitrary name to import. The last code was
import MaterialIcon from 'react-native-vector-icons/MaterialIcons'; import Ionicon from 'react-native-vector-icons/Ionicons';
Thank you Fran Rios
source share