Fix config plugin INVALID_PLUGIN_IMPORT error #2080
Merged
+89
−384
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Some users have been getting a INVALID_PLUGIN_IMPORT error when building on expo, the error also happens when using the expo vscode extension.
Fixes #1915
This also updates the version of
react-native-builder-bob
as I wanted to see if the latest version also creates those package.json files, but it does. I kept the version upgrade, but can revert if you prefer as it doesn't fix the issue.Motivation
react-native-builder-bob
generates package.json files under the lib folder, which seems to confuse how expo resolves the config plugin. I went looking at other libraries that have an expo plugin and build using bob and found this https://github.com/zoontek/react-native-bootsplash/blob/master/package.json#L50.Testing
Documentation
Select one: