this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

increase placeholder size for notifications

+1 -1
+1 -1
apps/expo/src/app/(tabs)/notifications.tsx
··· 332 332 if (inline) return <View className="h-10" />; 333 333 return ( 334 334 <NotificationItem unread={unread}> 335 - <View className="h-20" /> 335 + <View className="h-32" /> 336 336 </NotificationItem> 337 337 ); 338 338 case "error":