Skip to content

Commit

Permalink
Add package attribute to be used in the code generation process (#3176)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Tofan <[email protected]>
  • Loading branch information
andrei-tofan and Andrei Tofan authored Nov 17, 2023
1 parent 2edc34a commit 70bf7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.rnmapbox.rnmbx">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
Expand Down

0 comments on commit 70bf7e5

Please sign in to comment.