diff --git a/code/14-adding-configuring-using-bottom-tabs/screens/UserScreen.js b/code/14-adding-configuring-using-bottom-tabs/screens/UserScreen.js index 79410d9..26e07be 100644 --- a/code/14-adding-configuring-using-bottom-tabs/screens/UserScreen.js +++ b/code/14-adding-configuring-using-bottom-tabs/screens/UserScreen.js @@ -1,16 +1,13 @@ import { View, Text, Button, StyleSheet } from 'react-native'; function UserScreen({navigation}) { - function openDrawerHandler() { - navigation.toggleDrawer(); - } return ( This is the "User" screen! -