revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.32k stars 312 forks source link

Custom hook to check NFC support #723

Open giuliobracci opened 1 month ago

giuliobracci commented 1 month ago

Hi! I would like to add a simple, yet very useful I think custom hook to check for NFC support. It is something so simple, but yet, I struggled a little bit due to lack of documentation to find a way to do it. If this is something that @whitedogg13 you think is useful, I can work on it and provide a PR. By the way, do you prefer on newer contributions to adopt .ts files or you prefer to stick with .js files?

Thank you very much for your work on the library.