react-native/Libraries/Vibration
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
..
RCTVibration.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
RCTVibration.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTVibration.m [React Native] RCT_EXPORT lvl.2 2015-04-08 08:34:10 -08:00
VibrationIOS.android.js [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
VibrationIOS.ios.js Flowify Library/Utilities/ 2015-03-23 16:47:26 -08:00