-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set up notification actions on iOS #1465
Comments
Hi @mathiasmoeller |
Yes, I agree this is probably a lot of work 😞. Maybe remove the iOS part then from the documentation? It is at the very end of the Section about Notification Actions. |
I looked on the iOS library, I think we can fork it in the library and unify the interface. |
There is a try in PRs, for reply actions, but I don't like how it's implemented. actions: [{
id: "yes",
label: "Yes",
icon: "..",
color: ".."
}] |
@Dallas62 sorry was on vacation :) Do you think there is any chance these features will find their way into iOS any time soon? 😇 |
Hi @mathiasmoeller |
I can totally understand :) Just keep me up to date if you are able to work on the iOS part :) |
Hi :) Any news on this issue ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
Is it possible to show notification actions on iOS?
The documentation for notification actions refers to this repo for ios:
https://github.com/holmesal/react-native-ios-notification-actions
Sadly it is not maintained anymore. I found a fork that fixes the build issues.
Nevertheless, it still does not work.
In the documentation of the iOS Push Notification plugin that is used internally to handle iOS notification, it says that
But as far as I know, notification actions are still supported in iOS in general. Is there a way to make this work? Does anyone have a working example of this? Thanks!
My setup is:
The text was updated successfully, but these errors were encountered: