svelte-native
svelte-native copied to clipboard
Svelte controlling native components via Nativescript
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 [](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...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](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...
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...