svelte-native icon indicating copy to clipboard operation
svelte-native copied to clipboard

Svelte controlling native components via Nativescript

Results 102 svelte-native issues
Sort by recently updated
recently updated
newest added

Showing same error message as Issue #24: 'text' is not a valid binding Will build and deploy to app anyways but is there a way to correct this? Thanks!

Sapper is no longer actively developed and SvelteKit is a much better experience :grin: Migration guide: https://kit.svelte.dev/migrating

I am looking to create a PWA project, but would like to write it in such a way that I can port it over to native apps without a lot...

for example ``` Module build failed (from ./node_modules/svelte-loader-hot/index.js): Error: ValidationError: 'text' is not a valid binding (36:15) 34: 35: 36: ^ 37: 38: at node_modules\svelte-loader-hot\index.js:154:12 at runMicrotasks () at processTicksAndRejections...

Hi, is a possibility to have intellisense in editor? Which editor do you use? I did not find autocomplete for NativeScript components in Svelte files. I usually use the PhpStorm...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

In a [minimal android svelte-native sample project](https://github.com/mrh1997/BaltechMobileUploader/tree/minimal-failed-javaproxy-gen-sample) I basically added two files: * A typescript file which generates a [native java proxy](https://github.com/mrh1997/BaltechMobileUploader/blob/minimal-failed-javaproxy-gen-sample/app/hostCardEmulationService.ts). * A [minimal svelte file](https://github.com/mrh1997/BaltechMobileUploader/blob/minimal-failed-javaproxy-gen-sample/app/App.svelte) The problem is,...

Any ideas why this message would be thrown? I cannot narrow down the problem yet.

I've been using React Native for some time. But I'm new to Svelte and Nativescript. Svelte Native's README lists a feature: > Uses unmodified Svelte and Nativescript modules What does...