From 842d715723cd8bfbdd38cbf4855f4203682ec193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 14 Jan 2022 11:55:55 +0100 Subject: [PATCH] feat(rn,build) drop confusing commands We don't recommend using the RN CLI due to the changes we make to the standard RN project layout. Xcode and Android Studio should be used to compile the app instead. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 13f3665d8..e64745fae 100644 --- a/package.json +++ b/package.json @@ -177,8 +177,6 @@ "lint-fix": "eslint --max-warnings 0 --fix .", "postinstall": "patch-package && jetify", "validate": "npm ls", - "start": "make dev", - "ios": "react-native run-ios", - "android": "react-native run-android" + "start": "make dev" } }