react-gauge-chart
react-gauge-chart copied to clipboard
Error on React Native
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?

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.
Hi, I've installed it but still getting the same error. Any other recommendation? Thanks.
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".