Releases: react-native-community/docker-android
Releases · react-native-community/docker-android
v8.0
This newer version of reactnativecommunity/react-native-android
comes with a streamlined docker image and is going to be a breaking change as we removed:
- Buck executable
emulator
as well as system images and dependencies to run AVD inside the container- Fallback CMAKE_VERSION (the only version available is 3.22.1)
- Fallback ANDROID_BUILD_VERSION (the only version available is 33)
Changelog
- fix: improve ndk home compatibility by @gengjiawen in #194
- fix: sync upstream changes by @gengjiawen in #196
- Cleanup the Docker Image by @cortinico in #199
Full Changelog: v7.0...v8.0
v7.0
We're bumping the major version as the Node version was bumped from 14 to 16 in this image
What's Changed
- use node version manager by @krudos in #188
- feat: bump to node 16 by @krudos in #189
- Add CMake 3.22.1 to the container by @cortinico in #192
- feat: Add
jq
andshellcheck
to the docker image by @cortinico in #195
New Contributors
Full Changelog: v6.1...v7.0
v6.2
v6.1
What's Changed
- Bump SDK version to 33 by @makovkastar in #185
New Contributors
- @makovkastar made their first contribution in #185
Full Changelog: v6.0...v6.1
v6.0
This new release comes with a series of potentially breaking changes:
- NDK to 23 for Gradle (specifically some environment variables got renamed/update for Buck)
- Using prebuilt Buck instead of building Buck from source
- Updated Ubuntu version to 22.04 from 20.04
Full Changelog
- fix: permission for non-root user by @gengjiawen in #168
- doc: update invalid link by @gengjiawen in #176
- feat: bump command-lines tool version by @gengjiawen in #175
- Bump Ubuntu from 20.04 to 22.04 by @leotm in #179
- Use Buck from Jitpack by @cortinico in #178
- Update README.md by @abdrehman98 in #182
- Bump NDK to 23.1.7779620 for Gradle by @cortinico in #183
New Contributors
- @leotm made their first contribution in #179
- @abdrehman98 made their first contribution in #182
Full Changelog: v5.4...v6.0
v5.4
What's Changed
- Add
libicu-dev
to the list of the installed libraries by @cortinico in #165
Full Changelog: v5.3...v5.4
v5.3
What's Changed
- Cleanup Dockerfile after API 31 bump by @ShikaSD in #156
- Migrate to supported ubuntu image by @lunaleaps in #161
- fix: add missing key by @gengjiawen in #162
- Add a
CMAKE_BIN_PATH
variable to the PATH by @cortinico in #164
New Contributors
- @lunaleaps made their first contribution in #161
- @cortinico made their first contribution in #164
Full Changelog: v5.2...v5.3
v5.2
v5.1
What's Changed
- remove ANDROID_SDK_HOME env variable by @dulmandakh in #154
New Contributors
- @padupuy made their first contribution in #120
- @chakrihacker made their first contribution in #111
- @shensven made their first contribution in #144
- @zanechua made their first contribution in #150
Full Changelog: v1.0.7...v5.1
v5.0
add jdk 11