mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 09:20:54 +08:00
@@ -9,7 +9,7 @@ class MyHomeScreen extends React.Component {
|
||||
drawerIcon: ({ tintColor }) => (
|
||||
<Image
|
||||
source={require('./chats-icon.png')}
|
||||
style={[styles.icon, {tintColor: tintColor}]}
|
||||
style={[styles.icon, { tintColor }]}
|
||||
/>
|
||||
),
|
||||
};
|
||||
@@ -30,7 +30,7 @@ class MyNotificationsScreen extends React.Component {
|
||||
drawerIcon: ({ tintColor }) => (
|
||||
<Image
|
||||
source={require('./notif-icon.png')}
|
||||
style={[styles.icon, {tintColor: tintColor}]}
|
||||
style={[styles.icon, { tintColor }]}
|
||||
/>
|
||||
),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user