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

Fixed the createTemplate not working on iOS #166

Closed

Conversation

susonthapa
Copy link
Contributor

What has changed?

  • Fixed the createTemplate not working on iOS due to the difference in number of arguments.
  • Fixed the Example app.

Demos

Before

Kapture.2024-01-28.at.19.03.16.mp4

After

Kapture.2024-01-28.at.19.09.03.mp4

This PR is based on #162

@uzegonemad
Copy link
Contributor

I think it's better if we handle this natively to maintain method parity between iOS and Android. I opened #167 as an alternative.

@susonthapa
Copy link
Contributor Author

I think it's better to handle this natively to maintain method parity between iOS and Android. I opened #167 as an alternative.

This is one thing that we can argue about for decades 😁. My personal preference is to keep the native side as simple as possible(without any abstraction) and move the abstraction to the JS side. This makes it possible to implement complex logic in the future if that need ever arises.

However, for this one, I'm good either way.

@birkir birkir closed this in #167 Feb 16, 2024
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

Successfully merging this pull request may close these issues.

2 participants