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

feat(mindfulpause): add functioning audio player #21

Merged
merged 2 commits into from
Sep 19, 2024
Merged

Conversation

achrinza
Copy link
Contributor

closes: #15

@achrinza
Copy link
Contributor Author

achrinza commented Sep 19, 2024

Failing due to monorepo setup:

Error: Unable to resolve module react from /home/runner/work/mental-health-app/mental-health-app/packages/frontend/app/index.js: react could not be found within the project or in these directories:
  node_modules
  ../../node_modules
  node_modules
  ../../node_modules
  1334 |
  1335 |
> 1336 | $CLJS.shadow$js["react"] = function() { return require("react"); };

Interesting that this does not fail in main, but it does here. Most likely due to transitive dependency on a metro- or expo-adjacent package, but I wasn't able to figure it out the offending package.

For posterity, this PR's package-lock.json is preserved here: https://gist.github.com/achrinza/b3d521c683acf58eaa4f0f51471c8aa2

Edit: Resolution thanks to facebook/metro#1337 (comment)

@achrinza achrinza merged commit 53b0f0e into main Sep 19, 2024
4 checks passed
@achrinza achrinza deleted the feat/audio branch September 19, 2024 10:50
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.

Create Audio for Mindful Pause
1 participant