mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
Minor update (#1491)
styles.tabIcon leads to nowhere, only has styles.icon
This commit is contained in:
@@ -30,7 +30,7 @@ class MyNotificationsScreen extends React.Component {
|
||||
drawerIcon: ({ tintColor }) => (
|
||||
<Image
|
||||
source={require('./notif-icon.png')}
|
||||
style={[styles.tabIcon, {tintColor: tintColor}]}
|
||||
style={[styles.icon, {tintColor: tintColor}]}
|
||||
/>
|
||||
),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user