I have installed a few Ionic native packages and followed the instructions on how to link them into capacitor:
npx cap update
However it only picks up the facebook Native package and none of the others. I am trying to use the File Ionic Native package as capacitors doesn’t do what I need it to do. Because its not picked up by capacitor i get these logs:
️ [warn] - Native: tried accessing the File plugin but it’s not installed.
️ [warn] - Install the File plugin: 'ionic cordova plugin add cordova-plugin-file’