Vitalij Nykyforenko

Results 3 comments of Vitalij Nykyforenko

It doesn't work in browser because it uses cross origin requests. I made it work here [google-translate-api-browser](https://github.com/cjvnjde/google-translate-api-browser). It uses [cors-anywhere](https://github.com/Rob--W/cors-anywhere)

google translate has a limit of 5k characters. Also heroku server has a limit of 4500 requests per hour.

I had same issue when I've created my app with RN 0.59.5. Downgrade targetSdkVersion to 26 solved the problem.