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
Hello!
I'm trying to use your library in my React Native project but it doesn't work. I just trying to follow code:
var uk_version = new spellingVariations("theater").toUK; console.log(uk_version);
But this code still return "theater" instead of "theatre".
What should I do?
Thank you!
The text was updated successfully, but these errors were encountered:
Because he removed the data in 7e72178
Sorry, something went wrong.
No branches or pull requests
Hello!
I'm trying to use your library in my React Native project but it doesn't work.
I just trying to follow code:
var uk_version = new spellingVariations("theater").toUK;
console.log(uk_version);
But this code still return "theater" instead of "theatre".
What should I do?
Thank you!
The text was updated successfully, but these errors were encountered: