billmalarky/react-native-image-cache-hoc

cannot load special url with query argument

Closed this issue · 1 comments

The second url contains a | character.

This is an invalid url character. It will need to be encoded in order to be valid.

I suggest using encodeURIComponent() on the query parameter to achieve this.