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';