revtel / react-native-nfc-manager

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

feat(NfcManagerIOS): bind native session available methods #738

Closed tastydev closed 1 month ago

tastydev commented 1 month ago

This PR binds the native isSessionAvailable and isTagSessionAvailable methods to the JavaScript Module. These methods are only available on iOS and can be helpful to get more information about the current nfc session states.

whitedogg13 commented 1 month ago

@tastydev thanks for the contribution!