MCPcopy
hub / github.com/slopus/happy / InboxView.tsx

File InboxView.tsx

packages/happy-app/sources/components/InboxView.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as React from 'react';
2import { View, Text, ScrollView, Pressable, ActivityIndicator } from 'react-native';
3import { StyleSheet, useUnistyles } from 'react-native-unistyles';
4import { useAcceptedFriends, useFriendRequests, useRequestedFriends, useFeedItems, useFeedLoaded, useFriendsLoaded, useRealtimeStatus } from '@/sync/storage';

Callers

nothing calls this directly

Calls 12

useAcceptedFriendsFunction · 0.90
useFriendRequestsFunction · 0.90
useRequestedFriendsFunction · 0.90
useFeedItemsFunction · 0.90
useFeedLoadedFunction · 0.90
useFriendsLoadedFunction · 0.90
useIsTabletFunction · 0.90
useRealtimeStatusFunction · 0.90
tFunction · 0.90
trackFriendsProfileViewFunction · 0.90
pushMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected