Nathan Walker

Results 89 issues of Nathan Walker

### Is your feature request related to a problem? Please describe. Right now you can't use `font://` with TabView iconSource. ### Describe the solution you'd like Ability to use font...

feature
in progress

### Is your feature request related to a problem? Please describe. The 8.9 release will introduce a `ns widget ios` command with some built in default generation options. ### Describe...

feature-pending-triage

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...

feature

### Is your feature request related to a problem? Please describe. You should be able to switch between webpack/rspack/vite by setting a config option. ### Describe the solution you'd like...

feature
in progress

Work in progress. Was doing a few things with new APIs but several things still missing.

Reworks the legacy payment setup to be simpler to use while also using all latest SDKs. ## Example Usage ```ts import { Payment, Product } from '@nativescript/payments' const payment =...

- simple hook to allow vite access to app instance globally for hot reloading

- Improvements to project flavor handling, module resolution, and cross-platform compatibility in the Vite configuration and supporting utilities. - Polyfills are now resolved relative to the main entry directory, ensuring...

- ensure that query parameters are considered part of the module identity, similar to browser behavior which helps prevent unnecessary cache invalidation and improves module resolution consistency (ref: https://github.com/NativeScript/ios/pull/328)