mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
57e7556b8d
Summary: While browsing the repository, I noticed that the link to how to build for Android has changed. It's a very simple fix. Verifying that the URL is correct. None. <!-- Required. Help reviewers and the release process by writing your own release notes. See below for an example. --> [DOCS] [BUGFIX] [ReactAndroid/README.md] - Incorrect URL Closes https://github.com/facebook/react-native/pull/19450 Differential Revision: D8178077 Pulled By: hramos fbshipit-source-id: 388c35b5322416333681d66ef1b8ca42e9e83151
8 lines
336 B
Markdown
8 lines
336 B
Markdown
# Building React Native for Android
|
|
|
|
See the [docs on the website](https://facebook.github.io/react-native/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://facebook.github.io/react-native/docs/testing.html).
|