Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to hidden the pull loading view #72

Open
shangcongrong opened this issue Sep 19, 2016 · 0 comments
Open

How to hidden the pull loading view #72

shangcongrong opened this issue Sep 19, 2016 · 0 comments

Comments

@shangcongrong
Copy link

shangcongrong commented Sep 19, 2016

I user this view and pull to refresh ,and when I pull down , the circle loading view still visible even after the data has update .I don't know which parameters can hidden the circle loading view.And this is my code:

            <GiftedListView
                contentContainerStyle = {styles.list_view_style}
                dataSource = {this.state.dataSource}
                rowView = {this.renderRow}
                initialListSize = {10}
                pageSize = {10}
                onEndReached = {this.onEndReached}
                onEndReachedThreshold = {this.state.endReachedThresholdNum}
                enableEmptySections = {true}
                onFetch={this.refreshData}
                firstLoader={true} // display a loader for the first fetching
                pagination={false} // enable infinite scrolling using touch to load more
                refreshable={true} // enable pull-to-refresh for iOS and touch-to-refresh for Android
                withSections={false} // enable sections
                paginationAllLoadedView={this._renderPaginationAllLoadedView}
                customStyles={{
                  paginationView: {
                    backgroundColor: '#eee',
                  },
                }}
                refreshableTintColor="blue"
            />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant