Update react-native-vector-icons-tests.tsx

This commit is contained in:
loopArray
2017-08-31 22:34:21 +08:00
committed by GitHub
parent 2a5c1e0144
commit 3d7c85d2d0

View File

@@ -6,7 +6,7 @@ import FontAwesomeIcon from 'react-native-vector-icons/FontAwesome';
import Ionicon from 'react-native-vector-icons/Ionicons';
const glyphMap = {
'custom': 58918
custom: 58918
};
const CustomIcon = createIconSet(glyphMap, 'FontCustom', 'FontCustom.ttf');