Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@farfromrefug
Copy link
Collaborator

This PR makes the ui-mobile-base packages directly provided as source code inside @nativescript/core

  • we dont publish it as aar, xcframework in @nativescript/core anymore => smaller npm package
  • we dont build it while building @nativescript/core => @nativescript/core build does not need to be done on macos anymore (maybe only better for testing). Also even a macos intel can build now and does not need visionos sdk (not available on intel)
  • users apps can now patch ui-mobile-base code directly
  • users can debug ui-mobile-base directly with xcode and android studio in their app
  • it uses symlinks in the repo => does not break anything, you can still build ui-mobile-base to ensure it builds, or use a native test app
  • ui-mobile-base source code is now built with app dependencies for androidx, ... => uniformity, easy upgrade to latest SDks, java, ...
  • the only "drawback" is that app compile time might be a bit slower

@nx-cloud
Copy link

nx-cloud bot commented Oct 6, 2025

View your CI Pipeline Execution ↗ for commit 2d92115

Command Status Duration Result
nx test apps-automated -c=ios ✅ Succeeded 18s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-06 16:24:50 UTC

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