Skip to content

Commit

Permalink
Update preview
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Aug 13, 2019
1 parent 2125c97 commit dd46add
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Routes from './routes';
export default function App() {
return (
<>
<StatusBar barStyle="dark-content" />
<StatusBar backgroundColor="#f5f5f5" barStyle="dark-content" />
<Routes />
</>
);
Expand Down
1 change: 1 addition & 0 deletions src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default createAppContainer(
createStackNavigator({
Feed,
}, {
headerLayoutPreset: 'center',
defaultNavigationOptions: {
headerTitle: <Image source={logo} />,
headerStyle: {
Expand Down

0 comments on commit dd46add

Please sign in to comment.