google-translate-api
google-translate-api copied to clipboard
Is it compatible with React-Native?
Is google-translate-api compatible with React Native or is there a wrapper for it?
I'm maintaining a fork of this repo: https://github.com/vitalets/google-translate-api Currently it will not work in React native out of box but technically it is possible. At first glance the only thing to be changed - replace configstore package with RN asyncStorage api.
Feel free to open issue in fork for supporting RN.