This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

8 lines
304 B
Markdown
Raw Normal View History

2021-04-02 02:24:13 +03:00
# Building React Native for Android
See the [docs on the website](https://reactnative.dev/docs/building-from-source.html#android).
# Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see [Testing](https://reactnative.dev/docs/testing.html).