Skip to content

Commit ede0f36

Browse files
committed
Revert "Create TabControllerProps namespace (fix screen)"
This reverts commit 0d3cff5.
1 parent 0d3cff5 commit ede0f36

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

87
import Tab1 from './tab1';
98
import Tab2 from './tab2';

0 commit comments

Comments
 (0)