framer-ios-kit
framer-ios-kit copied to clipboard
'Actions' in Sheets example is a single string.
It should be an array of separate strings in order to work. I change it from this: [“-r Delete, Edit, Share”] to this: ["-r Delete", "Edit", "Share"]
Also the example shows ios.sheet
when sheet should be capitalized