react-native/Libraries/Geolocation
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
..
RCTGeolocation.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
Geolocation.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
RCTLocationObserver.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTLocationObserver.m [GeoLocation] invalidate timer after success or error callback 2015-05-26 14:59:14 -08:00