/react-native-rss-updated

Fork of jameslawler react-native-rss-parser with fixed critical xmldom exploit.

Primary LanguageJavaScriptMIT LicenseMIT

react-native-rss-parser

Fix for xmldom critical vulnerability.

Installation

  1. If you have the old react-native-rss-parser package, remove it
npm remove react-native-rss-parser
  1. 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",
},
  1. Update the packages
npm install
  1. 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

Usage example

See the original package for instructions: https://github.com/jameslawler/react-native-rss-parser