Navegue para outra página no botão reagir nativo

const navigation = useNavigation();
navigation.navigate('WallScreen')
Scary Stag