Skip to main content

react-native-phrase-sdk

phrase/react_native_sdk_example

The Phrase React Native SDK delivers OTA translation releases to iOS and Android apps built with React Native. It integrates with react-i18next as a chained backend, so translations fetched from Phrase are merged with your local resource bundles. It follows the same distribution and release model as the other mobile SDKs — see the OTA introduction for a full explanation of core concepts. Setup instructions, configuration options, and code examples are maintained in the example app.
The SDK caches translations and a generated device identifier in AsyncStorage. Clearing AsyncStorage entirely (for example on logout) causes the app to regenerate that identifier, which inflates your Monthly Active Users count — clear only your own app’s keys if you need to reset state.