App (Android) dont load external images from cloudinary

Hi,

I’m alpha releasing a meteor app but all images from Cloudinary dont load.

Do I need to whitelist domains?

Yes. Here is the existing package from Meteor

It worked with → in mobile config file:

App.accessRule(‘https://res.cloudinary.com/*’);