Skip to content

Commit

Permalink
fix deleteItemsWithIdentifiers (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsliaw authored Mar 20, 2021
1 parent 13885cf commit 11420cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}),
Expand Down

0 comments on commit 11420cc

Please sign in to comment.