react-native/Libraries/LinkingIOS
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
..
RCTLinking.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
LinkingIOS.js [ReactNative] use Map, not Object when functions are keys 2015-06-08 17:43:17 -08:00
RCTLinkingManager.h Bump .buckversion to 6cdb82cb7493a86c39d0f0dc3c102d0f470f55de. 2015-04-23 08:24:08 -08:00
RCTLinkingManager.m Changed methodQueue to a property 2015-06-19 04:20:39 -08:00