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