From 5ee7d92337197ebb09ff802f9943e9692cb88f1e Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 23 Sep 2024 10:31:38 +0200 Subject: Use alertd service --- components/ParallaxScrollView.tsx | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'components') diff --git a/components/ParallaxScrollView.tsx b/components/ParallaxScrollView.tsx index ae6be71..3772bee 100644 --- a/components/ParallaxScrollView.tsx +++ b/components/ParallaxScrollView.tsx @@ -1,5 +1,5 @@ -import { useState, type PropsWithChildren, useEffect, } from 'react'; -import { StyleSheet, SafeAreaView, useColorScheme, View, Text, Pressable } from 'react-native'; +import { useState, type PropsWithChildren, useEffect, } from 'react'; +import { StyleSheet, SafeAreaView, useColorScheme, View, Text, Pressable, Platform } from 'react-native'; import { ThemedView } from '@/components/ThemedView'; import { ThemedText } from './ThemedText'; @@ -64,23 +64,24 @@ export default function ParallaxScrollView({ CAS4 - - {token && userId ? ( - router.push('/notifications')} style={styles.notificationWrapper}> - {notifications.length > 0 && ( - - {notifications.length} - - )} - - - ) : ( - <> - - )} - + + {token && userId ? ( + router.push('/notifications')} style={styles.notificationWrapper}> + {notifications.length > 0 && ( + + {notifications.length} + + )} + + + ) : ( + <> + + )} + {children} -- cgit v1.2.3-18-g5258