We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bd672 commit fc79a03Copy full SHA for fc79a03
README.md
@@ -367,3 +367,4 @@ Example:
367
```
368
this.pdf.setPage(42); // Display the answer to the Ultimate Question of Life, the Universe, and Everything
369
370
+
index.js
@@ -276,6 +276,9 @@ export default class Pdf extends Component {
276
if (this._mounted) {
277
this.setState({progress: received / total});
278
}
279
+ })
280
+ .catch(async (error) => {
281
+ this._onError(error);
282
});
283
284
this.lastRNBFTask
0 commit comments