mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c0d8c1db90
Summary: We recently updated React Native's docs site to have its own domain reactnative.dev and needed to update the URLs in the source code CHANGELOG: [INTERNAL] Reviewed By: hramos Differential Revision: D20072842 fbshipit-source-id: 1970d9214c872a6e7abf697d99f8f5360b3b308e
8 lines
304 B
Markdown
8 lines
304 B
Markdown
# 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).
|