google-translate-api icon indicating copy to clipboard operation
google-translate-api copied to clipboard

Is it compatible with React-Native?

Open hakkikonu opened this issue 6 years ago • 1 comments

Is google-translate-api compatible with React Native or is there a wrapper for it?

hakkikonu avatar Aug 22 '19 15:08 hakkikonu

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.

vitalets avatar Sep 20 '19 11:09 vitalets