-
Notifications
You must be signed in to change notification settings - Fork 291
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
[error]callback is not a function #82
Comments
@smk524198002 can you share screenshot or detail of the error? |
Got the same issue, no more detail. async _loadData(page = 1, callback, options) { and in the render return :
|
ok with this "onFetch={(page, callback, options) => this._loadData(page, callback, options)}" my listview is well rendered. However I still got this error : |
<GiftedListView style={{flex:1}}
how to use? |
the warning is like this.
The text was updated successfully, but these errors were encountered: