How to deploy nativescript-barcodescanner in typescript?

前端 未结 1 1029
长情又很酷
长情又很酷 2021-01-28 14:44

I am trying to run demo from https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/master/demo both locally and online at https://play.nativescript.org/?template=pl

相关标签:
1条回答
  • 2021-01-28 15:17

    With Playground (online) Or Preview command (locally), You can not use plugin those require native dependency such as Barcode Scanner.

    You will have to build the project using tns [run|build] commands locally, only then the native dependencies will be installed and you will be able to run them successfully.

    0 讨论(0)
提交回复
热议问题