This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/react-native-notifications/lib/android/app/src/main/AndroidManifest.xml b/node_modules/react-native-notifications/lib/android/app/src/main/AndroidManifest.xml | |
index 7053040..a8bc654 100644 | |
--- a/node_modules/react-native-notifications/lib/android/app/src/main/AndroidManifest.xml | |
+++ b/node_modules/react-native-notifications/lib/android/app/src/main/AndroidManifest.xml | |
@@ -11,25 +11,11 @@ | |
android:protectionLevel="signature" /> | |
<uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" /> | |
<uses-permission android:name="android.permission.VIBRATE" /> | |
- | |
- <application> |