Skip to content

Commit 8720561

Browse files
authored
Merge pull request #3025 from StoDevX/calendar-back-button
Rename calendar back button to "Back" to fix overlapping titles
2 parents 15efa74 + 91d1f55 commit 8720561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/views/calendar/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const CalendarView = TabNavigator({
6262

6363
CalendarView.navigationOptions = {
6464
title: 'Calendar',
65+
headerBackTitle: 'Back',
6566
}
6667

6768
export default CalendarView

0 commit comments

Comments
 (0)