© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Serhii Pukhov
creating apps and games
Hi. I am searching for an npm library with react-native charts suitable for both Android and iOS. And I haven't found one yet. Do you know any?
Sriraman
Software Engineer @ LifeOn24
Did you try https://github.com/tomauty/react-native-chart ?
Since this plugin is written in javascript, It will work fine on both Android and iOS.
Thank you! I already saw this but I thought it won't work with Android. But they say that it does.
XuDong Wu
Try github.com/wuxudong/react-native-charts-wrapper, support almost all type of chart
John Doe
Here's a useful tutorial to achieve what you're trying to do with React Native Charts .
By the way, "Since this plugin is written in javascript" it does not mean that it works for both Android and iOS.
@pushock I said that because it is not specific to platform.
Sriraman
Software Engineer @ LifeOn24
Did you try https://github.com/tomauty/react-native-chart ?
Since this plugin is written in javascript, It will work fine on both Android and iOS.