Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Fix FunctionCallTag registering in iOS and support to manually refreshing the container #316

Merged
merged 13 commits into from
Mar 15, 2019

Conversation

fshafiee
Copy link
Contributor

@fshafiee fshafiee commented Mar 1, 2019

This PR fixes an error in FunctionCallTagHandlerIOS.ts module which caused the app to to crash due to a method call on an uninitialized variable.

It also adds refreshContainer method so that developers can control the refresh rate of the contianer. @cbrevik, I did not document this method in the README file because I was not able to see it working properly. The native module was acting up and always throwing too many request error, and the new variables that we defined in the GTM console never became available, but the bridge works as expected, since these logs come form the native module not the bridge itself. If you decide to document it in the README, make note of that (per Google's own words) this method should not be called more than once per each 15 minutes.

@cbrevik cbrevik self-requested a review March 8, 2019 08:49
@cbrevik
Copy link
Member

cbrevik commented Mar 8, 2019

Thanks for the PR @farzadshafiee. I'll have a look!

Copy link
Member

@cbrevik cbrevik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, this looks good to me, thanks @farzadshafiee!

@cbrevik cbrevik merged commit 7f8a017 into idehub:master Mar 15, 2019
@cbrevik
Copy link
Member

cbrevik commented Mar 15, 2019

This has been released as 7.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants