Skip to content
Sonenta

Use case

Mobile app, without going back through the stores

You ship with React Native or Expo, and every typo you fix costs a submission and a review wait.

The problem

  • Text is bundled into the binary, so a one-line fix becomes a release.
  • Store review cycles impose their rhythm on your content.
  • An app that starts with no network still has to show something.

What Sonenta changes

Where to start

# fige un jeu de bundles pour le premier démarrage sans réseau
npx sonenta snapshot --out ./assets/i18n

// App.tsx (Expo / React Native)
import { SonentaProvider } from "@sonenta/react-i18next";
import snapshot from "./assets/i18n";

<SonentaProvider projectUuid="proj_xxx" snapshot={snapshot} autoStart>
  {/* … */}
</SonentaProvider>

Known limits

Down to the last word.

Ready to adapt your product to every user?

Start free in minutes. No credit card, no commitment, and your exports always open.