You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CFAlertActionStyle.POSITIVE for Android has value 1
CFAlertActionStyle.Cancel for IOS has value 1
so if you using this with nativescript and has one script for IOS and Android,you take runtime assert error .
It will be nice to have the same values for same meaning...
The text was updated successfully, but these errors were encountered:
CFAlertActionStyle.POSITIVE for Android has value 1
CFAlertActionStyle.Cancel for IOS has value 1
so if you using this with nativescript and has one script for IOS and Android,you take runtime assert error .
It will be nice to have the same values for same meaning...
The text was updated successfully, but these errors were encountered: