diff --git a/App/Containers/Example/ExampleScreen.js b/App/Containers/Example/ExampleScreen.js index 19c300bc8..94e4f9d82 100644 --- a/App/Containers/Example/ExampleScreen.js +++ b/App/Containers/Example/ExampleScreen.js @@ -24,7 +24,7 @@ class ExampleScreen extends React.Component { return ( - Welcome to React Native! + TheCodingMachine boilerplate To get started, edit App.js {instructions} The weather temperature is: {temperature} diff --git a/App/Containers/Example/ExampleScreenStyle.js b/App/Containers/Example/ExampleScreenStyle.js index cdc690be6..245c978e8 100644 --- a/App/Containers/Example/ExampleScreenStyle.js +++ b/App/Containers/Example/ExampleScreenStyle.js @@ -5,11 +5,14 @@ import ApplicationStyles from 'App/Theme/ApplicationStyles' export default StyleSheet.create({ container: { ...ApplicationStyles.screen.container, + margin: 30, + flex: 1, + justifyContent: 'center', }, title: { - ...Fonts.style.h1, + ...Fonts.style.h2, textAlign: 'center', - margin: 10, + marginBottom: 10, }, text: { ...Fonts.style.normal,