this repo has no description
0
fork

Configure Feed

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

add space

+1
+1
apps/expo/src/app/(tabs)/timeline.tsx
··· 12 12 export default function Timeline() { 13 13 const [mode, setMode] = useState<"popular" | "following">("following"); 14 14 const agent = useAuthedAgent(); 15 + 15 16 const timeline = useInfiniteQuery({ 16 17 queryKey: ["timeline", mode], 17 18 queryFn: async ({ pageParam }) => {