dominicstop / react-native-ios-context-menu

A react-native component to use context menu's (UIMenu) on iOS 13/14+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to resize IMAGE_REQUIRE icons?

alaughlin opened this issue · comments

I'm noticing that if I add icons to the menu using the IMAGE_REQUIRE type, the icons are fairly large compared to when using IMAGE_SYSTEM icons. Even if I resize the pngs I am importing, they are always stretched out to the same slightly too large size.

Is there any way to downscale these icons?