feat: start of widgets
This commit is contained in:
6
targets/widget/expo-target.config.js
Normal file
6
targets/widget/expo-target.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('@bacons/apple-targets/app.plugin').ConfigFunction} */
|
||||
module.exports = config => ({
|
||||
type: "widget",
|
||||
icon: 'https://github.com/expo.png',
|
||||
entitlements: { /* Add entitlements */ },
|
||||
});
|
||||
Reference in New Issue
Block a user