xcarpentier / rn-pdf-reader-js

📄 PDF reader in JavaScript only for Expo - Android & iOS capable
MIT License
388 stars 164 forks source link

Update Expo peer dependency version #175

Closed mghignet closed 2 years ago

mghignet commented 2 years ago

Hello ! First, thank you for this library! I'm using it and it's awesome.

I was having issues with npm install after upgrading to Expo v45. I updated the versions in the peerDependencies section so that it works again. Tested with Node v16.13.0 with NPM v8.11.0.

I'm using my own version as a dependency for my projects while this is being reviewed.

Thank you!

gabora93 commented 2 years ago

Hi there, im having trouble with this package. I updated the expo sdk and now I cant install it. How could I install your edited version of the package on my app ? @mghignet

mghignet commented 2 years ago

Hi,

Unfortunately, I couldn't make it to the end either. It requires the publication the update of something I forgot about already, that only @xcarpentier could publish (not present in code). We ended up using npm i --legacy-peer-deps.

I'm closing this.