@amafil/react-native-pdf-toolkit 1.0.9 → 1.0.10

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.
@@ -635,6 +635,7 @@ public class PdfView extends PDFView implements OnPageChangeListener,OnLoadCompl
635
635
  }
636
636
 
637
637
  moveTo(0, -accumulatedScrollOffset);
638
+ loadPages();
638
639
  Choreographer.getInstance().postFrameCallback(this);
639
640
  }
640
641
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amafil/react-native-pdf-toolkit",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "summary": "A react native PDF view component",
5
5
  "description": "A react native PDF view component, support ios and android platform",
6
6
  "main": "index.js",