File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class ExampleScreen extends React.Component {
24
24
25
25
return (
26
26
< View style = { Style . container } >
27
- < Text style = { Style . title } > Welcome to React Native! </ Text >
27
+ < Text style = { Style . title } > TheCodingMachine boilerplate </ Text >
28
28
< Text style = { Style . text } > To get started, edit App.js</ Text >
29
29
< Text style = { Style . text } > { instructions } </ Text >
30
30
< Text style = { Style . text } > The weather temperature is: { temperature } </ Text >
Original file line number Diff line number Diff line change @@ -5,11 +5,14 @@ import ApplicationStyles from 'App/Theme/ApplicationStyles'
5
5
export default StyleSheet . create ( {
6
6
container : {
7
7
...ApplicationStyles . screen . container ,
8
+ margin : 30 ,
9
+ flex : 1 ,
10
+ justifyContent : 'center' ,
8
11
} ,
9
12
title : {
10
- ...Fonts . style . h1 ,
13
+ ...Fonts . style . h2 ,
11
14
textAlign : 'center' ,
12
- margin : 10 ,
15
+ marginBottom : 10 ,
13
16
} ,
14
17
text : {
15
18
...Fonts . style . normal ,
You can’t perform that action at this time.
0 commit comments