Gianluca Esposito
Gianluca Esposito
I have a project where I added `storybook-chrome-screenshot` for all its stories, the final count is `Screenshots: 147` Problem is I get a lot of duplicates, I basically get the...
## Summary For proxied requests I was previously using this setup ```ts apiEndpoint: "www.custom.url" ``` while now it looks like I need to do something like this ```ts serverUrl: "https://www.custom.url/2/httpapi"...
Hi, I didn't find any reference to it, but I think the package has a (native) dependency on `react-native-fs`. If so, I think we should add this to the `README`...