react-native-fusioncharts
react-native-fusioncharts copied to clipboard
License activation in fusion chart - react native
How to apply fusion chart license key in a react native application. I need to remove the watermark.
I'm wondering the same. I have a key, but don't know where to put it. Have you figured it out?
I figured it out for 3.15.3+, see https://github.com/fusioncharts/react-native-fusioncharts/issues/108
In your index.js you can add this line
global.licenseConfig = { key: Config.FUSION_KEY, // true/false to show/hide watermark respectively creditLabel: false, };