mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
aacf28778e
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
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.