Select the types of activity you want to include in your feed.
1import { View } from "react-native"; 2 3export default function GetApps() { 4 return <View />; 5}