I would like to save an image of a plotly chart to my local hard drive within a react native windows application.
We are currently using plotly within a react-native-webview, not the react-native-plotly library. Plotly has the ability to generate an image file, but I cannot figure out how to get that file from plotly, through the webview, to react-native-fs. Any ideas?