You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: