Skip to content

Initial release of react-native-localize

Compare
Choose a tag to compare
@zoontek zoontek released this 29 Jan 13:40
· 354 commits to master since this release
ef4c1bb
  • Rename the project to react-native-localize (motivations here)
  • Switch from constants to getters
  • New API: getLocales, getCurrencies, getCountry, getCalendar, getTemperatureUnit , getTimeZone, uses24HourClock, usesMetricSystem, findBestAvailableLanguage
  • The change event is now fired on iOS (not when the whole device language change because iOS restart your app in this specific case - but it works if the user change the date format, the temperature unit, etc.)
  • Improved documentation
  • Improved i18n-js example
  • Add an example with JSON translation loading using react-native-fs

鈿狅笍 If you had react-native-languages installed before, don't forget to unlink before switching packages.