You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2023. It is now read-only.
Hi, I am facing an issue while setting up custom icon in iOS. Please let me know if anyone having the idea how to fix this .
My code:
QuickActions.setShortcutItems([
{
type: "Invoices",
title: "Invoices",
icon: Platform.OS == "ios" ? "Invoices" : "invoices",
userInfo: {
url: "",
},
},
I have created Images.xcassets folder and added Invoices imageset but still no luck.