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