From cb9b355580baf2dd0b45cf16f2b5f08e885f5b09 Mon Sep 17 00:00:00 2001 From: Charlie Cruzan <35579283+cruzach@users.noreply.github.com> Date: Sun, 14 Apr 2019 14:02:44 -0400 Subject: [PATCH] add interactive notifications example snack link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9972682..6a0d9aa 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,5 @@ for you to take a look at, as well as a couple of [Snacks](https://expo.io/tools ## Snack Links (in progress of adding more) - [Example Snack](https://snack.expo.io/@documentation/pushnotifications) for the [Notifications](https://docs.expo.io/versions/v32.0.0/sdk/notifications/) API. Expo's guide for Push Notifications can be found [here](https://docs.expo.io/versions/v32.0.0/guides/push-notifications/). - + +- [Example Snack](https://snack.expo.io/@documentation/interactivenotificationexample) for Interactive Push Notifications. These are referred to as Notification Categories in the [Expo Docs](https://docs.expo.io/versions/latest/sdk/notifications/#notification-categories)