react-native-pdf
react-native-pdf copied to clipboard
import undefined.RNPDFPackage error with 6.7.3
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
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"
}