webyonet / react-native-android-location-services-dialog-box

React Native Android Location Services Dialog Box
MIT License
182 stars 50 forks source link

How to use images in message? #77

Closed zmnv closed 4 years ago

zmnv commented 4 years ago

Hello!

I've add icon from material design like asset in project. What I'm doing wrong?

message: '<img src="@drawable/ic_place_brand_24dp" />',

image

webyonet commented 4 years ago

@zmnv android html also can not reach this source. try set CDN url instead

zmnv commented 4 years ago

@webyonet hmm, I thought about https://developer.android.com/reference/android/text/Html.ImageGetter.html

Okay. Thank you very much for your work anyway! <3