diff --git a/with-drawer-navigation/App.js b/with-drawer-navigation/App.js new file mode 100644 index 0000000..c580cff --- /dev/null +++ b/with-drawer-navigation/App.js @@ -0,0 +1,47 @@ +import React from 'react'; +import { Button, View } from 'react-native'; +import { createDrawerNavigator } from '@react-navigation/drawer'; +import { NavigationContainer } from '@react-navigation/native'; + +function HomeScreen({ navigation }) { + return ( + +