Skip to content

Commit 40b71fe

Browse files
authored
fix: revert change AndroidManifest to support RN < 0.71 (#561)
1 parent e7f49cb commit 40b71fe

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,3 +1,3 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1+
<manifest package="com.reactnativemmkv" xmlns:android="http://schemas.android.com/apk/res/android">
22

33
</manifest>

0 commit comments

Comments
 (0)