vega / react-vega

Convert Vega spec into React class conveniently
http://vega.github.io/react-vega/
Other
373 stars 67 forks source link

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

Open arnauqc opened 1 year ago

arnauqc commented 1 year ago

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,