react-native/Libraries/Settings
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
..
RCTSettings.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
RCTSettingsManager.h [React Native] Added RCTSettings 2015-05-05 05:46:52 -08:00
RCTSettingsManager.m Fixed UIExplorer in Catalyst shell 2015-05-06 00:08:08 -08:00
Settings.android.js [React Native] Added RCTSettings 2015-05-05 05:46:52 -08:00
Settings.ios.js Check for RCTSettingsManager in Settings.ios 2015-07-06 04:47:04 -08:00