From 51d396d8efff214f4698f4d8dac5aed51b7dcc02 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 16 Feb 2018 18:10:33 -0800 Subject: [PATCH] Remove withNavigationFocus example until it's fixed --- .../examples/NavigationPlayground/js/App.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = {