-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Trying to remove a view index' error when using YAxis with BarChart #244
Comments
1+ |
msand
added a commit
to software-mansion/react-native-svg
that referenced
this issue
Feb 9, 2019
Attempt to fix issues with removeChildren and manageChildren bugs, causing exceptions from RCTUIManager Related to #258 and #848 facebook/react-native#23350 https://github.com/FormidableLabs/victory-native/issues/432 indiespirit/react-native-chart-kit#62 JesperLekland/react-native-svg-charts#280 JesperLekland/react-native-svg-charts#244
msand
added a commit
to software-mansion/react-native-svg
that referenced
this issue
Feb 9, 2019
Fixed issues with removeChildren and manageChildren bugs, causing exceptions from RCTUIManager Related to #258 and #848 facebook/react-native#23350 https://github.com/FormidableLabs/victory-native/issues/432 indiespirit/react-native-chart-kit#62 JesperLekland/react-native-svg-charts#280 JesperLekland/react-native-svg-charts#244
Can you try with v9.2.4 of react-native-svg? |
The root cause is the Defs ViewManager returning nil for the shadowView, the most efficient way to workaround this if you want backwards compatibility with pre v9.2.4 is to wrap the Defs elements in a G, rather then the dynamic content. |
JackWillie
added a commit
to JackWillie/react-native-svg
that referenced
this issue
Nov 27, 2022
Attempt to fix issues with removeChildren and manageChildren bugs, causing exceptions from RCTUIManager Related to #258 and #848 facebook/react-native#23350 https://github.com/FormidableLabs/victory-native/issues/432 indiespirit/react-native-chart-kit#62 JesperLekland/react-native-svg-charts#280 JesperLekland/react-native-svg-charts#244
JackWillie
added a commit
to JackWillie/react-native-svg
that referenced
this issue
Nov 27, 2022
Fixed issues with removeChildren and manageChildren bugs, causing exceptions from RCTUIManager Related to #258 and #848 facebook/react-native#23350 https://github.com/FormidableLabs/victory-native/issues/432 indiespirit/react-native-chart-kit#62 JesperLekland/react-native-svg-charts#280 JesperLekland/react-native-svg-charts#244
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the problem?
RN returns an error: 'trying to remove a view index'
When does it happen?
When YAxis is used with BarChart
What platform? Android
React Native version: 0.57
Code to reproduce
The text was updated successfully, but these errors were encountered: