rafaelklaessen / react-tradingview-widget

React component for rendering the TradingView Advanced Real-Time Chart Widget.
MIT License
273 stars 94 forks source link

How can I use this in my react-native application? #23

Closed Sidhesh009 closed 5 years ago

Sidhesh009 commented 5 years ago

This liabrary only for reactJS. I want to use this trading view in my react-native application.

rafaelklaessen commented 5 years ago

Perhaps you could use a webview? Anyhow, using this library with react-native is impossible, simply because the underlying TradingView library doesn't allow for it.

I'm sorry!