-
Notifications
You must be signed in to change notification settings - Fork 164
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
Added Vue demo and iOS typings #331
Conversation
Hi @EddyVerbruggen, I was playing with NativeScript-Vue too and wanted to run your demo. So I cloned your fork and then:
Now I have multiple errors (it seems to be related with Typescript):
The most interesting is that… it builds anyway 🤷♂️ I didn't know what to do with these logs, so like you, why not contributing? 😊 |
Any updates on this? I'd love to use this in a |
Sorry for the delay @EddyVerbruggen - pull request has been merged. Thank you! |
Hey @EddyVerbruggen! In this PR you changed the I'm guessing the method returns true before the method
|
Hi @abhayastudios! That's weird.. but if you confirm that behavior then I believe you of course. |
fix: allow notifying of marker tap event (after #331)
Hi,
Thanks for the great plugin! 🤗
I was playing with it in NativeScript-Vue and noticed there was no Vue demo. Since I figured out how to do it, I though: "why not contribute to the repo?". So here it is.
I also added a script to generate iOS Typings and committed those typings to the repo. They're wired up via
src/references.d.ts
so you can use them in the iOS source files. I removed the custom TS declarations because of it and fixed 2 minor errors in a delegate.Cheers,
Eddy