From e2149cb99684a40929b5903e013ec34000b81bec Mon Sep 17 00:00:00 2001 From: loopArray <525029662@qq.com> Date: Thu, 31 Aug 2017 10:25:19 +0800 Subject: [PATCH] add missing TabBarItem add missing TabBarItem --- types/react-native-vector-icons/Icon.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-native-vector-icons/Icon.d.ts b/types/react-native-vector-icons/Icon.d.ts index bb56a01794..07fd38f91b 100644 --- a/types/react-native-vector-icons/Icon.d.ts +++ b/types/react-native-vector-icons/Icon.d.ts @@ -197,6 +197,7 @@ export class Icon extends React.Component { export namespace Icon { class ToolbarAndroid extends React.Component {} + class TabBarItem extends React.Component {} class TabBarItemIOS extends React.Component {} class Button extends React.Component {} }