mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 10:06:31 +00:00
9f01e4ccff
Summary: Context: On Android, I am currently overriding the role description for TalkBack on certain Roles. Currently, these are done only in English. I needed to add a checker that only overrides these role descriptions if the language of the phone is set Changes: * Added a language checker before I call setRoleDescription * Put the strings into variables. Note: This is done to prioritize a codemod for accessibilityRole. Eventually, we hope to add support for other languages on these roles. Reviewed By: blavalla Differential Revision: D8884991 fbshipit-source-id: 3182eb5856ea57939fb25b17522d4b79ef2078e3
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.