After installing the library and running react-native link react-native-email-link the gradle sync fails with the following error message:
The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
Removing the minSdkVersion line from the AndroidManifest.xml resolves this issue and allows gradle to sync
After installing the library and running
react-native link react-native-email-link
the gradle sync fails with the following error message:Removing the minSdkVersion line from the AndroidManifest.xml resolves this issue and allows gradle to sync