EddyVerbruggen / nativescript-nfc

:pencil: NativeScript plugin to discover, read, and write NFC tags
MIT License
85 stars 38 forks source link

Remove our custom activity because it's no longer needed (since NativeScript 5.4.0) #38

Closed EddyVerbruggen closed 5 years ago

EddyVerbruggen commented 5 years ago

NativeScript 5.4.0 introduced a "new intent" event (actually added by yours truly) so we no longer need to override the NativeScript activity by our own. This makes setting up this plugin much easier and foolproof, and also Webpack compatibility is easier now (read: no longer an issue at all).

This is a breaking change, so will bump to a new major version because of this.