Can I call native ios libraries from Ionic ? If so then how can I do that ? I want to reuse some components from native ios.
You’ll want to look into Cordova plugins.
Depending on the functionally you want there may already be a plugin.
By Cordova plugins, you mean the ngCordova angular js extensions ?
Sorry, no, I mean Cordova plugins that can execute code or access functions in libraries.