I’m struggling to find where to find out how to write an Ionic Native plugin.
Searching google for ‘how to write an ionic native plugin’ literally results in many people using prebuilt native plugins in their apps (and indeed the first and only answer that this forum suggests as an answer to my question is someone that doesn’t understand Ionic native).
Basically, I (will) have some Java code, that I want to be accessible via Ionic Native to include in my shiny new app - in particular, the latest Nearby Connections API (https://developers.google.com/nearby/connections/overview). I don’t care about iOS. Looking at the Bluetooth Serial natiev project I do see a plugin.xml which references the .java files. Is there any guidance to creating this config file, and is there any more mapping that is required, and how should I be packaging that config file for Ionic Native to understand.
Thanks!