Chris Finch
Chris Finch
Same problem here. Also removed the package to solve.
Same problem - solutions?
I forked locally and found the solution. After some package upgrading it turned out to be a simple matter of extending the [`FactoriedContext`](https://github.com/netgusto/Geiger/blob/master/src/geiger.js#L79) class with `React.Component`. If I find time...
I made a PR https://github.com/netgusto/Geiger/pull/5 Seems that perhaps this project isn't maintained anymore in which case anyone looking for a react 15 compatible version can use my fork: https://github.com/chrisfinch/Geiger
I've investigated further. It seems that the promise based version (eg: `await NfCManaged.getTag()`of the tag scanning flow cannot work for multiple tag scanning. The issue is using a while loop...
@whitedogg13 apologies for tagging you, I know you must be busy - do you know how to get `tag.id` from a `NfcEvents.DiscoverTag` on IOS?