Share sheet icon on React-Native

Viewed 727

I've looked around everywhere I can think of and cannot for the life of me find out how to change the icon that appears in the Share sheet inside of react-native.

Is this even possible to customize? I would love to put the app's icon in there.

share icon

1 Answers

When using a url only, it will automatically populate this icon with your link's favicon/web icon.

For a share sheet with a custom message it doesn't seem to be supported right now but, I would love to see this in the future.

Related