forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow specifying an appIdSuffix to run-android
Summary: Motivation Currently react-native run-android instals and starts your app, but if you have more than one variant, it doesn't know which one to start. This allows developers to pass in the suffix specified in build.gradle, so that the correct app is started. Test Plan verify that `react-native run-android` runs properly verify that `react-native run-android --appIdSuffix validSuffix` runs properly Closes facebook#13169 Differential Revision: D4823391 Pulled By: ericvicenti fbshipit-source-id: 31ed35fd79403804b4781e81eb49f1c4627d7f8e
- Loading branch information
1 parent
469638e
commit 824707e
Showing
1 changed file
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters