react-native-push-notification-ios-response

React Native (iOS) support for userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:

Usage no npm install needed!

<script type="module">
  import reactNativePushNotificationIosResponse from 'https://cdn.skypack.dev/react-native-push-notification-ios-response';
</script>

README

react-native-push-notification-ios-response

Getting started

$ npm install react-native-push-notification-ios-response --save

Mostly automatic installation

$ react-native link react-native-push-notification-ios-response

Usage

import PushNotificationIOSResponse from "react-native-push-notification-ios-response";

// TODO: What to do with the module?
PushNotificationIOSResponse;