Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
infinite scroll complete
Browse files Browse the repository at this point in the history
  • Loading branch information
markan-colligence committed Jan 31, 2019
1 parent 9b77bbf commit e45f065
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Components/AppTabNavigator/HomeTab.js
Expand Up @@ -163,7 +163,10 @@ class HomeTab extends Component {
<Body><Text>Instagram</Text></Body>
<Right><Icon name='ios-send' style={{ paddingRight:10 }}/></Right>
</Header>
<Content scrollEventThrottle={300} onScroll={this.setCurrentReadOffset}>
<Content
scrollEventThrottle={300}
onScroll={this.setCurrentReadOffset}
removeClippedSubviews={true}>
{/* 여기부터 스토리 헤더 시작 */}
<View style={{ height: 100 }}>
<View style={{ flex: 1, flexDirection: 'row', justifyContent: 'space-between', alignItems: 'center', paddingHorizontal: 7 }}>
Expand Down

0 comments on commit e45f065

Please sign in to comment.