vega/react-vega

Is it possible to use react-vega@7.x.x with react native?

arnauqc opened this issue · 0 comments

Hi!

I am creating a Create React App and I would like to use react-vega. However, I am getting the following error:

`./node_modules/vega-embed/build/vega-embed.module.js 1997:15
Module parse failed: Identifier directly after number (1997:15)
You may need an appropriate loader to handle this file type.
| // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
| var editor = window.open(url);

var wait = 10_000;
| var step = 250;
| var _URL = new URL(url),`

Is it possible to use vega-react in my react native app?

Thank you very much,