From ac3875fd5f6b7d2ef673811c4d47e4ae7df5edcc Mon Sep 17 00:00:00 2001 From: Ioannis Kokkinidis Date: Fri, 20 Jul 2018 16:58:39 +0300 Subject: [PATCH] Exposed Icon methods - Exposes methods implemented in: https://github.com/oblador/react-native-vector-icons/pull/762 --- types/react-native-vector-icons/Icon.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/react-native-vector-icons/Icon.d.ts b/types/react-native-vector-icons/Icon.d.ts index 455a3269b0260a..3dae8aaae3276b 100644 --- a/types/react-native-vector-icons/Icon.d.ts +++ b/types/react-native-vector-icons/Icon.d.ts @@ -160,6 +160,8 @@ export class Icon extends React.Component { static hasIcon( name: string, ): boolean; + static getRawGlyphMap(): {}; + static getFontFamily(): string; } export namespace Icon {