plugins
plugins copied to clipboard
@nativescript plugins to help with your developments.
The links for homepage and repository on the npm-page for [`nativescript-ui-dataform`](https://www.npmjs.com/package/nativescript-ui-dataform) point here to this repository, but the code does not seem to be here. The documentation links on the...
Hello I'm experiencing problems uploading images in the background when using background-http on iOS. Here's how I implemented it: Versions: ``` "@nativescript/core": "~8.0.0", "@nativescript/background-http": "^5.0.2", ``` Implementation: ``` // filePath...
Hi! I'm testing out the google-signin plugin on a blank NS 8 project (android) and when I call `GoogleSignin.configure({...})`, I receive the following error: `ERROR Error: Uncaught (in promise): Error:...
This is tested on Android 30 emulator. On the finger prompt, press use pin and enter a correct pin. ``` System.err: An uncaught Exception occurred on "main" thread. System.err: Calling...
**Versions** ``` @nativescript/core: 7.3.0 @nativescript/android: 7.0.1 @nativescript/imagepicker: 1.0.5 ``` **Problem** Using `@nativescript/imagepicker` in Android 10, the returned selected image has the following form when logged to console: ``` { "_observers":...
@nativescript/Email v2.0.5 Error Calling email.compose with array 'attachments' fails with this error: JS: 'Error in email.compose: TypeError: Cannot read property \'indexOf\' of undefined' Problem The problem is that 'compose' in...
Hello, I really enjoy how Detox works, but the element matchers do not seem to be working in NativeScript. `element.byId()` works on iOS, but not on android `element.byLabel()` which -...
On iOS Versions >= 15.0, our App immediately crashes without logs when invoking the plugin in the latest version in a NS8 project. Everything went fine until we updated the...
Hello, I use formGroup to do my forms in my app so I used to define my form fields with formControlName like this : ```html ``` But when I put...
I want to install it in a monorepo package outside the NS app but it gives an error when trying to install, I think it would be nice to be...