allow for pinning saved feeds

This commit is contained in:
Ansh Nanda 2023-05-16 15:50:52 -07:00
parent dd788550be
commit f2e39d8ad2
7 changed files with 170 additions and 58 deletions

View file

@ -19,7 +19,7 @@ import {Text} from 'view/com/util/text/Text'
type Props = NativeStackScreenProps<CommonNavigatorParams, 'CustomFeed'>
export const CustomFeed = withAuthRequired(
observer(({route, navigation}: Props) => {
observer(({route}: Props) => {
const rootStore = useStores()
const {rkey, name} = route.params
const currentFeed = useCustomFeed(rkey)