Minor update (#1491)

styles.tabIcon leads to nowhere, only has styles.icon
This commit is contained in:
kdenz
2017-05-13 05:37:15 +08:00
committed by Eric Vicenti
parent 673b9d2877
commit 79a67d9114

View File

@@ -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}]}
/>
),
};