Open rantoinne opened 6 years ago
I see this when opening Toggle inspector mode in emulator. This screen and https://github.com/nihgwu/react-native-pie/issues/15#issue-373499757 <- this are same.
@rantoinne Did you get any solution?
@rantoinne Did you get any solution?
Yes @SnehalAgrawal I instead used react-native-svg which is the core dependency for this library..had to study the structure of it..but got my solution..
But the above issue still exists in this library
I have the same issue on Android after upgrading from RN 0.56 to 0.57.
It looks like this in emulator and on a real device with debug an release builds.
It looks like this when enabling the inspector mode on emulator in debug build.
@rafaelmaeuer please try and use react-native-svg or you can have a look at this [https://www.npmjs.com/package/react-native-svgwheel-menu]
@rantoinne thanks I'll look into it but for now, I have used react-native-chart-kit. Here is an example for it https://aboutreact.com/react-native-chart-kit/
The charts are not rendering after bundling and in order to see changes I have to turn ON my toggle inspector. Idea: Can we also implement each section as a clickable type, for Ex: clicking on Red section triggers an event and doing so on Green triggers another..?