-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix Android tracker version to 1.5.x #91
Comments
Thanks for flagging @MarlosAugusto, I think I see how that happened, working on a fix now. |
The method in question causes the tracker to wait for the SQLite Database to initialise before proceeding, to prevent data loss. v1.6 of the android tracker uses a different DB with no need to do this, and deprecates the method. Short term solution is to fix android tracker version to |
OK :) |
v0.1.1 is now published and should resolve the issue. Thanks again for reporting @MarlosAugusto |
amazing, thanks for answering so quickly and for nothing :D |
In the last update on the native tracker for android, the "waitForEventStore" method by Emitter was removed.
To Reproduce
use snowplow-react-native-tracker and compile some project.
Screenshots
snowplow-react-native-tracker code (being used in a project):
build error:
Smartphone:
The text was updated successfully, but these errors were encountered: