web adjustments
This commit is contained in:
@@ -63,9 +63,11 @@ export function StarterPackCard({
|
||||
</Trans>
|
||||
</Text>
|
||||
</View>
|
||||
<Text style={[a.font_bold, t.atoms.text_contrast_medium]}>
|
||||
{joinedAllTimeCount} users have joined!
|
||||
</Text>
|
||||
{!!joinedAllTimeCount && joinedAllTimeCount >= 50 && (
|
||||
<Text style={[a.font_bold, t.atoms.text_contrast_medium]}>
|
||||
{joinedAllTimeCount} users have joined!
|
||||
</Text>
|
||||
)}
|
||||
{record.description && (
|
||||
<Text numberOfLines={3}>{record.description}</Text>
|
||||
)}
|
||||
|
||||
@@ -70,6 +70,8 @@ export function StepFeeds() {
|
||||
onEndReached={!query ? () => fetchNextPage() : undefined}
|
||||
onEndReachedThreshold={2}
|
||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||
containWeb={true}
|
||||
sideBorders={false}
|
||||
ListEmptyComponent={
|
||||
<View style={[a.flex_1, a.align_center, a.mt_lg]}>
|
||||
<Loader size="lg" />
|
||||
|
||||
@@ -59,6 +59,8 @@ export function StepProfiles() {
|
||||
onEndReached={!query ? () => fetchNextPage() : undefined}
|
||||
onEndReachedThreshold={2}
|
||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||
containWeb={true}
|
||||
sideBorders={false}
|
||||
ListEmptyComponent={
|
||||
<View style={[a.flex_1, a.align_center, a.mt_lg]}>
|
||||
<Loader size="lg" />
|
||||
|
||||
Reference in New Issue
Block a user