allow for pinning saved feeds
This commit is contained in:
parent
dd788550be
commit
f2e39d8ad2
7 changed files with 170 additions and 58 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue