react-native-image-cache-hoc icon indicating copy to clipboard operation
react-native-image-cache-hoc copied to clipboard

Make rn-fetch-blob a peer dependency

Open jdmunro opened this issue 6 years ago • 0 comments

In the same way that react-native is not a direct dependency, rn-fetch-blob should be a peer dependency.

Users may already have a direct dependency on this in their project - ideally this wouldn't be duplicated. It also allows users to use other (compatible) versions of rn-fetch-blob which may include bug fixes.

It can be added as a dev dependency for the tests to run, if necessary. The minimum compatible react-native version should also be specified as a peer dependency.

jdmunro avatar Feb 07 '19 11:02 jdmunro