wonday / react-native-pdf

A <Pdf /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import undefined.RNPDFPackage error with 6.7.3

Ramaraju1992 opened this issue · comments

Hi Team,
we facing the below issue for the last two days(maybe after the 6.7.3 release from the library).

if we remove ^ and try installing node modules again. working fine

Screenshot 2023-11-20 at 12 49 45 PM Screenshot 2023-11-22 at 1 02 29 PM

thanks it works

i face the issue also. i just downgrade back

Downgrading enables a critical vulnerability related to CryptoJS. Is there a way to fix it?

I am facing the same critical vulnerability when downgrading.

Hi everyone, if you're facing a critical vulnerability from crypto-js, you can Override or create a Resolution for the dependency on your package.json:

NPM:

"overrides": {
    "crypto-js": "^4.2.0"
}