tschoffelen / react-native-email-link

📭 Open an email client from React Native (for 'magic link' type functionality).
MIT License
409 stars 74 forks source link

The minSdk version should not be declared in the android manifest file. #15

Closed JoshAntBrown closed 5 years ago

JoshAntBrown commented 5 years ago

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