revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.4k stars 318 forks source link

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

Closed tastydev closed 4 months ago

tastydev commented 4 months 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 4 months ago

@tastydev thanks for the contribution!