From 86b8065212e08f173a23e5d7010870c126bb6d5f Mon Sep 17 00:00:00 2001 From: COURTES Guillaume <guillaumecourtes88@gmail.com> Date: Fri, 9 Jul 2021 18:16:43 +0200 Subject: [PATCH] fix run android command --- react-native/ChatApp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native/ChatApp/README.md b/react-native/ChatApp/README.md index 0c123357e..59d58883e 100644 --- a/react-native/ChatApp/README.md +++ b/react-native/ChatApp/README.md @@ -6,4 +6,4 @@ Pour lancer l'application sur votre téléphone, après avoir cloné le projet, puis lancez cette commande pour installer les dépendances : ```npm install``` Puis vous pourrez lancer l'application sur votre téléphone : -```npm run android``` \ No newline at end of file +```react-native run-android``` \ No newline at end of file -- GitLab