Skip to content

Commit

Permalink
fix: remove getNdefMessage's parameter declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Frans-L committed Jan 4, 2020
1 parent 03b2987 commit 6fc257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ declare module 'react-native-nfc-manager' {

writeNdefMessage: (bytes: number[]) => Promise<void>;

getNdefMessage: (bytes: number[]) => Promise<TagEvent | null>;
getNdefMessage: () => Promise<TagEvent | null>;

/** [iOS ONLY] */
setAlertMessageIOS: (alertMessage: string) => Promise<void>;
Expand Down

0 comments on commit 6fc257e

Please sign in to comment.