-
Notifications
You must be signed in to change notification settings - Fork 294
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
#104: Convert onEndReachedThreshold from pixels to ratio #148
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
"@babel/runtime": "*", | ||
"react": "*", | ||
"react-native": "*", | ||
"recyclerlistview": "3.1.0-beta.5" | ||
"recyclerlistview": "3.1.0-beta.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.5", | ||
|
@@ -40,7 +40,7 @@ | |
"metro-react-native-babel-preset": "^0.69.0", | ||
"react": "17.0.2", | ||
"react-native": "0.66.4", | ||
"recyclerlistview": "3.1.0-beta.5", | ||
"recyclerlistview": "3.1.0-beta.6", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are multiple readme files where version is referenced. Search all and change. It's there in install steps too. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could you do a search-and-replace for this change? There are other places where |
||
"typescript": "^4.6.2" | ||
}, | ||
"jest": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
should also be updated