We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
paginationWaitingView
@iwater
when i copy the example from README, got this warning,
Warning: Failed prop type: The prop `paginationWaitingView` is marked as required in `GiftedVirtualizedList`, but its value is `undefined`.
yes, in here, it is isRequired,
isRequired
react-native-infinite-virtualized-list/src/GiftedVirtualizedList.js
Line 9 in 962cd4d
but, where it used,
here:
react-native-infinite-virtualized-list/src/InfiniteVirtualizedList.js
Line 14 in 962cd4d
and default:
Lines 18 to 20 in 962cd4d
so, i think you should remove the isRequired from API.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@iwater
when i copy the example from README, got this warning,
yes, in here, it is
isRequired
,react-native-infinite-virtualized-list/src/GiftedVirtualizedList.js
Line 9 in 962cd4d
but, where it used,
here:
react-native-infinite-virtualized-list/src/InfiniteVirtualizedList.js
Line 14 in 962cd4d
and default:
react-native-infinite-virtualized-list/src/InfiniteVirtualizedList.js
Lines 18 to 20 in 962cd4d
so, i think you should remove the
isRequired
from API.The text was updated successfully, but these errors were encountered: