mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Summary: Add the ability to build on top of the OkHttpClient.Builder by defining a lambda that gets called on network requests [Android][Added] - Public method `setCustomClientBuilder` to the native `com.facebook.react.modules.network.NetworkingModule`, that allows customizing the OkHttpClient per-request for greater control over HTTP requests. Reviewed By: hramos Differential Revision: D14288613 fbshipit-source-id: 34df0ff3e18eeea1d565ccfcf97408379900120b
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.