react-native-macos/ReactAndroid
Xin Chen aacf28778e Reset the contentDescription when accessibility text is empty to revoke stale state
Summary:
This diff fixes accessibility value setter in BaseViewManager.java when the accessibility value is null. This is needed when we reset the value and would like to make sure the content description reflects the expected state, instead of the stale state when the value is set last time.

Changelog:
[Android][Fixed] - Reset accessibility value when it gets a null value

Reviewed By: NickGerleman

Differential Revision: D42160904

fbshipit-source-id: a8115a268461c8340d38350ab6fd3f21e4b14959
2023-01-03 13:48:58 -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 Always include inspector 2022-12-08 14:57:29 -08:00
libs
src Reset the contentDescription when accessibility text is empty to revoke stale state 2023-01-03 13:48:58 -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 Refactor CXX Component classes 2022-12-19 01:35:40 -08:00
gradle.properties deps(android): bump soloader to 0.10.5 (#35569) 2022-12-05 11:51:56 -08:00
proguard-rules.pro Cleanup OSS proguard rules and add @DoNotStripAny 2022-02-02 12:54:34 -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.