Skip to content Skip to sidebar Skip to footer

How To Render Gantt Chart Using React-google-charts With React Native?

This my current version of packages react-google-charts 1.5.5 react 16.0.0-beta.5 react-native https://github.com/expo/react-native/archive/sdk-22.0.1.tar.gz Now I am trying to re

Solution 1:

The error message you posted keeps referencing errors in react-google-charts.

I don't think it supports react-native, only react. I found this issue on there github where someone seems to have had the same issue, will this work with react native?. Also the react-google-charts npm page makes no mention of react-native. Maybe have a look at this question to find an alternative library.

Post a Comment for "How To Render Gantt Chart Using React-google-charts With React Native?"