mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47092 This class should not be public. I'm updating the BUCK rule to make it `internal` and remove it from the public API surface. Technically breaking however I haven't found meaningful usages of this API in OSS so this should be safe to ship. Changelog: [Android] [Breaking] - Make `AccessibilityInfoModule` internal Reviewed By: mdvacca Differential Revision: D64539866 fbshipit-source-id: 21c9965dc95b697bef93bbad23872921a73566aa
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.