From ccda5f96555f85bffab0bc51201d1cc0d77dcd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 26 Feb 2016 15:25:17 -0500 Subject: [PATCH] Add Cocoapods in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e92160c..8678f72 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ npm i --save gl-react-native ![](https://github.com/ProjectSeptemberInc/gl-react-native/raw/master/docs/install-steps.png) +or if you use Cocapods: + +```ruby +pod 'RNGL', :path => './node_modules/gl-react-native' +``` + **on Android:** 1. `android/settings.gradle`:: Add the following snippet -- 2.26.2