[Expo] Failed to resolve plugin for module "react-native-email-link"
See original GitHub issueExpo 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:
- Created 2 years ago
- Reactions:4
- Comments:19 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
andexpo-intent-launcher
using pure JavaScriptThe code is available here https://davidl.fr/blog/react-native-expo-email-app
For people experiencing this problem and it blocking them from using the library, here is a temporary solution:
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!