triniwiz / nativescript-popup

Apache License 2.0
22 stars 17 forks source link

Unexpected ':' token #11

Open mpniewski opened 6 years ago

mpniewski commented 6 years ago

I'm trying to run the .ts code given in the Usage section but it keeps throwing the Unexpected ':' token error near popup.showPopup( View | nativeView , view : View | nativeView);

Any ideas how to fix this?