-
Notifications
You must be signed in to change notification settings - Fork 57
Not able to read the NFC data - Event Emitting from Android not working #4
Comments
Just for information that I had also problems to get any events to trigger (testing in Android 7) but when I installed and linked this module: https://github.com/observ3r/nfc-ndef-react-native --> react-native-nfc started mystically to work... So I don't use any nfc-ndef-react-native functionality in React Native code but react-native-nfc just works now... |
@0is1 thanks for the feedback. |
@giordy I just installed and linked the My AndroidManifest.xml and nfc_tech_filter.xml etc. are as described in README.md in https://github.com/Novadart/react-native-nfc |
That is both scary and funny at the same time. |
This fix works perfectly for me... don't know why either... |
I am using react native 0.42.0. The event emit code from android is not triggering the listener event in react native.
The text was updated successfully, but these errors were encountered: