From eb413c219ec3943ef36a58d3b8e4d28667e25eb8 Mon Sep 17 00:00:00 2001 From: Tim Wang Date: Tue, 15 Aug 2017 23:30:06 +0800 Subject: [PATCH] Make loadFont file optional --- types/react-native-vector-icons/Icon.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-native-vector-icons/Icon.d.ts b/types/react-native-vector-icons/Icon.d.ts index e9eea4b42e..bb56a01794 100644 --- a/types/react-native-vector-icons/Icon.d.ts +++ b/types/react-native-vector-icons/Icon.d.ts @@ -191,7 +191,7 @@ export class Icon extends React.Component { size?: number ): Promise; static loadFont( - file: string + file?: string ): Promise; }