Skip to content

Commit

Permalink
Fix typo in declarations.d.ts (#2)
Browse files Browse the repository at this point in the history
feel free to discard this pr, just wanted to let you know you had a typo here
  • Loading branch information
sync authored May 17, 2024
1 parent 351edc2 commit c178cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarations.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
declare module "react-native-dynamic-app-icon" {
function setAppIcon(iconIndex: stirng): void;
function setAppIcon(iconIndex: string): void;
}

0 comments on commit c178cfb

Please sign in to comment.