plugin-seed
plugin-seed copied to clipboard
Build NativeScript Plugins Fast ⚡
Is it possible to have a sample plugin to create plugins with native views using third party libraries?
On windows running ```npm run setup``` fails with ``` The system cannot find the path specified. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] setup: `npx rimraf...
I'm developing an audio player plugin with the ability to control on the lock screen for iOS. The emulator does not support such controllers. How do I run a demo...
Given the following `packages/expo-contacts-nativescript-plugin/package.json`: ```json { "name": "@nativescript-community/expo-contacts-nativescript-plugin", "version": "1.0.0", "description": "Expo Contacts, adapted for NativeScript.", "main": "Contacts.js", "typings": "Contacts.d.ts", "nativescript": { "platforms": { "ios": "7.0.6", "android": "7.0.1" } },...
I can understand the case for `@nativescript/webpack` (it has its own executable binary, so maybe can't be hoisted), but what about `@nativescript/android` and `@nativescript/ios`?
At this point, my demo app's `package.json` contains only one dependency that isn't hoisted: `@nativescript/webpack`. I'm still amazed though, that this one dependency alone leads to the installation of all...
Hello, First of all, thank you very much for the big effort you've invested on this. It looks awesome. I've been checking the [plugins](https://github.com/NativeScript/plugins) repo and I can't see where...