customizing tab navigator code example
Example: customize title for tab navigator
<Stack.Screen name="PageA" component={PageA} options={{title:'your title'}} />
<Stack.Screen name="PageA" component={PageA} options={{title:'your title'}} />