File tree 2 files changed +6
-0
lines changed 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import ProfileCard from '../account-info/ProfileCard';
17
17
export default TabNavigator (
18
18
{
19
19
home : {
20
+ // $FlowFixMe react-navigation types are twisty and seem wrong
20
21
screen : HomeTab ,
21
22
navigationOptions : {
22
23
tabBarLabel : 'Home' ,
@@ -35,6 +36,7 @@ export default TabNavigator(
35
36
} ,
36
37
} ,
37
38
conversations : {
39
+ // $FlowFixMe react-navigation types are twisty and seem wrong
38
40
screen : PmConversationsCard ,
39
41
navigationOptions : {
40
42
tabBarLabel : 'Conversations' ,
@@ -44,6 +46,7 @@ export default TabNavigator(
44
46
} ,
45
47
} ,
46
48
settings : {
49
+ // $FlowFixMe react-navigation types are twisty and seem wrong
47
50
screen : SettingsCard ,
48
51
navigationOptions : {
49
52
tabBarLabel : 'Settings' ,
@@ -53,6 +56,7 @@ export default TabNavigator(
53
56
} ,
54
57
} ,
55
58
profile : {
59
+ // $FlowFixMe react-navigation types are twisty and seem wrong
56
60
screen : ProfileCard ,
57
61
navigationOptions : {
58
62
tabBarLabel : 'Profile' ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ const styles = StyleSheet.create({
19
19
export default TabNavigator (
20
20
{
21
21
subscribed : {
22
+ // $FlowFixMe react-navigation types are twisty and seem wrong
22
23
screen : SubscriptionsCard ,
23
24
navigationOptions : {
24
25
tabBarLabel : ( props : TabNavigationOptionsPropsType ) => (
@@ -29,6 +30,7 @@ export default TabNavigator(
29
30
} ,
30
31
} ,
31
32
allStreams : {
33
+ // $FlowFixMe react-navigation types are twisty and seem wrong
32
34
screen : StreamListCard ,
33
35
navigationOptions : {
34
36
tabBarLabel : ( props : TabNavigationOptionsPropsType ) => (
You can’t perform that action at this time.
0 commit comments