We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an exception if you set 'rc' in package.json for tns-android.
Android
If you set: "tns-android": { "version": "rc" }, exception is: Invalid Version: rc
"tns-android": { "version": "rc" },
The text was updated successfully, but these errors were encountered:
Fix invalid version rc
1eda772
Fixes #3477
88c7b89
Fatme
No branches or pull requests
Tell us about the problem
There is an exception if you set 'rc' in package.json for tns-android.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
If you set:
"tns-android": { "version": "rc" },
exception is: Invalid Version: rc
The text was updated successfully, but these errors were encountered: