ordering-ui-react-native 0.18.35 → 0.18.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -238,7 +238,7 @@ const ProfileListUI = (props: ProfileParams) => {
|
|
|
238
238
|
<OText size={14} lineHeight={24} weight={'400'} color={theme.colors.textNormal}>{t('HELP', 'Help')}</OText>
|
|
239
239
|
</ListItem>
|
|
240
240
|
)}
|
|
241
|
-
{
|
|
241
|
+
{showNotifications && (
|
|
242
242
|
<ListItem onPress={() => navigation.navigate('Notifications', { isFromProfile: true, isGoBack: true })} activeOpacity={0.7}>
|
|
243
243
|
<NotificationBadge style={{ borderRadius: 100 / 2 }} />
|
|
244
244
|
<Ionicons name='notifications-outline' style={styles.messageIconStyle} color={theme.colors.textNormal} />
|