EvanBacon / expo-quick-actions

Add home screen quick actions / shortcuts to your React Native app
MIT License
281 stars 7 forks source link

Android impl code comment #8

Open Zoxive opened 8 months ago

Zoxive commented 8 months ago

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.