My app crashes after login

The app crashes on homepage only when logging in but works fine with a new sign-up. I don’t know what is wrong. Could you help me?

Here is the log.

com.facebook.react.bridge.JSApplicationIllegalArgumentException

Exception com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property ‘d’ of a view managed by: RNSVGPath
at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp (ViewManagersPropertyCache.java:101)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty (ViewManagerPropertyUpdater.java:136)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps (ViewManagerPropertyUpdater.java:56)
at com.facebook.react.uimanager.ViewManager.updateProperties (ViewManager.java:79)
at com.facebook.react.uimanager.ViewManager.createViewInstance (ViewManager.java:181)
at com.facebook.react.uimanager.ViewManager.createView (ViewManager.java:108)
at com.facebook.react.uimanager.NativeViewHierarchyManager.createView (NativeViewHierarchyManager.java:281)
at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute (UIViewOperationQueue.java:160)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations (UIViewOperationQueue.java:1107)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded (UIViewOperationQueue.java:1078)
at com.facebook.react.uimanager.GuardedFrameCallback.doFrame (GuardedFrameCallback.java:29)
at com.facebook.react.modules.core.ReactChoreographer$1.doFrame (ReactChoreographer.java:89)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1230)
at android.view.Choreographer.doCallbacks (Choreographer.java:1029)
at android.view.Choreographer.doFrame (Choreographer.java:925)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1217)
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loopOnce (Looper.java:233)
at android.os.Looper.loop (Looper.java:344)
at android.app.ActivityThread.main (ActivityThread.java:8212)
at java.lang.reflect.Method.invoke
at com.android.internal. …os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:584)
at com.android.internal. …os.ZygoteInit.main (ZygoteInit.java:1034)
Caused by java.lang.reflect.InvocationTargetException:
at java.lang.reflect.Method.invoke
at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp (ViewManagersPropertyCache.java:93)
Caused by java.lang.Error:
at com.horcrux.svg.PathParser.parse_number (PathParser.java:560)
at com.horcrux.svg.PathParser.parse_list_number (PathParser.java:528)
at com.horcrux.svg.PathParser.parse (PathParser.java:114)
at com.horcrux.svg.PathView.setD (PathView.java:32)
at com.horcrux.svg.RenderableViewManager$PathViewManager.setD (RenderableViewManager.java:452)

@mizuhase,

Are you experiencing this issue still?

I removed a line graph, then it stop crashing.

I gave data to the line graph and it crashes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.