react-native/React
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
..
Base Refactored networking logic out into RCTDownloadTask 2015-07-23 04:00:31 -08:00
Executors [ReactNative][Profiler] Fix NSProcessInfo instacrash on iOS7 2015-07-20 19:36:13 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules [StatusBar] Add ability to toggle the network activity indicator in the status bar + example in UIExplorer 2015-07-23 16:22:56 -08:00
React.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
Views [ReactNative] Fix crash when reload during profile (attempt #2) 2015-07-22 11:02:32 -08:00