Firstly, thanks for your work on this project! π
Today I used patch-package to patch react-native-i18n@2.0.15 for the project I'm working on.
I had a lint error while running a production build saying that minSdkVersion should be removed from AndroidManifest.xml and placed in build.gradle. As it was already in build.gradle, all I had to do was remove this line.
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
react-native-i18n@2.0.15
for the project I'm working on.I had a lint error while running a production build saying that
minSdkVersion
should be removed fromAndroidManifest.xml
and placed inbuild.gradle
. As it was already inbuild.gradle
, all I had to do was remove this line.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.