@@ -19,7 +19,7 @@ class App extends React.Component {
19
19
return (
20
20
< ParallaxScrollView
21
21
windowHeight = { SCREEN_HEIGHT }
22
- backgroundSource = 'http://i.imgur.com/sKR3Fkb.png '
22
+ backgroundSource = 'http://i.imgur.com/s4JEY9E.jpg '
23
23
navBarTitle = 'Custom Title'
24
24
navBarTitleColor = 'black'
25
25
navBarColor = 'white'
@@ -33,9 +33,9 @@ class App extends React.Component {
33
33
</ View >
34
34
</ View >
35
35
) }
36
- leftIcon = { { name : 'rocket' , color : 'black ' , size : 30 , type : 'font-awesome' } }
36
+ leftIcon = { { name : 'rocket' , color : 'rgba(228, 117, 125, 1) ' , size : 30 , type : 'font-awesome' } }
37
37
leftIconOnPress = { ( ) => this . setState ( { index : ( this . state . index + 1 ) % 3 } ) }
38
- rightIcon = { { name : 'user' , color : 'black ' , size : 30 , type : 'font-awesome' } }
38
+ rightIcon = { { name : 'user' , color : 'rgba(228, 117, 125, 1) ' , size : 30 , type : 'font-awesome' } }
39
39
rightIconOnPress = { ( ) => this . setState ( { index : ( this . state . index + 1 ) % 3 } ) }
40
40
>
41
41
< ScrollView style = { { flex : 1 , backgroundColor : 'rgba(228, 117, 125, 1)' } } >
@@ -72,12 +72,12 @@ class App extends React.Component {
72
72
return (
73
73
< ParallaxScrollView
74
74
windowHeight = { SCREEN_HEIGHT * 0.4 }
75
- backgroundSource = 'http://i.imgur.com/UyjQBkJ .png'
75
+ backgroundSource = 'http://i.imgur.com/ao1nxlD .png'
76
76
navBarTitle = 'John Oliver'
77
77
userName = 'John Oliver'
78
78
userTitle = 'Comedian'
79
79
userImage = 'http://i.imgur.com/RQ1iLOs.jpg'
80
- leftIcon = { { name : 'rocket' , color : 'rgba(131, 175, 41 , 1)' , size : 30 , type : 'font-awesome' } }
80
+ leftIcon = { { name : 'rocket' , color : 'rgba(193, 193, 193 , 1)' , size : 30 , type : 'font-awesome' } }
81
81
leftIconOnPress = { ( ) => this . setState ( { index : ( this . state . index + 1 ) % 3 } ) }
82
82
rightIcon = { { name : 'user' , color : 'rgba(193, 193, 193, 1)' , size : 30 , type : 'font-awesome' } }
83
83
rightIconOnPress = { ( ) => this . setState ( { index : ( this . state . index + 1 ) % 3 } ) }
0 commit comments