You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title and rightTitle is centered and aligned at the top of the application next to the back button (which is in the correct place)
Actual behaviour
Title and rightTitle are beneath desired position and will not overlap.
Steps to reproduce
I created the app with react-native init projectName
Create a scene with a title prop. Inside the component create rightTitle with: Actions.refresh({ rightTitle: "Create", onRight: () => { this.toggleModal(); } });
The text was updated successfully, but these errors were encountered:
Versions
Expected behaviour
The title and rightTitle is centered and aligned at the top of the application next to the back button (which is in the correct place)
Actual behaviour
Title and rightTitle are beneath desired position and will not overlap.
Steps to reproduce
I created the app with
react-native init projectName
Create a scene with a title prop. Inside the component create rightTitle with:
Actions.refresh({ rightTitle: "Create", onRight: () => { this.toggleModal(); } });
The text was updated successfully, but these errors were encountered: