react-native-kakao-share-link icon indicating copy to clipboard operation
react-native-kakao-share-link copied to clipboard

[iOS] imageUrl 이 빈문자일때 예외발생

Open tree1891 opened this issue 1 year ago • 0 comments

안드로이드에서는 이미지 없이 공유가 되는데 iOS에서는 아래 부분에서 예외가 발생합니다. let imageUrl = dict["imageUrl"] != nil ? createURL(dict: dict, key: "imageUrl")! : URL(string: "http://monthly.chosun.com/up_fd/Mdaily/2017-09/bimg_thumb/2017042000056_0.jpg")!

tree1891 avatar Jul 19 '23 04:07 tree1891