I have react navigation screen as follows .
<Stack.Screen name="Home" component={HomeScreen} />
I need to navigate another screen using a right header button how can i do this.I'am using react navigation V5
I have react navigation screen as follows .
<Stack.Screen name="Home" component={HomeScreen} />
I need to navigate another screen using a right header button how can i do this.I'am using react navigation V5