Commit 93d953cf authored by Fred's avatar Fred

change image, rounded in ios

parent ee45e556
......@@ -27,7 +27,7 @@ export default class WelcomeLog extends React.Component {
<StatusBar
hidden={true} />
<ImageBackground source={require('../assets/images/after-log.jpg')} style={{ width: '100%', height: '100%' }}>
<ImageBackground source={require('../assets/images/after-log.png')} style={{ width: '100%', height: '100%' }}>
<View style={styles.v_form}>
<View style={{ flex: 1, marginRight: 30, marginLeft: 30, justifyContent: 'center' }}>
</View>
......
......@@ -28,7 +28,7 @@ export default class Welcome extends React.Component {
<StatusBar
hidden={true} />
<ImageBackground source={require('../assets/images/after-log.jpg')} style={{ width: '100%', height: '100%' }}>
<ImageBackground source={require('../assets/images/after-log.png')} style={{ width: '100%', height: '100%' }}>
<View style={styles.v_form}>
<View style={{ flex: 1, marginRight: 30, marginLeft: 30, justifyContent: 'center' }}>
</View>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment