bradleygore / nativescript-textinputlayout

Android Material Design TextInputLayout for NativeScript
36 stars 14 forks source link

Plugin not compatible with NativeScript 3.x.x #6

Closed NickIliev closed 7 years ago

NickIliev commented 7 years ago

NativeScript 3.0.0 has introduced a number of breaking changes.

Currently, the plugin is throwing with the following when used with nativeScript 3.x.x project.

TypeError: Could not load view for: TextInputLayout.Error: com.tns.NativeScriptException: Failed to find module: "ui/core/proxy", rel
ative to: app/tns_modules/

Due to changes to the way the property sytem works, the plugin will need to be re-written in the parts where dependency-observable properties and ui/core/proxy is used

oncul commented 7 years ago

same problem!

bradleygore commented 7 years ago

I've not been working on any NativeScript-related projects for the last several months, and have had extremely limited time. Welcome any PRs that get sent my way 😄

bradleygore commented 7 years ago

@NickIliev @cagatayoncul

Check out the 2.0.0 version of this plugin - it is now good to go for NativeScript 3.0!