@nativescript-community/ui-pager 14.1.19 → 14.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ {}
package/index.ios.js CHANGED
@@ -761,6 +761,7 @@ var UICollectionDelegateImpl = /** @class */ (function (_super) {
761
761
  if (owner) {
762
762
  if (!owner.mIsInit) {
763
763
  owner._updateScrollPosition();
764
+ collectionView.collectionViewLayout.invalidateLayout();
764
765
  owner.mIsInit = true;
765
766
  }
766
767
  if (owner.items && indexPath.row === owner.lastIndex - owner.loadMoreCount) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-pager",
3
- "version": "14.1.19",
3
+ "version": "14.1.20",
4
4
  "description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ",
5
5
  "main": "index",
6
6
  "typings": "index.d.ts",
@@ -54,5 +54,5 @@
54
54
  },
55
55
  "license": "Apache-2.0",
56
56
  "readmeFilename": "README.md",
57
- "gitHead": "6f54519f300ba93ee0196cc1b4e92d16dd483d1a"
57
+ "gitHead": "de128d66d246d10094e24a4f2b8dad822aaa0fab"
58
58
  }