fix collapsing labels
This commit is contained in:
@@ -93,6 +93,7 @@ export default function SearchScreen() {
|
|||||||
</View>
|
</View>
|
||||||
) : (
|
) : (
|
||||||
<FlatList
|
<FlatList
|
||||||
|
style={{ flex: 1 }}
|
||||||
data={activities}
|
data={activities}
|
||||||
keyExtractor={a => a.id}
|
keyExtractor={a => a.id}
|
||||||
renderItem={({ item }) => (
|
renderItem={({ item }) => (
|
||||||
@@ -129,7 +130,7 @@ const styles = StyleSheet.create({
|
|||||||
},
|
},
|
||||||
header: { color: '#fff', fontSize: 22, fontWeight: '700' },
|
header: { color: '#fff', fontSize: 22, fontWeight: '700' },
|
||||||
count: { color: '#71717a', fontSize: 13 },
|
count: { color: '#71717a', fontSize: 13 },
|
||||||
pillScroll: { flexGrow: 0 },
|
pillScroll: { flexGrow: 0, flexShrink: 0 },
|
||||||
pillRow: { flexDirection: 'row', gap: 8, paddingHorizontal: 16, paddingBottom: 10 },
|
pillRow: { flexDirection: 'row', gap: 8, paddingHorizontal: 16, paddingBottom: 10 },
|
||||||
pill: {
|
pill: {
|
||||||
borderRadius: 20, borderWidth: 1, borderColor: '#3f3f46',
|
borderRadius: 20, borderWidth: 1, borderColor: '#3f3f46',
|
||||||
|
|||||||
Reference in New Issue
Block a user