Simulator fixes
This commit is contained in:
parent
bcedbbc8b3
commit
93984277c9
2 changed files with 4 additions and 3 deletions
|
@ -99,15 +99,13 @@ export const HomeScreen = withAuthRequired(
|
|||
return <CustomFeedEmptyState />
|
||||
}, [])
|
||||
|
||||
const initialPage = store.me.followsCount === 0 ? 1 : 0
|
||||
return (
|
||||
<Pager
|
||||
ref={pagerRef}
|
||||
testID="homeScreen"
|
||||
onPageSelected={onPageSelected}
|
||||
renderTabBar={renderTabBar}
|
||||
tabBarPosition="top"
|
||||
initialPage={initialPage}>
|
||||
tabBarPosition="top">
|
||||
<FeedPage
|
||||
key="1"
|
||||
testID="followingFeedPage"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue