Skip to content

Commit

Permalink
Fetcher styles
Browse files Browse the repository at this point in the history
  • Loading branch information
isdenmois committed Jun 23, 2019
1 parent b45b98a commit f315587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fetcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Fetcher extends React.PureComponent<Props> {

render() {
if (this.state.isLoading) {
return <ActivityIndicator size='large' />;
return <ActivityIndicator style={{ flex: 1, alignSelf: 'center' }} size='large' />;
}

if (!this.state.error && _.isEmpty(this.state.data)) {
Expand Down

0 comments on commit f315587

Please sign in to comment.