From 84aa3627b4d4ce498bcb6909e7fd6383b9dacf4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 19 Jun 2017 15:57:35 -0500 Subject: [PATCH] doc: add a note con the recommended Node + npm versions --- doc/mobile.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/mobile.md b/doc/mobile.md index e4caf651f..14c4346ea 100644 --- a/doc/mobile.md +++ b/doc/mobile.md @@ -10,6 +10,8 @@ First make sure the [React Native dependencies] are installed. **NOTE**: The app must be built for an actual device since the simulators don't work properly with the native plugins we require. +**NOTE**: Node 6.X and npm 3.X are recommended for building. + ## iOS