Slack answer:
- We only change the info.plist and AndroidManifest on
capacitor add platform
to set the name and identifier/package name, then you manage it as you wish. Unlike Cordova, in Capacitor apps, the ios and android folders (where the native apps are), are not build artifacts, we won’t change them ever, so you have to commit them. - We don’t have hooks so far, or events where to hook them, so you should run them manually for now.
- It has gallery support, at least on iOS, should double check Android. About FILE, probably.