roots-id / rootswallet

An open source identity/credential wallet built for grass roots efforts in multiple countries.
https://www.rootswallet.com
Apache License 2.0
18 stars 1 forks source link

Support static and uri images in creds/contacts #108

Closed 2byrds closed 1 year ago

2byrds commented 1 year ago

Gifted-chat added support for static/uri images here We should do the same: <Image {...imageProps} style={[styles.image, imageStyle]} source={{ uri: currentMessage.image }} source={ typeof (currentMessage.image) === 'string' ? { uri: currentMessage.image } : currentMessage.image } />

2byrds commented 1 year ago

This has started to get rolled out in RootsWallet and will be normalized in roots-react-native