question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Expo] Failed to resolve plugin for module "react-native-email-link"

See original GitHub issue

Expo is unable to resolve the react-native-email-link plugin.

Steps to reproduce: 1 - expo init 2 - Add "plugins": ["react-native-email-link"] to app config. 3 - expo config --type prebuild

Note: expo --version: 4.12.1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
flexboxcommented, Jan 5, 2022

Hey @RicardoBrito1938

I successfully used a mix of 2 libraries to make it work on iOS and Android with Expo (no plugins required) react-native-email-link and expo-intent-launcher using pure JavaScript

The code is available here https://davidl.fr/blog/react-native-expo-email-app

  • for iOS it opens the Apple Mail app even if another email app is installed (I tested with sparks). I guess it’s kind of okay for now until the plugin solution works everywhere 😅
2reactions
tschoffelencommented, Nov 10, 2021

For people experiencing this problem and it blocking them from using the library, here is a temporary solution:

  1. Remove the plugin from your Expo config file.
  2. Follow the old instructions to enable on iOS.

If anybody with more Expo experience than me has a solution for this issue, please do let me know/submit a PR. Keen to get this resolved, but I don’t have the knowledge/time to do so!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to resolve plugin for module react-native-fbads ... - GitHub
Attempting to run expo rebuild --clean fails with the same error. This is my app.json where I configured the plugins array: { "expo":...
Read more >
expo failed to resolve plugin for module - You.com
Expo is unable to resolve the react-native-email-link plugin. Steps to reproduce: 1 - expo init 2 - Add "plugins": ["react-native-email-link"] to app config ......
Read more >
Unable to resolve module....Expo fails to compile every time
Hi, I am running Expo v20.20.1 on MacOS Sierra 10.12.6. I am very frustrated with Expo as I have been getting the same...
Read more >
Gradle build not working for React Native project after ...
After doing this, I somehow managed to update the Android Gradle Plugin Version to 4.1.3 and Gradle Version to 6.9 under File >...
Read more >
@expo/config-plugins - npm
A library for Expo config plugins. Latest version: 5.0.4, last published: a month ago. Start using @expo/config-plugins in your project by ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found