urbanairship / react-native-airship

Airship React Native module
Other
88 stars 62 forks source link

Loading images from the message center #66

Closed digitalhobo closed 6 years ago

digitalhobo commented 6 years ago

Hi Im using UrbanAirship.setAutoLaunchDefaultMessageCenter(false);

and then UrbanAirship.getInboxMessages()

But the object does not seem to contain any images if the message has one. We just see a key with the item 'Image'

is this the correct behaviour.

Thanks in advance.

rlepinski commented 6 years ago

Looks like we are not passing it down when mapping a message to a json object. We will fix in the next release.

digitalhobo commented 6 years ago

Thanks You. 👍

rlepinski commented 6 years ago

@digitalhobo Looks like we have it listed under listIconUrl, can you check that?

rlepinski commented 6 years ago

Closing. I think this is already supported.