irwanto

Results 6 comments of irwanto

make the node can be added note. its like attach image to the node

i am getting this error after retrying connection network. my internet no problem

this the problem fix on the master ![Screenshot_2022-04-30_13-35-04](https://user-images.githubusercontent.com/10395887/166094754-cec99af0-f95a-4d4a-86a5-806e1af5acc4.png)

That is possible, but it needs some native code in java to make it happen. I have tested, and it works. Step 1 : open file `PdfManager.java` in `/node_modules/react-native-pdf/android/src/main/java/org/wonday/pdf/PdfManager.java` change...

and if you want to have a bookmark function add some code to `PdfView.java` : declare : `private int bookmarks = 0;` adding on the `setPage(int page)` : ``` public...

> and change : > > ``` > File file = new File(this.path); > > if (file.exists()) { > try { > ParcelFileDescriptor fileDescriptor = ParcelFileDescriptor.open(file, ParcelFileDescriptor.MODE_READ_ONLY); > PdfRenderer pdfRenderer...