Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: expo-doctor plugin error #154

Merged
merged 1 commit into from
Oct 25, 2024
Merged

fix: expo-doctor plugin error #154

merged 1 commit into from
Oct 25, 2024

Conversation

ami-aman
Copy link
Contributor

Linear ticket: https://linear.app/customerio/issue/MBL-611/plugin-not-found-error-running-expo-doctor-1101

Problem:

Customers are facing an issue where the npx expo-doctor command fails with the error PLUGIN_NOT_FOUND
when using the Customer.io Expo plugin. The customers reported that they do have the plugin rightly installed and can find it in node_modules but still see the error on running the command hence becoming a blocker for the customers.

Solution:

This PR makes sure to include app.plugin.js on installing the customerio-expo-plugin in a customer app so that on running npx expo-doctor the file is found and the customers no longer see the error.

Testing:

Before the fix:
PluginError: Failed to resolve plugin for module "customerio-expo-plugin" relative to "/Users/xxx/xxxx/xxxxx"
Screenshot 2024-10-24 at 11 03 06 PM

After the fix:
expo-doctor runs successfully.
Screenshot 2024-10-24 at 11 00 28 PM

@ami-aman ami-aman requested a review from a team October 24, 2024 17:33
@ami-aman ami-aman merged commit 5b2adb3 into beta Oct 25, 2024
3 checks passed
@ami-aman ami-aman deleted the fixing-plugin-error branch October 25, 2024 07:57
github-actions bot pushed a commit that referenced this pull request Oct 25, 2024
## [1.0.0-beta.16](1.0.0-beta.15...1.0.0-beta.16) (2024-10-25)

### Bug Fixes

* expo-doctor plugin error ([#154](#154)) ([5b2adb3](5b2adb3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants