-
Notifications
You must be signed in to change notification settings - Fork 181
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
Need Update method is not working for ios #150
Comments
same issue on Android |
I am also facing the same issue for Android. This issue we are facing with the production version of Apps. Please fix it as soon as possible. Hope you are not providing any solution, just you will fix on code itself. |
Did you also installed native packages of the package( I think we should have to add |
It works fine on Android but it give warning on ios ,
|
code snippet:
checkVersion = async () => {
try {
updateNeeded = await VersionCheck.needUpdate();
if (updateNeeded && updateNeeded.isNeeded) {
setting state -------->
}
}
catch (error) { }
}
error :[TypeError: undefined is not an object (evaluating '_await$providers$opti.version')]
The text was updated successfully, but these errors were encountered: