mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 09:35:11 +08:00
Summary: Closes https://github.com/facebook/react-native/issues/7463. This PR fixes the `HEAD` http requests in Android. In Android all the HEAD http requests will fail, even if the request succeeds in the native layer due to an issue in the communication with the `OkHttp`. Closes https://github.com/facebook/react-native/pull/14289 Differential Revision: D5166130 Pulled By: hramos fbshipit-source-id: a7a0deee0fcb5f6a645c07d4e6f4386b5f550e31
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.