expo-quick-actions icon indicating copy to clipboard operation
expo-quick-actions copied to clipboard

Android impl code comment

Open Zoxive opened this issue 1 year ago • 0 comments

Implementing action messages in my app right now.

https://github.com/EvanBacon/expo-quick-actions/blob/75534fd0139c0130eb366be5753a973758497b99/plugin/src/withShortcutsXML.ts#L68

I think this needs to start with res/xml/shortcuts.xml I also had to change the "android:shortcutShortLabel" and LongLabel to be resources.

Thanks for the head start, i was able to get it working with your commented out android code.

I've been trying to follow your advice from https://evanbacon.dev/blog/apple-home-screen-widgets to use CNG, so i have a custom local module.

Zoxive avatar Dec 20 '23 06:12 Zoxive