tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.4k stars 763 forks source link

Static darafeed for React-Native app #206

Open augustofvilla opened 3 years ago

augustofvilla commented 3 years ago

Is there any way for send a static block of data to the library on a react-native app instead of access a remote datafeed?

timocov commented 3 years ago

Yes, I think this is possible. You need to implement your own datafeed and return the static data from it.