react-native-macos/ReactAndroid
Joshua Gross 0724ed0552 Fix crashes in ReactTextView View recycling
Summary:
Fix crashes that can occur on older versions of Android due to not-yet-implemented APIs.

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D37321713

fbshipit-source-id: a27aaf4b28e19a86f4cb10808162102177b9f306
2022-06-21 13:27:03 -07:00
..
cmake-utils Encapsulate all the CMake build logic inside a `ReactNative-application.cmake` file for RN Tester (#33985) 2022-06-10 02:13:20 -07:00
hermes-engine Disable Javadoc publishing as it's currently failing on CI 2022-05-18 11:48:16 -07:00
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Fix crashes in ReactTextView View recycling 2022-06-21 13:27:03 -07:00
.npmignore Do not publish Android tests inside the NPM package 2022-05-23 12:28:33 -07:00
Android-prebuilt.mk Bump boost for Android to 1.76 to align with iOS + fix (#33565) 2022-04-07 04:50:30 -07:00
DevExperience.md Fix Dead links to documents in the comments (#32619) 2021-11-22 03:31:10 -08:00
README.md docs: Fix dead links in README for rn-tester (#31901) 2021-07-27 11:01:47 -07:00
build.gradle Set root to be `..` for ReactAndroid 2022-05-23 09:40:29 -07:00
gradle.properties bump RTC-Folly to 2021.07.22 (#33841) 2022-06-21 12:36:43 -07:00
proguard-rules.pro Cleanup OSS proguard rules and add @DoNotStripAny 2022-02-02 12:54:34 -08:00

README.md

Building React Native for Android

See the docs on the wiki.

Running tests

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