🚀 Transifex React Native SDK Adds Support for React 18 & 19

We’ve just dropped an update to the Transifex React Native SDK, and if you’re already tinkering with React 18 or eyeing React 19, this one’s for you.

Latest version of React

Until now, our SDK played nicely with React 16 and 17. Solid, stable but the ecosystem moves fast. So we’ve brought our support up to speed:

"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"

Yes, that means full compatibility with React 18 and 19. Whether you’re deep into concurrent rendering or just testing the waters with React’s upcoming features, we’ve got you covered.


You asked and we listened.

There have been several requests over the continuous support for the latest versions of React. We continue our efforts in supporting all latest versions to our SDK’s for our users to be able to continue their work without any issues.

  • You can now localize seamlessly, even with complex UI patterns.

  • Smooth, native-feeling translations in even the most modern React apps.


Minimum migration effort

If you’re already using the SDK, there’s nothing major to refactor. Just update:

npm install @transifex/react-native@latest

You are ready to continue with your work.