mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
9ee0e1c78e
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36471 The previous native web socket API, `RCTSRWebSocket`, appears to be an older version of the one provided as part of [SocketRocket](https://github.com/facebookincubator/SocketRocket). The latter has several improvements, such as the ability to respect proxy settings, which has been requested by a user of a React Native app. Everything translates over pretty easily, and considering that SocketRocket is already a dependency of Flipper, there doesn't seem to be much additional cost to swapping out the libraries. If we wanted to make things even slimmer, it may even be possible to make the WebSocket library be optional for release builds. ## Changelog [IOS] [CHANGED] - Use SocketRocket for web socket library Pull Request resolved: https://github.com/facebook/react-native/pull/36347 Test Plan: Validated the following: * The WebSocket test page in RNTester * Live reloading Reviewed By: cortinico Differential Revision: D43768835 Pulled By: javache fbshipit-source-id: 11e1ac2700bc92991897c594622e6687339bfcbf |
||
---|---|---|
.. | ||
__flowtests__ | ||
ActionSheetIOS | ||
Alert | ||
Animated | ||
AppDelegate | ||
AppState | ||
BatchedBridge | ||
Blob | ||
BugReporting | ||
Components | ||
Core | ||
DevToolsSettings | ||
DOM/Geometry | ||
EventEmitter | ||
Events | ||
FBLazyVector | ||
HeapCapture | ||
Image | ||
Inspector | ||
Interaction | ||
JSInspector | ||
LayoutAnimation | ||
Linking | ||
LinkingIOS | ||
Lists | ||
LogBox | ||
Modal | ||
NativeAnimation | ||
NativeComponent | ||
NativeModules/specs | ||
Network | ||
NewAppScreen | ||
Performance | ||
PermissionsAndroid | ||
Pressability | ||
PushNotificationIOS | ||
RCTRequired | ||
ReactNative | ||
ReactPrivate | ||
Renderer | ||
Settings | ||
Share | ||
StyleSheet | ||
SurfaceBackedComponent | ||
SurfaceHostingComponent | ||
Text | ||
TurboModule | ||
Types | ||
TypeSafety | ||
Utilities | ||
vendor | ||
Vibration | ||
WebPerformance | ||
WebSocket | ||
Wrapper | ||
YellowBox | ||
.npmignore | ||
Promise.js | ||
promiseRejectionTrackingOptions.js | ||
UTFSequence.js |