Skip to content

Commit 3dc719f

Browse files
author
Ron Radtke
committed
fixes #374
This issue is due to: react-native-community/discussions-and-proposals#671 And will reintroduce a warning for old libraries
1 parent f3ddf27 commit 3dc719f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ReactNativeBlobUtil">
22

33
<!-- Required to download files from Google Play -->
44
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)