From d678facb6d3d84dbbdfa23db90aea331a45b8f86 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 9 Dec 2015 22:14:47 +0100 Subject: [PATCH] Add a rnpm using section to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f6fa67b..fbda5c0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Version 1.3.0 supports react-native >= 0.16.0 ## Add it to your project +You can use [`rnpm`](https://github.com/rnpm/rnpm) to add native dependencies automatically: + +`$ rnpm link` + +or do it manually as described below: + ### iOS 1. Run `npm install react-native-linear-gradient --save`