Akash Kumar
0
Q:

typeerror undefined is not an object (evaluating 'navigation.navigate')

import { useNavigation } from '@react-navigation/native';

function NotificationsScreen() {
const navigation = useNavigation(); 
return(
<Button
        onPress={() => navigation.navigate('Notifications')}
        title="Go to notifications"
      />
);
}
0

New to Communities?

Join the community