diff --git a/packages/react-navigation/examples/NavigationPlayground/js/Drawer.js b/packages/react-navigation/examples/NavigationPlayground/js/Drawer.js index 4d15c2a5..dfdd6d1a 100644 --- a/packages/react-navigation/examples/NavigationPlayground/js/Drawer.js +++ b/packages/react-navigation/examples/NavigationPlayground/js/Drawer.js @@ -4,7 +4,11 @@ import React from 'react'; import { Button, Platform, ScrollView, StatusBar } from 'react-native'; -import { StackNavigator, DrawerNavigator, SafeAreaView } from 'react-navigation'; +import { + StackNavigator, + DrawerNavigator, + SafeAreaView, +} from 'react-navigation'; import MaterialIcons from 'react-native-vector-icons/MaterialIcons'; import SampleText from './SampleText'; @@ -12,10 +16,7 @@ const MyNavScreen = ({ navigation, banner }) => ( {banner} -