mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Simplify building RN Android in OSS (#38863)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38863 I created a simple way to build RN Android using yarn: changelog: [internal] internal Reviewed By: cortinico, NickGerleman Differential Revision: D48160016 fbshipit-source-id: 5157f0e717f48b32f2a6db0680c02975d9bd7a43
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ddcbc786dc
commit
0f244a627a
@@ -14,6 +14,7 @@
|
||||
"start": "cd packages/rn-tester && npm run start",
|
||||
"android": "cd packages/rn-tester && npm run android",
|
||||
"build": "node ./scripts/build/build.js",
|
||||
"build-android": "./gradlew :packages:react-native:ReactAndroid:build",
|
||||
"clean": "node ./scripts/build/clean.js",
|
||||
"test": "jest",
|
||||
"test-ci": "jest --maxWorkers=2 --ci --reporters=\"default\" --reporters=\"jest-junit\"",
|
||||
|
||||
Reference in New Issue
Block a user