Skip to content

Commit

Permalink
remove package from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEliraz committed Jun 7, 2024
1 parent 0f15d9e commit 1c1a411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/android/myapplication/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.wix.reactnativenotifications.app">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down

0 comments on commit 1c1a411

Please sign in to comment.