File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"devToolsPort" : 19002 ,
3
- "expoServerPort" : null ,
4
- "packagerPort" : null ,
5
- "packagerPid" : null ,
6
- "expoServerNgrokUrl" : null ,
7
- "packagerNgrokUrl" : null ,
8
- "ngrokPid" : null ,
3
+ "expoServerPort" : 19000 ,
4
+ "packagerPort" : 19001 ,
5
+ "packagerPid" : 15091 ,
6
+ "expoServerNgrokUrl" : " https://xq-yzn.dmejia1204.buscomida.exp.direct " ,
7
+ "packagerNgrokUrl" : " https://packager.xq-yzn.dmejia1204.buscomida.exp.direct " ,
8
+ "ngrokPid" : 15178 ,
9
9
"webpackServerPort" : null
10
10
}
Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ export default class TopFive extends Component {
77
77
)
78
78
} else {
79
79
return (
80
- < View >
80
+ < View style = { styles . chargeTop } >
81
81
< ActivityIndicator size = 'large' />
82
- { /* <Text>Loading Top 5...</Text>*/ }
82
+ < Text > Loading Top 5...</ Text >
83
83
</ View >
84
84
)
85
85
}
@@ -120,5 +120,8 @@ const styles = StyleSheet.create({
120
120
color : 'grey' ,
121
121
marginTop : 10 ,
122
122
textAlign : 'justify'
123
+ } ,
124
+ chargeTop : {
125
+ alignItems : 'center'
123
126
}
124
127
} ) ;
You can’t perform that action at this time.
0 commit comments