From ed2d778347cd0d973bcac2d1a2a3f2795b5becfe Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Sun, 25 Dec 2016 21:31:29 -0800 Subject: [PATCH] Update README.md Closes #38 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 95b8f21..8a03609 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ Or just download the repository and include it in your `node_modules` directly. [blob]: https://github.com/nfarina/xmldoc/blob/master/lib/xmldoc.js +## Installation - React Native + +I haven't tested this myself but [installing `buffer` and `stream` separately](https://github.com/nfarina/xmldoc/issues/38) may be necessary for `xmldoc` to work on React Native: + + npm install buffer stream xmldoc + ## Usage ```js