Fix for xmldom critical vulnerability.
- If you have the old react-native-rss-parser package, remove it
npm remove react-native-rss-parser
- Find your package.json file and add this to the list of dependecies
"dependencies": {
// Other packages...
"react-native-rss-parser": "github:SecreSwalowtail/react-native-rss-updated",
},
- Update the packages
npm install
- You may need to build the types for this package, run this if react can't find the pacakge.
npm i --save-dev @types/react-native-rss-parser
See the original package for instructions: https://github.com/jameslawler/react-native-rss-parser