Skip to content

Commit fd0303c

Browse files
AliGoherShabirBr1an-Boyleliutingdu
authored
Update AndroidManifest.xml (#187)
fix: Added missing package attribute to fix issue while running pod install Co-authored-by: Brian Boyle <[email protected]> Co-authored-by: Liuting Du <[email protected]>
1 parent ecae30e commit fd0303c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1+
<manifest package="com.intercom.reactnative" xmlns:android="http://schemas.android.com/apk/res/android">
22

33
</manifest>

0 commit comments

Comments
 (0)