react-native/Libraries/RCTTest
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
..
FBSnapshotTestCase [ReactNative] OSS snapshot tests 2015-03-24 10:16:15 -08:00
RCTTest.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
RCTTestModule.h Migrate unit tests from FBReactKitModules to FBReactKit 2015-07-07 16:39:35 -08:00
RCTTestModule.m [Bridge] Support nullability annotations in bridged methods 2015-06-30 04:17:20 -08:00
RCTTestRunner.h Migrate unit tests from FBReactKitModules to FBReactKit 2015-07-07 16:39:35 -08:00
RCTTestRunner.m Migrate unit tests from FBReactKitModules to FBReactKit 2015-07-07 16:39:35 -08:00