-
Notifications
You must be signed in to change notification settings - Fork 80
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
chart rendering issue on android devices #99
Comments
I can see that render is called, but most of the time the chart just doesn't show up or doesn't change, this is totally fine on the following simulators/devices: iOS simulator (11 pro) but its not working on any of the android devices that I have: fyi I package full release builds for testing |
here's a snippet of my code
my versions:
|
and here's my device log
|
Could you share your simplified app? It will allow us to reproduce the problem. |
thanks i shall add that in the next few days. right now i added some delay and it's working |
Thank you for information. |
@Denyllon @sebastianbochan maybe i can try to help fix this issue since that's probably easier, is there anything i need to do |
@wzhang2 Would be good to only see the description how did you find the source of this problem, and detailed info about the suggested changes. I need to also inform you about the fact, that the time finish the review and testing your code may be extended (don't really know how much). |
i added a button to change the data, and it's working fine on both of the ios simulator and android emulator, as well as the ios device, but it is not working on an android phone, i'm just using useState and useCallback to control the states, but is this something i should do in chartOptions instead? my data and chartOptions are both states
The text was updated successfully, but these errors were encountered: