react-native/Libraries/WebSocket
Nick Lockwood ef5cec4f08 Text highlighting on iOS
Summary:
This diff implements highlighting of tapped text subranges for the iOS `<Text>` component, styled to match how iOS webkit views highlight links (translucent grey overlay with rounded corners).

Highlighting is enabled by default for any `<Text>` component which has an onPress handler. To disable the highlight, add `suppressHighlighting={true}` to the component props.
2015-07-24 08:41:58 -08:00
..
RCTWebSocket.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
RCTSRWebSocket.h WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTSRWebSocket.m Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
RCTWebSocketExecutor.h WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTWebSocketExecutor.m [ReactNative] Remove unused executor context id 2015-07-14 16:40:21 -08:00
RCTWebSocketManager.h WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTWebSocketManager.m [ReactNative] Use RCTNullIfNill and (id)kCFNull 2015-06-12 11:03:10 -08:00
WebSocket.android.js WebSocket polyfill 2015-05-14 09:37:02 -08:00
WebSocket.ios.js WebSocket polyfill 2015-05-14 09:37:02 -08:00
WebSocketBase.js WebSocket polyfill 2015-05-14 09:37:02 -08:00