This repository was archived by the owner on Jan 9, 2026. It is now read-only.
fix: 🐛 update import source location #74
Merged
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.
fix "None of these files exist" error encountered when building in expo occurs in three seperate files
What's New?
Updated the relative import location for PassageError and PassageReactNative in each file.
Screenshots (if appropriate):
Type of change
Checklist:
=> I ran the "prepack" script included in the package json. I then swapped the generated lib/modules folder for the same folder in my project's @passage/react-native node modules folder and was able to successfully run the build command and run on device.
=> Not in my build process. I cannot speak to other use cases.
=> I am unsure how I can be assured that any new integration test will pass. Some tests fail, but they are the same tests that fail on the main branch and appear unrellated to my changes
Additional context
After installing the module from npm into my project, three files have import issues. The files and import statements are included below:
File: node_modules>@passageidentity>passage-react-native>lib>module>shared>PassageTokenStore.js
File: node_modules>@passageidentity>passage-react-native>lib>module>PassageApp>PassageApp.js
File: node_modules>@passageidentity>passage-react-native>lib>module>PassageMagicLihk>PassageMagicLink.js