Skip to content

fix: resolve Mobile Ink from the installed package - #5

Merged
Dronquavious merged 1 commit into
mathnotes-app:mainfrom
Dronquavious:fix/mobile-ink-package-resolution
Aug 15, 2026
Merged

fix: resolve Mobile Ink from the installed package#5
Dronquavious merged 1 commit into
mathnotes-app:mainfrom
Dronquavious:fix/mobile-ink-package-resolution

Conversation

@Dronquavious

Copy link
Copy Markdown
Contributor

Summary

Remove OpenNotes’ hard-coded local ../mobile-ink source overrides from TypeScript and Metro.

OpenNotes now resolves @mathnotes/mobile-ink from node_modules, using the exact version committed in package.json and package-lock.json (0.3.3).

This makes local development and GitHub Actions use the same package API and type declarations.

Why

The previous configuration always resolved Mobile Ink from a sibling local checkout. That could differ from the published dependency and caused TypeScript resolution failures in environments without the local engine workspace.

Validation

  • Ran npm ci --legacy-peer-deps
  • Ran npm run typecheck

@Dronquavious
Dronquavious merged commit 5bc0eb4 into mathnotes-app:main Aug 15, 2026
1 check passed
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.

1 participant