irwanto
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 
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...