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.
This commit is contained in:
Saúl Ibarra Corretgé 2022-01-14 11:55:55 +01:00 committed by Saúl Ibarra Corretgé
parent dc8d769d5b
commit 842d715723
1 changed files with 1 additions and 3 deletions

View File

@ -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"
}
}