You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #55883
All 7 callers of DevSupportHttpClient are within ReactAndroid, so
there is no need to expose it as a public API. Make the class and all
its members internal.
Changelog: [Internal]
Reviewed By: cipolleschi
Differential Revision: D95059038
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/inspector/DevSupportHttpClient.kt
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ import okhttp3.OkHttpClient
19
19
* dispatcher across all dev support HTTP and WebSocket usage. Supports injecting custom request
20
20
* headers that are applied to every outgoing request via an OkHttp interceptor.
0 commit comments