Victory-native: Victory pie not rendering correctly

Created on 14 Jul 2017  路  3Comments  路  Source: FormidableLabs/victory-native

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.

screen shot 2017-07-14 at 12 50 44 pm

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 (
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',}}>


);
}
~
~

Any ideas how I can solve this? Thank you.

Most helpful comment

@ChrisGatzo that was a bad release timing issue on my part. Try 0.14.0

All 3 comments

@ChrisGatzo that was a bad release timing issue on my part. Try 0.14.0

@boygirl It works! Thank you.

Was this page helpful?
0 / 5 - 0 ratings