Releases: zoontek/react-native-localize
Releases · zoontek/react-native-localize
1.0.2
1.0.1
Initial release of react-native-localize
- 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
react-native-languages
installed before, don't forget to unlink
before switching packages.