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.
Docker android: addressing AVD launch issue (facebook#30279)
Summary: Pull Request resolved: facebook#30279 Take in the fix from facebook#30273 + force starting adb server before launching AVD. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D24638504 fbshipit-source-id: 7a379eb1db49ab418d9d91d20b49a02bbc0bc71c
- Loading branch information
1 parent
864cdf3
commit 49d41c9
Showing
5 changed files
with
52 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# and build a Android application that can be used to run the | ||
# tests specified in the scripts/ directory. | ||
# | ||
FROM reactnativecommunity/react-native-android:1.0.5 | ||
FROM reactnativecommunity/react-native-android:1.0.6 | ||
|
||
LABEL Description="React Native Android Test Image" | ||
LABEL maintainer="Héctor Ramos <[email protected]>" | ||
|
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
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
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
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