EddyVerbruggen / nativescript-printer

:fax: Send an image or the screen contents to a physical printer
MIT License
36 stars 13 forks source link

Updating printer.android.ts to import utils directly from @nativescri… #28

Closed methompson closed 3 years ago

methompson commented 4 years ago

…pt/core/utils/utils to fix a compatibility issue with NS 6.

When I use nativescript-printer v2 on an Android Application, the application crashes when I try to print. Previous versions of @nativescript/core don't have 'ad' in the Utils export. If I change the import to @nativescript/core/utils/utils, I get can get utils.ad and the application no longer crashes.