Skip to content

Commit 0d3cff5

Browse files
committed
Create TabControllerProps namespace (fix screen)
1 parent cd52f05 commit 0d3cff5

File tree

1 file changed

+2
-1
lines changed
  • demo/src/screens/componentScreens/TabControllerScreen

1 file changed

+2
-1
lines changed

demo/src/screens/componentScreens/TabControllerScreen/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import React, {Component} from 'react';
22
import {ActivityIndicator} from 'react-native';
3-
import {Assets, TabController, Colors, View, Text, Button, TabBarItemProps} from 'react-native-ui-lib';
3+
import {Assets, TabController, Colors, View, Text, Button, TabControllerProps} from 'react-native-ui-lib';
44
import {gestureHandlerRootHOC} from 'react-native-gesture-handler';
55
import _ from 'lodash';
6+
declare type TabBarItemProps = TabControllerProps.TabBarItemProps;
67

78
import Tab1 from './tab1';
89
import Tab2 from './tab2';

0 commit comments

Comments
 (0)