File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const styles = StyleSheet.create({
40
40
41
41
class ColoredView extends Component {
42
42
componentWillMount ( ) {
43
- Icon . getImageSource ( 'android -arrow-back' , 30 ) . then ( ( source ) => this . setState ( { backIcon : source } ) ) ;
43
+ Icon . getImageSource ( 'md -arrow-back' , 30 ) . then ( ( source ) => this . setState ( { backIcon : source } ) ) ;
44
44
}
45
45
46
46
_navigateToSubview ( ) {
@@ -76,7 +76,7 @@ class TabBarExample extends Component {
76
76
77
77
componentWillMount ( ) {
78
78
// https://github.com/facebook/react-native/issues/1403 prevents this to work for initial load
79
- Icon . getImageSource ( 'ios-gear ' , 30 ) . then ( ( source ) => this . setState ( { gearIcon : source } ) ) ;
79
+ Icon . getImageSource ( 'ios-settings ' , 30 ) . then ( ( source ) => this . setState ( { gearIcon : source } ) ) ;
80
80
}
81
81
82
82
_renderContent ( color , pageText ) {
@@ -140,8 +140,8 @@ class TabBarExample extends Component {
140
140
</ Icon . TabBarItemIOS >
141
141
< Icon . TabBarItemIOS
142
142
title = "Settings"
143
- iconName = "ios-gear -outline"
144
- selectedIconName = "ios-gear "
143
+ iconName = "ios-settings -outline"
144
+ selectedIconName = "ios-settings "
145
145
selected = { this . state . selectedTab === 'settings' }
146
146
onPress = { ( ) => {
147
147
this . setState ( {
You can’t perform that action at this time.
0 commit comments