[react-native-vector-icons] add missing method (#35832)

This commit is contained in:
Alpha 2019-05-30 14:09:53 -04:00 committed by Sheetal Nandi
parent a095d457e7
commit 8e9c4b5479

View File

@ -154,6 +154,7 @@ export class Icon extends React.Component<IconProps, any> {
size?: number,
color?: string,
): Promise<ImageSource>;
static getRawGlyphMap(): { [name: string]: number };
static loadFont(
file?: string
): Promise<void>;