File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ import type {ViewType} from '../views'
1515import { allViews } from '../views'
1616import { HomeScreenButton , CELL_MARGIN } from './button'
1717import { trackedOpenUrl } from '../components/open-url'
18- import { EditHomeButton } from '../components/nav-buttons'
19- import { OpenSettingsButton } from '../components/nav-buttons'
18+ import { EditHomeButton , OpenSettingsButton } from '../components/nav-buttons'
2019
2120function HomePage ( {
2221 navigation,
@@ -55,8 +54,8 @@ HomePage.navigationOptions = ({navigation}) => {
5554 return {
5655 title : 'All About Olaf' ,
5756 headerBackTitle : 'Home' ,
58- headerRight : < EditHomeButton navigation = { navigation } /> ,
5957 headerLeft : < OpenSettingsButton navigation = { navigation } /> ,
58+ headerRight : < EditHomeButton navigation = { navigation } /> ,
6059 }
6160}
6261
You can’t perform that action at this time.
0 commit comments