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

Project is Dead? (only supported) #29

Open
reslear opened this issue Jul 26, 2024 · 1 comment
Open

Project is Dead? (only supported) #29

reslear opened this issue Jul 26, 2024 · 1 comment
Labels

Comments

@reslear
Copy link

reslear commented Jul 26, 2024

The company has shown no activity here for the past four months, aside from some community PR efforts. Is it fair to assume the project is dead?

Update Aug 2024 - Last week, the project was updated to Capacitor 6 #33, but there’s no sign of active development or new features at the moment.

Hi team, I was wondering if there are any updates or plans for new features, particularly #14. Would you be able to share your priorities or the timeline for reviewing current PRs? Thank you!

@reslear
Copy link
Author

reslear commented Aug 6, 2024

To get the latest changes by @ae1ns:

Details

1. Compilation Plugin

  1. Download the repo https://github.com/AE1NS/capacitor-google-maps/tree/custom-4 and open it in an editor (first window).
  2. Open the terminal and run pnpm i && pnpm build.

2. Patch Plugin

If you don't have pnpm, use https://www.npmjs.com/package/patch-package.

  1. Go to your project, open it in an editor (second window), and run pnpm patch @capacitor/google-maps.
  2. Open the temp folder in a new window (third window):
➜ pnpm patch @capacitor/google-maps
Patch: You can now edit the package at:

  /private/var/folders/r5/0wg5rcy547dcpq9l0s47ylhr0000gn/T/dbd378357f0642dbc8d9a8c131d6852a
  1. Copy and override the files/folders from the compile step to the temp folder:
  • android/src/main/
  • dist/
  • ios/Plugin/
  • package.json
  1. Run the patch command printed above:
To commit your changes, run:

  pnpm patch-commit '/private/var/folders/r5/0wg5rcy547dcpq9l0s47ylhr0000gn/T/dbd378357f0642dbc8d9a8c131d6852a'

You can close the first and third windows.

3. App

  1. Add to your app's package.json:
  "pnpm": {
    "overrides": {
      "@googlemaps/js-api-loader": "^1.16.2"
    }
  }
  1. Run pnpm install && pnpm cap sync.

  2. Enjoy! Thanks @ae1ns.

Patch file: @[email protected]

@reslear reslear changed the title Project is Dead? Project is Dead? (only supported) Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant