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
..
2015-04-07 18:26:09 -07:00
2015-05-14 09:39:52 -08:00
2015-07-24 08:41:58 -08:00
2015-05-28 09:31:57 -08:00