Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about third party plugins and community plugins #3

Open
paulmartinjoy opened this issue Jul 24, 2023 · 1 comment
Open

Question about third party plugins and community plugins #3

paulmartinjoy opened this issue Jul 24, 2023 · 1 comment

Comments

@paulmartinjoy
Copy link

In the capacitor.config.ts, you have added

import { CapacitorConfig } from '@capacitor/cli';

const config: CapacitorConfig = {
appId: 'com.smallpearl.appone',
appName: 'Monorepo AppOne',
webDir: '../../dist/apps/app-one',
bundledWebRuntime: false,
includePlugins: [
   "@capacitor/app",
   "@capacitor/camera",
   "@capacitor/core",
   "@capacitor/haptics",
   "@capacitor/keyboard",
   "@capacitor/status-bar"
]
};

export default config;

Should i add the commuity plugins or other third party packages such as for eg: @capacitor-community/firebase-analytics if i am using it in the ionic app ?

@harikvpy
Copy link
Owner

harikvpy commented Aug 4, 2023

Apologies for the late reply. Yes you should. These are the plugins whose native code (Swift/Java) would get bundled into the respective native project when you run ./runcap sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants