This repository was archived by the owner on Sep 17, 2021. It is now read-only.
This repository was archived by the owner on Sep 17, 2021. It is now read-only.
Android Crash react-native-svg 4.5.0 #122
Open
Description
Before filing an issue please ensure the following boxes are checked, if applicable:
- I have searched for existing issues
- I have provided detailed instructions that can reproduce the issue (including code and data necessary)
I realise you have given reasons to not update react-native-svg, but 4.5.0 crashes on Android all the time. I have a StockLine graph that updates every 5 seconds. I simply create a new array of 15 items that is attached to the data prop. Using react-native-svg 4.5.0 it will only work for around 2 minutes before crashing. software-mansion/react-native-svg#38 explains my problem exactly and a fix was released in 4.6.0.
I have manually changed the package dependency to 5.1.3 and I'm not suffering the same problems. Is it possible to re-consider upgrading the react-native-svg package as 4.5.0 is almost unusable for me.