-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to resolve module ./modules/fusioncharts/fusioncharts.fcscript #127
Comments
Run the following commands in your project:
After that link this module to your app Execute your project. |
I am Facing same issue Any help would be appreciated! |
@celio-thingsphere It didn't worked |
@deepakmehra96 drop a mail to [email protected] with your license details. |
The react native is not able to read the .fcscript extension file....try to set your bable/metro to read that extenstion file like below. const { getDefaultConfig } = require('@expo/metro-config'); const defaultConfig = getDefaultConfig(__dirname); defaultConfig.resolver.assetExts.push('fcscript'); module.exports = defaultConfig; Offcourse you need to install some dependencies and once done it will work. |
@srjkmrpro can you please help us with the dependencies that needs to be installed |
@bhargaviRdy & @ALL Following are the right versions (Which I'm using) to display the fusionCharts IMPORTANT NOTE: |
just follow the steps in Fusion Chart site |
@srjkmrpro |
For me the old documentation link worked, there was an error "undefined is not an object (evaluating '_props$chartConfig.type')" but i solved it by removing chartConfig in the file node_modules/react-native-fusioncharts/index.js#L#14 and the chart was working. |
Facing this error and i'm currently unable to trace that file/folder.
Error says: Unable to resolve module ./modules/fusioncharts/fusioncharts.fcscript from S:\MydashboardApp\node_modules\react-native-fusioncharts\src\FusionChartsModule.js
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: