react-native-ios-context-menu
react-native-ios-context-menu copied to clipboard
Use component as icon
Is it possible to use a custom component as an icon? We have a component render some svg using react-native-svg
.
I doubt this is possible. However, you can use a custom image.
I have the exact same case with SVG assets. Many projects have their own iconography - but SVG configurations are finicky, so I would suggest adding support for any arbitrary component.
You'll have to use an image in this case.