Remove extra content form react native webview

I’m using the rn-pdf-reader-js library in expo project. and iOS is working as expected for rendering pdf. But in android, there are problems with the requirement that pdf reader should be just like iOS.

In android rn-pdf-reader-js using HTML for rendering the pdf, it’s working fine but I want to remove extra file content like plus and minus buttons and header and footer from the page. And it’s also display loading at the end.

Please help me i’m waiting for it

Maybe you can do this with the style or webviewStyle props, but I think you would probably have to fork rn-pdf-reader-js and modify it so that it behaves the way you want it to.

I have forked already but no luck then i created the topic here