react-native-actions-shortcuts icon indicating copy to clipboard operation
react-native-actions-shortcuts copied to clipboard

iOS setup

Open kevinsmithwebdev-zz opened this issue 4 years ago • 1 comments

I'm still having difficulty getting iOS to work, but one speedbump I had has an error as I was trying to build to the app, that it wasn't understanding "RNShortcuts" in AppDelegate.m. When I added:

#import "RNShortcuts.h"

to the top of that file, it now at least builds. I don't know if that was an oversight, something that is just assumed, or if I'm way off base. I don't know - I don't do objective-C so I had to figure it out.

kevinsmithwebdev-zz avatar Oct 22 '20 15:10 kevinsmithwebdev-zz

Yes this is required, It's included in the example app's AppDelegate.m.

Dipeshwagle avatar Feb 25 '22 09:02 Dipeshwagle