React Intl is a component for translating React apps for the web.

React Native currently uses a different core and cannot support React Intl. Use React Native Localization from Stefano Falda, or React Native i18n from Alexander Zaytsev.

Install

Install React Intl using npm:

npm install react-intl

Usage

Plurals and other features are described on the project page.