-
Notifications
You must be signed in to change notification settings - Fork 2
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
Establish a way to test components inside the H&B app without publishing to npm #6865
Comments
Documented process should be: in However, the app is having trouble resolving the symlink imports |
Discovered that the issue here is that "The link command doesn't work because React Native packager doesn't support symlinks." (reference) So we can't use There's another packager called Haul that supports it, but this would have to be installed in the app instead of the native packer, so I'm calling this one a non-starter. Still investigating other ways |
I was able to get I'm going to move on to testing a CI check to make sure the app build works, we can use that as a baseline as well to make sure we're not breaking the app. |
PR is ready to run tests against the va-mobile-app Should be closing this up soon with a documentation PR |
Documentation PR: #6918 |
During our first component build we had a heck of a time testing inside the app without a patch publish to npm.
yarn link
is supposed to work, so ideally we should be able to use that, but any way we can test inside the app is fine. This ticket is to get that working and document the process.Starting the investigation with
yarn link
.Definition of done
The text was updated successfully, but these errors were encountered: