-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/mapping-layout-props
- Loading branch information
Showing
1,765 changed files
with
52,647 additions
and
43,041 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,14 +14,13 @@ | |
# and build a Android application that can be used to run the | ||
# tests specified in the scripts/ directory. | ||
# | ||
FROM reactnativecommunity/react-native-android:5.4 | ||
FROM reactnativecommunity/react-native-android:6.0 | ||
|
||
LABEL Description="React Native Android Test Image" | ||
LABEL maintainer="Héctor Ramos <[email protected]>" | ||
|
||
# set default environment variables | ||
ENV GRADLE_OPTS="-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs=\"-Xmx512m -XX:+HeapDumpOnOutOfMemoryError\"" | ||
ENV JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8" | ||
ENV KOTLIN_HOME="third-party/kotlin" | ||
|
||
ADD .buckconfig /app/.buckconfig | ||
|
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
Oops, something went wrong.