Skip to content

v0.0.9

Compare
Choose a tag to compare
@derzunov derzunov released this 01 Dec 19:04
· 13 commits to master since this release

redux-react-native-i18n

An i18n solution with plural forms support for React Native apps on Redux
This package provides functionality of redux-react-i18n to React Native.

What's in the box

Components:

  • Loc ( Container Component )
  • LocPresentational ( Presentational Component )

Actions

  • setCurrent( languageCode )
  • setLanguages( languageCode )
  • addDictionary( languageCode, dictionary )
  • setDictionaries( dictionaries )

Reducer

  • i18n