Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit c004adc

Browse files
author
Axel Vencatareddy
committed
Add missing import (FirebaseMessaging)
1 parent a746d7c commit c004adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotification.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
import java.util.Map;
2626
import java.util.Random;
2727

28+
import com.google.firebase.messaging.FirebaseMessaging;
29+
2830
public class RNPushNotification extends ReactContextBaseJavaModule implements ActivityEventListener {
2931
public static final String LOG_TAG = "RNPushNotification";// all logging should use this tag
3032

0 commit comments

Comments
 (0)