TypeError: _NavigationService.default.navigate is not a function. (In 'NavigationService.default.nevigate('ViewNotification', notify)', '_NavigationService.default.nevigate' is undefined code example
Example: navigation.navigate is not a function
static navigationOptions = ({navigation}) => {
return {
title: 'Review Jobs',
headerRight: (<Title onPress={()=> navigation.navigate('settings')}>Settings</Title>)
};
};