react-native-macos/ReactAndroid
Nicola Corti ae557a1b03 Fix a couple of warnings in the ReactAndroid:hermes-engine build
Summary:
While buildling locally, those two warnings pop up.
- ANDROID_LD being unused by the CMake toolchain. I'm removing it.
- The Download task encountering a weak eTag. I'm updating it:
https://github.com/michel-kraemer/gradle-download-task

Changelog:
[Internal] [Changed] - Fix a couple of warnings in the ReactAndroid:hermes-engine build

Reviewed By: dmytrorykun

Differential Revision: D42738919

fbshipit-source-id: 7bd8785ad5b7431d557e2f8c8876b7c3f7294a43
2023-01-25 05:13:53 -08:00
..
cmake-utils Fix variable expansion in ReactNative-application.cmake (#35306) 2022-11-12 09:11:46 -08:00
external-artifacts Publish both Hermes Debug and Release inside `react-native-artifacts` 2022-10-19 09:53:49 -07:00
hermes-engine Fix a couple of warnings in the ReactAndroid:hermes-engine build 2023-01-25 05:13:53 -08:00
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Add maintainVisibleContentPosition support on Android (#35049) 2023-01-23 12:00:05 -08:00
.npmignore Do not publish Android tests inside the NPM package 2022-05-23 12:28:33 -07:00
DevExperience.md Fix Dead links to documents in the comments (#32619) 2021-11-22 03:31:10 -08:00
README.md Update CONTRIBUTING.md, replace wiki links (#34035) 2022-06-21 19:30:23 -07:00
build.gradle Bump CMake to 3.22.1 to properly honor CMAKE_BUILD_TYPE (#35857) 2023-01-18 09:49:27 -08:00
gradle.properties deps(android): bump soloader to 0.10.5 (#35569) 2022-12-05 11:51:56 -08:00
proguard-rules.pro Replace "facebook.proguard.annotations" with "facebook.yoga.annotations" (#35841) 2023-01-16 11:25:59 -08:00
publish.gradle Update the template to use RNGP (#35075) 2022-10-25 13:13:14 -07:00

README.md

Building React Native for Android

See the Building from Source guide on the React Native website.

Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.