Skip to content

Commit

Permalink
fix bugs on screen top five
Browse files Browse the repository at this point in the history
  • Loading branch information
elmaedesistemas committed Dec 7, 2019
1 parent 1cfc1f4 commit 7543a9b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .expo/packager-info.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"devToolsPort": 19002,
"expoServerPort": null,
"packagerPort": null,
"packagerPid": null,
"expoServerNgrokUrl": null,
"packagerNgrokUrl": null,
"ngrokPid": null,
"expoServerPort": 19000,
"packagerPort": 19001,
"packagerPid": 15091,
"expoServerNgrokUrl": "https://xq-yzn.dmejia1204.buscomida.exp.direct",
"packagerNgrokUrl": "https://packager.xq-yzn.dmejia1204.buscomida.exp.direct",
"ngrokPid": 15178,
"webpackServerPort": null
}
7 changes: 5 additions & 2 deletions app/screens/TopFive.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ export default class TopFive extends Component {
)
} else {
return (
<View>
<View style={styles.chargeTop}>
<ActivityIndicator size='large' />
{/*<Text>Loading Top 5...</Text>*/}
<Text>Loading Top 5...</Text>
</View>
)
}
Expand Down Expand Up @@ -120,5 +120,8 @@ const styles = StyleSheet.create({
color: 'grey',
marginTop: 10,
textAlign: 'justify'
},
chargeTop: {
alignItems: 'center'
}
});

0 comments on commit 7543a9b

Please sign in to comment.