-
Notifications
You must be signed in to change notification settings - Fork 260
No chart visible #10
Comments
for me, my simulator does not show, however in my android device it works as intended |
I'll try on my devices |
me too, seem iOS 10/xCode 8 bug |
Any way to get the charts to display on the simulator? |
I think it may be related to svg support in iOS simulator so I don't think that it could be cleared. I tried a lot but no chance around. |
Me too, nothing is displayed on my iOS 9 and 10 devices. I have the exact same screenshot as OP. |
Interesting. I'm not seeing the same thing after upgrading to xCode8(/iOS10). I suspect there is something else going in a parent component above the StockLineChart. I'm curious what you see if you simplify things by taking the example app and removing everything but the StockLineChart. Here's what I have in index.ios.js
and what it produced for me in the simulator: what happens when you do the same? |
Closing this issue as I haven't seen anyone provide any more info to reproduce the issue. We recently upgraded the project to use React Native 0.35. Not sure that clears up some of the problems above, but it may be worth a try to get the latest to see if it fixes previous problems. |
@marzolfb Have the same issue on RN 0.37 on real device and emulator also... But it worked good before upgrade on previous RN 0.32 |
I added one of your chart exemple, and i have an empty view. I added a text before to be sure it wasn't render outside of the visible field....
It should be rendered in the StockLine.
Am i doing something wrong?
The text was updated successfully, but these errors were encountered: