Tunaweza / nativescript-radiobutton

A plugin for nativescript that exposes the radiogroup and radiobutton native view elements.
Apache License 2.0
9 stars 7 forks source link

Update: NativeScript 3.0 Breaking Changes - ui/core/proxy missing #3

Open gauravbabu74 opened 7 years ago

gauravbabu74 commented 7 years ago

Sir ,

Please check this plugin as soon as possible. It is throwing multiple errors with nativescript 3.0.0.

######################## W (in promise): TypeError: Could not load view for: RadioGroup.Error: com.tns.NativeScriptException: Fail ed to find module: "ui/core/proxy", relative to: app/tns_modules/ JS: com.tns.Module.resolvePathHelper(Module.java:146) JS: com.tns.Module.resolvePath(Module.java:55) JS: com.tns.Runtime.callJSMethodNative(Native Method) JS: com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:1021) JS: com.tns.Runtime.callJSMethodImpl(Runtime.java:903) JS: com.tns.Runtime.callJSMethod(Runtime.java:890) JS: com.tns.Runtime.callJSMethod(Runtime.java:874) JS: com.tns.Runtime.callJSMethod(Runtime.java:866) JS: com.tns.gen.com.telerik.android.primitives.widget.sidedrawer.DrawerChangeListener.onDrawerClosed(com.telerik.android.prim itives.widget.sidedrawer.DrawerChangeListener.java) JS: com.telerik.android.primitives.widget.sidedrawer.RadSideDrawer.notifyClosed(RadSideDrawer.java:730) JS: com.telerik.android.primitives.widget.sidedrawer.RadSideDrawer.onTransitionEnded(RadSideDrawer.java:628) JS: com.telerik.android.primitives.widget.sidedrawer.transitions.DrawerTransitionBase.onEnded(DrawerTransitionBase.java:228) JS: com.telerik.android.primitives.widget.sidedrawer.transitions.DrawerTransitionBase.run(DrawerTransitionBase.java:211) JS: android.view.ViewPropertyAnimator$AnimatorEventListener.onAnimationEnd(ViewPropertyAnimator.java:1119) JS: android.animation.ValueAnimator.endAnimation(ValueAnimator.java:1239) JS: android.animation.ValueAnimator$AnimationHandler.doAnimationFrame(ValueAnimator.java:766) JS: android.animation.ValueAnimator$AnimationHandler$1.run(ValueAnimator.java:801) JS: android.view.Choreographer$CallbackRecord.run(Choreographer.java:911) JS: android.view.Choreographer.doCallbacks(Choreographer.java:686) JS: android.view.Choreographer.doFrame(Choreographer.java:619) JS: android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897) JS: android.os.Handler.handleCallback(Handler.java:739) JS: android.os.Handler.dispatchMessage(Handler.java:95) JS: android.os.Looper.loop(Looper.java:148) JS: android.app.ActivityThread.main(ActivityThread.java:7409) JS: java.lang.reflect.Method.invoke(Native Method)

markhatchell commented 7 years ago

Hey thanks, Looks related to this: https://github.com/bradmartin/nativescript-checkbox/issues/33 Will check it out today. Should be an easy fix.