diff --git a/README.md b/README.md index 19b50d309144ffb0b6e49b7357dc11f0e248dae4..8e084aa2cecec90e53d52e14c3ff5ea7e8291168 100644 --- a/README.md +++ b/README.md @@ -535,6 +535,9 @@ NOTE: this flag doesn't work for Android push notification, use `custom_notifica #### Do I need to handle APNS token registration? No. Method swizzling in Firebase Cloud Messaging handles this unless you turn that off. Then you are on your own to implement the handling. Check this link https://firebase.google.com/docs/cloud-messaging/ios/client +#### I want to add actions in iOS notification +Check this https://github.com/evollu/react-native-fcm/issues/325 + #### Some features are missing Issues and pull requests are welcome. Let's make this thing better!