more copy edit
This commit is contained in:
@@ -130,7 +130,7 @@ function LandingScreenInner({
|
||||
{!!feeds?.length && (
|
||||
<>
|
||||
<Text style={[a.text_md, t.atoms.text_contrast_medium]}>
|
||||
<Trans>Join Bluesky now to subscribe to these feeds:</Trans>
|
||||
<Trans>What's in this starter pack?</Trans>
|
||||
</Text>
|
||||
<View
|
||||
style={[
|
||||
|
||||
@@ -67,7 +67,6 @@ export function StepFeeds() {
|
||||
data={query ? searchedFeeds : popularFeeds}
|
||||
renderItem={renderItem}
|
||||
keyExtractor={keyExtractor}
|
||||
style={[a.flex_1]}
|
||||
onEndReached={!query ? () => fetchNextPage() : undefined}
|
||||
onEndReachedThreshold={2}
|
||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||
|
||||
Reference in New Issue
Block a user