react-native-macos/ReactAndroid
Emily Janzer c32ec1f2ab Add @DoNotStrip annotation to JavaTimerManager.deleteTimer()
Summary:
This method is being stripped in release builds because it's used directly from C++ and not referenced in Java. Adding `DoNotStrip` to prevent this.

Changelog: [Internal]

Reviewed By: PeteTheHeat, mdvacca

Differential Revision: D19708826

fbshipit-source-id: a572f0295ab3b49e5884d0a6c723d65e4bbc9226
2020-02-05 15:26:11 -08:00
..
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Add @DoNotStrip annotation to JavaTimerManager.deleteTimer() 2020-02-05 15:26:11 -08:00
.npmignore Don't publish /ReactAndroid/build to npm, update version on master 2015-10-12 11:11:40 -07:00
DevExperience.md Update Broken Link #devcjog25 (#27025) 2019-10-28 12:11:45 -07:00
README.md Fixing link to Android build guide. 2018-05-27 15:17:55 -07:00
build.gradle Bump Android build-tools to 29.0.2, compileSdk to 29 2020-01-22 17:02:36 -08:00
gradle.properties Upgrade Folly to v2020.01.13.00 (#27811) 2020-01-21 12:44:00 -08:00
proguard-rules.pro Add new DoNotStrip class to proguard config (#27934) 2020-02-03 01:57:09 -08:00
release.gradle Tidy up license headers [1/n] 2019-10-16 10:06:33 -07:00

README.md

Building React Native for Android

See the docs on the website.

Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.