From 543148d7c3f577a77762994fa39144cb36d211d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 6 Oct 2017 14:13:03 +0200 Subject: [PATCH] Update README.md --- packages/gl-react-native/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/gl-react-native/README.md b/packages/gl-react-native/README.md index 78d71c9..5aa7b64 100755 --- a/packages/gl-react-native/README.md +++ b/packages/gl-react-native/README.md @@ -9,6 +9,14 @@ To use this library, you will need install `gl-react` and `gl-react-native` which are pure JS libraries. For the native WebGL implementation, you also need to install `react-native-webgl`, please refer to the [README / Install](https://github.com/gre/react-native-webgl#install). +**To summarize:** + +``` +yarn add gl-react@next gl-react-native@next react-native-webgl +``` + +and then, [**don't forget to see how to configure react-native-webgl**]((https://github.com/gre/react-native-webgl#install)). + ## Links - [Github](https://github.com/gre/gl-react)