From 646a09c04cbbdc2cbae96ec14db1ed604a2c6cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 1 Jan 2020 14:57:40 +0100 Subject: [PATCH] Update README.md --- packages/gl-react-native/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gl-react-native/README.md b/packages/gl-react-native/README.md index db5cc7e..30b2901 100755 --- a/packages/gl-react-native/README.md +++ b/packages/gl-react-native/README.md @@ -8,7 +8,7 @@ If you are using Expo, it is recommended to use `gl-react-expo` instead. You will have to set up `react-native-unimodules` as documented here: https://github.com/unimodules/react-native-unimodules -**You will need a react-native-unimodules setup** +**You will need to setup react-native-unimodules** ``` yarn add react-native-unimodules @@ -17,10 +17,10 @@ yarn add react-native-unimodules If it's the first time you install `react-native-unimodules`, you will have to carefully follow the documentation to configure your project: [configure unimodules](https://github.com/unimodules/react-native-unimodules) (if not yet done) -**You can then install expo-gl dependencies:** +**You can then install gl-react dependencies:** ``` -yarn add expo-gl expo-gl-cpp +yarn add gl-react gl-react-native ``` ## Links