From 021dfc350deda830c8006e1eb66814bb77090f1e Mon Sep 17 00:00:00 2001 From: Ron Arts Date: Thu, 22 Jun 2017 16:08:52 +0200 Subject: [PATCH] Clarify in docs that npm install in main dir is needed for NavigationPlayground (#1712) Updated documentation on running the NavigationPlayground example --- packages/react-navigation/docs/guides/Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-navigation/docs/guides/Contributors.md b/packages/react-navigation/docs/guides/Contributors.md index 416d45ac..500262e9 100644 --- a/packages/react-navigation/docs/guides/Contributors.md +++ b/packages/react-navigation/docs/guides/Contributors.md @@ -22,6 +22,7 @@ npm install ### Run the example app ``` +npm install cd examples/NavigationPlayground npm install cd ../..