Remove withNavigationFocus example until it's fixed

This commit is contained in:
Brent Vatne
2018-02-16 18:10:33 -08:00
parent 05afdea066
commit 51d396d8ef

View File

@@ -100,10 +100,10 @@ const ExampleInfo = {
name: 'Animated Tabs Example',
description: 'Tab transitions have custom animations',
},
TabsWithNavigationFocus: {
name: 'withNavigationFocus',
description: 'Receive the focus prop to know when a screen is focused',
},
// TabsWithNavigationFocus: {
// name: 'withNavigationFocus',
// description: 'Receive the focus prop to know when a screen is focused',
// },
};
const ExampleRoutes = {
@@ -130,7 +130,7 @@ const ExampleRoutes = {
path: 'settings',
},
TabAnimations: TabAnimations,
TabsWithNavigationFocus: TabsWithNavigationFocus,
// TabsWithNavigationFocus: TabsWithNavigationFocus,
};
type State = {