dotnetdreamer/nativescript-http-formdata

NS7+ Support

kkoates opened this issue · 2 comments

Hi,

Checking in to see if you are able to provide support for NS 7. Currently getting this error after upgrading from NS 6:

ERROR in ./node_modules/nativescript-filterable-listpicker/filterable-listpicker.js 3:13-53
Module not found: Error: Can't resolve 'tns-core-modules/ui/core/view' in '\node_modules\nativescript-filterable-listpicker'
@ ./src/app/app.component.ts 21:71-137
@ ./src/app/app.module.ts 9:22-48
@ ./src/main.ts 7:19-46

Hello,

For NS7, try importing from '@nativescript/core/ui/core/view' instead of 'tns-core-modules/ui/core/view'.

Hope that helps.

Fixed in v3