Peter van Hengel
Peter van Hengel
I had the same issue today, it is related to when you delete and re-deploy. Ive had some instances where I want to do a clean test of the entire...
I'd be interested in collaborating on this. Looking to do something along these lines, I think for starters, we need to enable a way to ask for username and password...
Any update on this I see the same issue when trying to use the latest version of react. Ive also updated to v 1.4.0 of the library, still no dice......
This would be a nice feature, also to limit the number of date would be good, very often you might want to select only 2 dates, without it being a...
Hi did you find a solution on this, we had it working until a recent update and it doesnt work any more.
We ended up making a few tweaks to this package to record to file, it’s a couple of lines of code. We did it iOS only for now, but was...
This is quite easy, but requires you to take a couple of extra steps. First, is you need to "import RNFS from 'react-native-fs';" Then in your class get the absolute...
It might but would require a connection on startup. This way also let’s you manage your versions a little better. I’m sure the cache expires, in the end it all...
It looks like you might have a scale issue, try setting scalesPageToFit={true} to scalesPageToFit={false} . that helps us, it should be a prop thats pushed down from the user configs,...
Check out my comments on https://github.com/TradingPal/react-native-highcharts/issues/54 I put some hits there on how we got it to work. @mmazzarolo