PeterStaev / NativeScript-Drop-Down

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

JS: ERROR Error: Uncaught (in promise): TypeError: Could not load view for: DropDown.Error: com.tns.NativeScriptException: Failed to find module: "ui/core/proxy", relative to: app/tns_modules/ #98

Closed longfay closed 7 years ago

longfay commented 7 years ago

I found this error when running on Android.. Anyone have an idea? Thanks!

JS: ERROR Error: Uncaught (in promise): TypeError: Could not load view for: DropDown.Error: com.tns.NativeScriptException: Failed to find module: "ui/core/proxy", relative to: app/tns_modules/

PeterStaev commented 7 years ago

Hey @longfay , seems you are using an old version of the plugin with TNS 3.0. You should upgrade the plugin to version 3.0.1 which is fully compatible with TNS 3.0.

longfay commented 7 years ago

@PeterStaev Thanks!! It works now 👍