diff --git a/index.js b/index.js index 20b8e11..20b166d 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ export default { ios: (items) => SpotlightSearch?.indexItems(items), android: nullFunc }), - deleteItemsWithIds: Platform.select({ + deleteItemsWithIdentifiers: Platform.select({ ios: (ids) => SpotlightSearch?.deleteItemsWithIdentifiers(ids), android: nullFunc }),