Skip to content
Discussion options

You must be logged in to vote

We recommend to commit the native projects, that way you can make any changes on them, in example, if you want to integrate some SDK that recommends adding some code in MainActivity.java or AppDelegate.swift. Also the app version/version code is stored in the native project.

Both native projects have the minimum code for Capacitor apps to work, there is nothing to test.
On Android it's just an Activity that extends BridgeActivity.
On iOS the main storyboard has a single view controller that has its class set to CAPBridgeViewController.

Whenever we update the templates, we document the changes you need to make in your project in the upgrade guides, usually only on major releases, unless th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@moltenice
Comment options

@moltenice
Comment options

Answer selected by moltenice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants