react-native-macos/ReactAndroid
Joshua Gross 47a9d18912 Delete LayoutAnimations gating code and related dead code
Summary:
Ship LayoutAnimations to 100% of users by removing feature-flag gating.

The `collapseDeleteCreateMountingInstructions_` stuff is always disabled for LayoutAnimations, so we can get rid of that too.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D25510740

fbshipit-source-id: 71bac44f829530458e4906ecd1e7e68e766de2ec
2020-12-12 03:40:30 -08:00
..
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Delete LayoutAnimations gating code and related dead code 2020-12-12 03:40:30 -08:00
.npmignore Don't publish /ReactAndroid/build to npm, update version on master 2015-10-12 11:11:40 -07:00
Android-prebuilt.mk More reliable way to get ReactAndroid build dir in Android-prebuilt.mk (#30222) 2020-10-27 10:06:58 -07:00
DevExperience.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
README.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
build.gradle Android OSS: Solve some Javadoc warning due to missing dependencies 2020-11-17 18:27:35 -08:00
gradle.properties bump okio to 1.17.5 (#30204) 2020-10-27 12:13:34 -07:00
proguard-rules.pro TM Android proguard: keep com.facebook.react.turbomodule.core.** 2020-11-09 02:24:41 -08:00
release.gradle cleanup release.gradle (#30468) 2020-12-08 15:56:51 -08: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.