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

Add capacitor into the script #99

Closed

Conversation

Shivansh-22866
Copy link
Contributor

Fixes #64

The capacitor config has been added to the project.
It uses dist/server/app for rendering capacitor apps.

To create the apps in android and ios, do the following:
Make sure that build file is created successfully.

npm run build

Then run the following commands:
npx cap add android
npx cap add ios

This creates the native apps in their respective folders

Sync the apps with the changes in web using:
npx cap sync

@Shu12388y
Copy link
Collaborator

@Shivansh-22866 Share the screenshot of android app build

@Shivansh-22866
Copy link
Contributor Author

Here is the folder structure of the android build
Screenshot_20241018_181026
And here is the screenshot of the android on the emulator
Screenshot_20241018_180901_scam-website-v2

@Shu12388y
Copy link
Collaborator

@Shivansh-22866 The nav bar is not rendering properly. Check it out

@Shu12388y Shu12388y closed this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intergrate capacitor in the application
2 participants