Martin36 / react-gauge-chart

React component for displaying a gauge chart
https://martin36.github.io/react-gauge-chart/
MIT License
223 stars 84 forks source link

Error on React Native #36

Open sant0713 opened 4 years ago

sant0713 commented 4 years ago

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
Zupirio commented 4 years ago

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.

sant0713 commented 4 years ago

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

smchinna commented 4 years ago

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".