|
@@ -98,7 +98,7 @@ Navigation.setOptions(this.props.componentId, {
|
98
|
98
|
text: 'Title',
|
99
|
99
|
fontSize: 14,
|
100
|
100
|
color: 'red',
|
101
|
|
- fontFamily: 'Halvetica',
|
|
101
|
+ fontFamily: 'Helvetica',
|
102
|
102
|
component: 'example.CustomTopBarTitle',
|
103
|
103
|
componentAlignment: 'center',
|
104
|
104
|
},
|
|
@@ -106,7 +106,7 @@ Navigation.setOptions(this.props.componentId, {
|
106
|
106
|
text: 'Title',
|
107
|
107
|
fontSize: 14,
|
108
|
108
|
color: 'red',
|
109
|
|
- fontFamily: 'Halvetica',
|
|
109
|
+ fontFamily: 'Helvetica',
|
110
|
110
|
alignment: 'center'
|
111
|
111
|
},
|
112
|
112
|
background: {
|
|
@@ -126,7 +126,7 @@ Navigation.setOptions(this.props.componentId, {
|
126
|
126
|
backgroundColor: 'white',
|
127
|
127
|
tabColor: 'red',
|
128
|
128
|
selectedTabColor: 'blue',
|
129
|
|
- fontFamily: 'Halvetica',
|
|
129
|
+ fontFamily: 'Helvetica',
|
130
|
130
|
fontSize: 10
|
131
|
131
|
},
|
132
|
132
|
bottomTab: {
|