ionic-team / capacitor-google-maps

16 stars 24 forks source link

Project is Dead? (only supported) #29

Open reslear opened 4 months ago

reslear commented 4 months ago

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 https://github.com/ionic-team/capacitor-google-maps/pull/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 https://github.com/ionic-team/capacitor-google-maps/issues/14. Would you be able to share your priorities or the timeline for reviewing current PRs? Thank you!

reslear commented 3 months ago

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`. 1. Open the temp folder in a new window (**third** window): ```bash ➜ 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: ```bash 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`: ```json "pnpm": { "overrides": { "@googlemaps/js-api-loader": "^1.16.2" } } ``` 1. Run `pnpm install && pnpm cap sync`. 1. Enjoy! Thanks [@ae1ns](https://github.com/AE1NS). Patch file: [@capacitor__google-maps@6.0.0-rc.0.patch](https://github.com/user-attachments/files/16504144/%40capacitor__google-maps%406.0.0-rc.0.patch)