wzhang2
wzhang2
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...
here's a snippet of my code ``` const renderChart = useCallback(() => { console.log('rendering') console.log(JSON.stringify(options)); return ( ) }, [options]) return ( renderChart() ); ``` my versions: ``` "react": "16.9.0",...
and here's my device log ``` 08-19 10:09:38.944 849 849 I /vendor/bin/hw/[email protected]: SRAM data: 2805000 08-19 10:09:38.959 2250 2814 D PowerUI : can't show warning due to - plugged: true...
thanks i shall add that in the next few days. right now i added some delay and it's working
@Denyllon @sebastianbochan maybe i can try to help fix this issue since that's probably easier, is there anything i need to do before contributing?
+1 for highstocks, implemented our own range selector as a workaround
is this only happening on some versions of react native? we just updated to rn63.3, and now we are seeing this issue, but was fine on 61.2 with react-native-unimodules on...