hide lists tab correctly
This commit is contained in:
@@ -53,9 +53,11 @@ export function StarterPackScreen({
|
|||||||
|
|
||||||
const items = [
|
const items = [
|
||||||
...(starterPack.list ? ['People'] : []),
|
...(starterPack.list ? ['People'] : []),
|
||||||
...(starterPack.feeds ? ['Feeds'] : []),
|
...(starterPack.feeds.length ? ['Feeds'] : []),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
console.log(starterPack.feeds)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<CenteredView style={[a.h_full_vh]}>
|
<CenteredView style={[a.h_full_vh]}>
|
||||||
<View style={isWeb ? {minHeight: '100%'} : {height: '100%'}}>
|
<View style={isWeb ? {minHeight: '100%'} : {height: '100%'}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user