diff --git a/packages/react-navigation/examples/NavigationPlayground/js/App.js b/packages/react-navigation/examples/NavigationPlayground/js/App.js index 65ca7a74..0a9f1575 100644 --- a/packages/react-navigation/examples/NavigationPlayground/js/App.js +++ b/packages/react-navigation/examples/NavigationPlayground/js/App.js @@ -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 = {