Can this library be used in React Native? #463
-
I am working on a financial charts app in React Native and I'm currently using react-google-charts to build my candlestick (OHLC) charts in a react native Webview but the charts look unsightly on mobile. I'm wondering if this might be a better solution to build chart components natively and not through a Webview? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
markmcdowell
Jan 4, 2021
Replies: 1 comment 4 replies
-
I'm interested in investigating it, the problem I see is the library relies on canvas which would need the Webview. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
markmcdowell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm interested in investigating it, the problem I see is the library relies on canvas which would need the Webview.