e9ae31dfd6
Summary: This change fixes a memory leak in `AccessibilityInfoModule`. Our tooling detected this memory leak. After this commit, we no longer see the leak in the tool. We've been using the change in our app. Adam Comella Microsoft Corp. Closes https://github.com/facebook/react-native/pull/14171 Differential Revision: D5128845 Pulled By: javache fbshipit-source-id: b604902188eb8cc029b1ad39d087e199ae26877c |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DEFS | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
release.gradle |
README.md
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.