react-gauge-chart icon indicating copy to clipboard operation
react-gauge-chart copied to clipboard

Error on React Native

Open sant0713 opened this issue 5 years ago • 3 comments

Hi! I'm trying to use the gauges on a React Native Project but I keep getting the same error. It says that it can't find the file but it's in there. I've verify multiple times. The path is valid.

Can someone help me, please?

Screen Shot 2020-01-24 at 5 59 07 PM

sant0713 avatar Jan 24 '20 22:01 sant0713

Hi, Try npm install d3 --save, I'm working on Reactjs though but your errors are similar to the errors I was getting before I added d3.

Zupirio avatar Jan 26 '20 08:01 Zupirio

Hi, I've installed it but still getting the same error. Any other recommendation? Thanks.

sant0713 avatar Jan 26 '20 18:01 sant0713

Hi @sant0713, React native does not support external .css files. Also @Martin36 , Make sure to add notes on NPM and Readme Document like "react-gauge-chart only for web application not for the Mobile development".

smchinna avatar Feb 03 '20 12:02 smchinna