revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.37k stars 317 forks source link

feat: add connect and close methods to NfcManager interface #711

Closed biud436 closed 5 months ago

biud436 commented 6 months ago

I manually connected to an NfcV tag by using the connect function of the NfcManagerAndroid class. However, I realized that the connect function is not exposed in the index.d.ts file. so I added missing methods such as connect and close to the TypeScript declaration file.

whitedogg13 commented 5 months ago

@biud436 thanks!