Add feed discovery page

This commit is contained in:
Paul Frazee 2023-05-24 22:09:39 -05:00
parent 12c7f6d6a5
commit dfb39e7c4f
10 changed files with 252 additions and 20 deletions

View file

@ -220,7 +220,7 @@ export const CustomFeedScreen = withAuthRequired(
</Text>
)}
{isDesktopWeb && (
<View style={styles.headerBtns}>
<View style={[styles.headerBtns, styles.headerBtnsDesktop]}>
<Button
type={currentFeed?.isSaved ? 'default' : 'inverted'}
onPress={onToggleSaved}
@ -366,6 +366,10 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
},
headerBtnsDesktop: {
marginTop: 8,
gap: 4,
},
headerAddBtn: {
flexDirection: 'row',
alignItems: 'center',