Open
Description
Current Behavior
We've updated Transifex from 6.0.2 to the latest 7.1.3.
According to the release notes, there should not have been any breaking changes nor is there any migration needed. However, when launching the app on both Android and iOS (expo 51, react native 75.4), the app throws an exception
A network error has occured
TypeError: fetch is not a function (it is false)
I saw in version 7 fetch
was used instead of axios
, which I assume is the main cause. But again, however, according to the release notes it should work out of the box