-
Notifications
You must be signed in to change notification settings - Fork 19
Icons doesnt appear using headerRight after react-navigation update ^3.0.0-rc.5 #7
Comments
@satya164 also I tried to update React-Navigation 4.0, getting a new error Prompt help would be appreciable!! |
@satya164 Thanks for the solution. It fixed the issue. In the image below. Really thankful. |
@satya164 also drawer navigator doesn't open the toggle. Updated the code like below. headerLeft: ( |
@brentvatne would help to suggest any solution. thanks! |
@satya164 @brentvatne Kindly suggest what I m doing wrong in above. |
'headerRight' icon doesn't appear when headerBackButton shows. Happening after updated react-navigation to version ^3.0.0-rc.5.
Any help would be appreciated!!
software | version
react-navigation | 4.0.10
react-native | ^0.61.5
expo | 35
npm or yarn | npm
Current Behaviour:-
Expected Behaviour:-
static navigationOptions = ({ navigation }) => {
const activityId = navigation.state.params.activity.id;
let activity = Activities.getActivityById(activityId);
const client = navigation.state.params.client;
let responsiblePerson = getUserToNotify(client);
let responsibleContactNumber = getResponsibleContactNumber(responsiblePerson);
The text was updated successfully, but these errors were encountered: