I'm trying to create a payment SDK library with ionic 3, that can be integrated into an android or ios app. I've got the app working on ionic, but how do I make it import ready for mobile apps to use?
To give more clarity. I have a microservice already running and native android and ios library accessible via maven for android. I want to replace this with a hybrid version(ionic).
Is it possible to make an ionic library available on maven?