You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since @capacitor/[email protected], the configuration options for android within the CapacitorConfig interface requires a useLegacyBridge boolean value, but I think it should be optional.
Platform(s)
N/A
Preferred Solution
According to the docs, it already defaults to false, so I think changing the Typescript definition to make the property optional is all that would be required.
Alternatives
Additional Context
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Feature Request
Description
Since @capacitor/[email protected], the configuration options for android within the
CapacitorConfig
interface requires auseLegacyBridge
boolean value, but I think it should be optional.Platform(s)
N/A
Preferred Solution
According to the docs, it already defaults to
false
, so I think changing the Typescript definition to make the property optional is all that would be required.Alternatives
Additional Context
The text was updated successfully, but these errors were encountered: