From e4902e98aa8c20f18e49eaa67fd210f434a973dd Mon Sep 17 00:00:00 2001 From: Steven Black Date: Thu, 7 Mar 2019 18:44:42 -0500 Subject: [PATCH] =?UTF-8?q?CustomTabs=20=E2=80=93=20consolidate=20all=20im?= =?UTF-8?q?ports=20from=20react-navigation=20on=20the=20same=20line.=20(#5?= =?UTF-8?q?664)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/NavigationPlayground/js/CustomTabs.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/NavigationPlayground/js/CustomTabs.js b/examples/NavigationPlayground/js/CustomTabs.js index 8d9b81f8e5..db6f3f264e 100644 --- a/examples/NavigationPlayground/js/CustomTabs.js +++ b/examples/NavigationPlayground/js/CustomTabs.js @@ -12,8 +12,12 @@ import { View, } from 'react-native'; import { BorderlessButton } from 'react-native-gesture-handler'; -import { createNavigator, SafeAreaView, TabRouter } from 'react-navigation'; -import { createAppContainer } from 'react-navigation'; +import { + createAppContainer, + createNavigator, + SafeAreaView, + TabRouter, +} from 'react-navigation'; import SampleText from './SampleText'; import { Button } from './commonComponents/ButtonWithMargin';