Evgeniy Timokhov
Evgeniy Timokhov
Does https://www.tradingview.com/chart/ work in android 4.4? If don't, I believe that the charting library will not work too.
Did you do 4th step from https://github.com/tradingview/charting-library-examples/tree/master/react-native#how-to-start---android ? > Copy all files from tradingview/charting_library. The earliest supported version of the Charting Library is 17. If you get 404 then you...
What version of TypeScript you use? Looks like it's different that declared in `src/assets/datafeeds/udf`. If you use different version of TypeScript, you need to adopt the code of UDF datafeed...
Isn't thids duplicate of #224?
Maybe something was changed with loading/bundling between these version? I'm not familiar with vuejs unfortunately, but if somebody finds the solution - feel free to make a PR.
> Err occured while trying to run the reactjs-javascript example How TypeScript's code related to javascript example? It looks like problem of configuring your project. But you can try to...
> on the top of file charting_library.min.d . But the errors are in `charting_library.min.js` (js, not d.ts).
> I followed the steps in #36 and inserted /* eslint-disable */ on the top of file charting_library.min.d . You need to insert `/* eslint-disable */` is js file.
What bundler you use? It looks it doesn't support UMD modules.
I would suggest you check webpack's config you use to bundle your app.