Answers for "navigation.navigate is not a function"

0

navigation.navigate is not a function

static navigationOptions = ({navigation}) => {
        return {
            title: 'Review Jobs',
            headerRight: (<Title onPress={()=> navigation.navigate('settings')}>Settings</Title>)
        };
    };
Posted by: Guest on November-20-2020

Code answers related to "navigation.navigate is not a function"

Code answers related to "Javascript"

Browse Popular Code Answers by Language