Simulator fixes

This commit is contained in:
Paul Frazee 2023-05-25 21:10:44 -05:00
parent bcedbbc8b3
commit 93984277c9
2 changed files with 4 additions and 3 deletions

View file

@ -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"