Hello,
I'm trying to use VictoryPie but it's rendering on the top left corner of the view and only the bottom right quarter is visible as shown in the screenshot below.

I created a new project for this purpose and use the following libraries:
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native-svg": "5.2.0",
"victory-native": "^0.13.0"
The jsx that renders it is very simple
~~~
render() {
return (
alignItems: 'center',
backgroundColor: '#F5FCFF',}}>
);
}
~
Any ideas how I can solve this? Thank you.
Same for me, using [email protected], [email protected] and [email protected]
@ChrisGatzo that was a bad release timing issue on my part. Try 0.14.0
@boygirl It works! Thank you.
Most helpful comment
@ChrisGatzo that was a bad release timing issue on my part. Try
0.14.0