File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/codemod/src/expo Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const importsMap: Record<string, string> = {
1818 '@expo/vector-icons/MaterialCommunityIcons' : '@react-native-vector-icons/material-design-icons' ,
1919 '@expo/vector-icons/MaterialIcons' : '@react-native-vector-icons/material-icons' ,
2020 '@expo/vector-icons/Octicons' : '@react-native-vector-icons/octicons' ,
21- '@expo/vector-icons/SimpleLineIcons' : '@react-native-vector-icons/SimpleLineIcons ' ,
21+ '@expo/vector-icons/SimpleLineIcons' : '@react-native-vector-icons/simple-line-icons ' ,
2222 '@expo/vector-icons/Zocial' : '@react-native-vector-icons/zocial' ,
2323 // non-icon-family imports
2424 '@expo/vector-icons/createIconSetFromIcoMoon' : '@react-native-vector-icons/icomoon' ,
You can’t perform that action at this time.
0 commit comments