Need to help with React-Native v0.56 crashes. #22795
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
💯 I need to help for my project, so let me know your knowledge
I've started a project for my new business with
React-Native
v0.51.0 andReact-Native-Navigation (wix)
v1.x.x .After a while we need to use
React-Native-Firebase
v5.x, and this package requiredReact-Native
v56.0.We upgraded
React-Native
v0.51 to v0.56.🔢 The application crashes started from here :
I had a lot of crash (in android) logs from my
React-Native-Sentry
crashlytics with the below messages:1. JSApplicationIllegalArgumentException
com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter in updateShadowNodeProp
Error while updating property 'width' in shadow node of type: RCTImageView
2. JSApplicationIllegalArgumentException
com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter in updateShadowNodeProp
Error while updating property 'stroke' of a view managed by: RNSVGPath
3. JSApplicationIllegalArgumentException
com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter in updateShadowNodeProp
Error while updating property 'matrix' of a view managed by: RNSVGGroup
...etc .
👎 Sad part of my story :-(
Now, unfortunately users of my application are so dissatisfied, i searched about these logs and i didn't get any result for resolve the application crashes, these crashes happens in random places and random time :( .
BTW, i don't know, What i should do ? change
React-Native
version ?If i should to change
React-Native
version, which version ofReact-Native
is more stable between v0.57.0 to v0.57.8 ?Also im using these packages:
The text was updated successfully, but these errors were encountered: