PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

UILabel & android.widget.Spinner definition missing #82

Closed rezonjov closed 7 years ago

rezonjov commented 7 years ago

This is what I got trying to run the application

node_modules/nativescript-drop-down/drop-down.d.ts(40,14): error TS2304: Cannot find name 'UILabel'.

node_modules/nativescript-drop-down/drop-down.d.ts(41,18): error TS2503: Cannot find namespace 'android'.

TypeScript compiler failed with exit code 1

I'm using

Work around for now is to change line 40 & 41 to:

   ios: any;
   android: any;
PeterStaev commented 7 years ago

There other issues about this and various resolutions. Please use the search to find the workarounds.

yezarela commented 7 years ago

39