Skip to content

Commit

Permalink
fix: index.d.ts for NfcErrorIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Apr 5, 2021
1 parent 1cf2120 commit 0f7b985
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 @@ -346,7 +346,7 @@ declare module 'react-native-nfc-manager' {
): NdefRecord;
};

export interface NfcErrorIOS {
export const NfcErrorIOS: {
errCodes: {
unknown: -1;
userCancel: 200;
Expand Down

0 comments on commit 0f7b985

Please sign in to comment.