Questions tagged [svelte-native]

23 questions
5
votes
2 answers

The Preview service has been disabled until further notice. Configure local builds and use "ns run " instead when running ns preview on Svelte Native

I'm new to Svelte Native. I was following the Quick Start steps on docs. Installing nativescript and creating the new Svelte-Native app with npx degit halfnelson/svelte-native-template myapp were no issue. But, after I've cd myapp and then ran ns…
Zedd
  • 2,069
  • 2
  • 15
  • 35
4
votes
0 answers

ValidationError: 'value' is not a valid binding on elements Svelte-Native

I've created a new Svelte-native application and I'm trying to bind my value as follows:
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
3
votes
0 answers

Unable to use Nativescript plugins on Svelte native( nativescript-videoplayer)

I have been trying to use the nativescript-videoplayer plugin with svelte native. the documentation says to use the registerNativeViewElement to use nativescript plugins. Even after registration, I'm unable to use the component //app.ts import {…
2
votes
1 answer

Show list view from fetch in Svelte Native

I am fetching data from an JSON placeholder api I want to iterate over each response and show it in my list view, however I just can't get it to work. It always just shows the waiting block and never gets to the fetch block. I am quite new to…
2
votes
1 answer

Deployment FAILS on iOS 14 (Svelte Native, Xcode 12)

This morning I noticed that Xcode was being updated. Once that was done, I was no longer able to deploy my Svelte Native project on the emulator: Unable to apply changes on device: F863B5B4-A568-4311-9153-9ED22B008275. Error is: ENOENT: no such file…
Janos
  • 1,987
  • 3
  • 17
  • 24
1
vote
0 answers

The given sign-in provider is disabled error while it is enabled in the console

I have created a new app with SvelteNative and I want to use firebase auth in it. I installed @nativescript/firebase-core and @nativescript/firebase-auth in my project and I have added the file app/App_Resources/Android/google-service.json that I…
1
vote
1 answer

Is there a difference between using Svelte with Nativescript and "Svelte native"?

Is there a difference between using Svelte with Nativescript and "Svelte native" ? If yes, what is the most significant difference in practice ?
Serge Hulne
  • 594
  • 5
  • 17
1
vote
0 answers

Svelte Native with SQLite

I have been trying to incorporate sqlite to my svelte native app; I want to store information from a data collection form(data input into textfields) and store them and i have looked around and so far still to no avail. any kind of help for this…
1
vote
0 answers

How to use nativescript-markdown-view in SvelteNative?

This is the package: nativescript-markdown-view I'm currently using SvelteNative and I have a simple svelte-native-template created by following the steps here and the app I'm developing is already large so there's no issues for svelte-native. Now,…
Zedd
  • 2,069
  • 2
  • 15
  • 35
1
vote
0 answers

How do I resolve a CONSOLE WARN with "UITabBarControllerImpl" in NS Preview after tweaking Xcode settings?

I'm very new to mobile app development, and though I've settled on using Svelte-Native at this point, I was considering various frameworks a couple of weeks ago (React Native and Kivy). Svelte-Native's, Your First App, was the first tutorial I…
0
votes
0 answers

Using FontAwesome in Svelte Native dynamically

I would like to do something like this:
0
votes
0 answers

Svelte (Native): Using of event on a DOM element and it throws a type error

In my project I am using RadListView component for listing out some items and based on their documentation I made this implementation of it:
f.bele
  • 207
  • 2
  • 13
0
votes
1 answer

Svelte Native TypeScript errors: No overload matches this call

In this case my question is Svelte Native specific. I want to build an app using Svelte Native and the TypeScript error that I am getting is for using props on Svelte components in the template (.svelte) files, something like this: But this error…
f.bele
  • 207
  • 2
  • 13
0
votes
1 answer

Prevent content bounce when hiding top NavBar svelte-native

I have this svelte-native app and I need to hide the actionBar when the user scrolls up, the main idea is to slide the bar up when scrolled down, and bringing it back down when the content is being scrolled up. The problem lies at the hiding of the…
Keshav.h
  • 35
  • 9
0
votes
0 answers

How to use the auth emulator for nativescript firebase

I've got the auth system set up on nativescript. When I try to use google signin, though, it doesn't let me use the emulator like I usually can on the web. Here's the code I'm trying to use: const auth =…
1
2