react-native/Libraries/PushNotificationIOS
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
..
RCTPushNotification.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
PushNotificationIOS.js add local notification api schedule and present 2015-07-14 09:08:30 -08:00
RCTPushNotificationManager.h Add an event for remote notification registration, and improve permissions request 2015-06-03 14:06:44 -08:00
RCTPushNotificationManager.m add local notification api schedule and present 2015-07-14 09:08:30 -08:00