From 3d7c85d2d034d485d4ff0c0a97ad07a9c1652545 Mon Sep 17 00:00:00 2001 From: loopArray <525029662@qq.com> Date: Thu, 31 Aug 2017 22:34:21 +0800 Subject: [PATCH] Update react-native-vector-icons-tests.tsx --- .../react-native-vector-icons-tests.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-native-vector-icons/react-native-vector-icons-tests.tsx b/types/react-native-vector-icons/react-native-vector-icons-tests.tsx index e6dc2bb600..b6adf8d8c6 100644 --- a/types/react-native-vector-icons/react-native-vector-icons-tests.tsx +++ b/types/react-native-vector-icons/react-native-vector-icons-tests.tsx @@ -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');