mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

fix(ui): small bug where on small web views the final card was not full height

+1
+1
src/components/FeedInterstitials.tsx
··· 433 433 return ( 434 434 <Button 435 435 label={_(msg`Browse more accounts on the Explore page`)} 436 + style={[a.flex_col]} 436 437 onPress={() => { 437 438 navigation.navigate('SearchTab') 438 439 }}>