Releases: zoontek/react-native-localize
Releases · zoontek/react-native-localize
2.0.2
- Export
findBestAvailableLanguage
, addEventListener
and removeEventListener
in default exported object (fix #130)
2.0.1
- Rely on
initialize
and onCatalystInstanceDestroy
for BroadcastReceiver
registration (might fix #123)
2.0.0
Despite the major version bump, this is not a huge release.
- The android packages namespace has been updated from
com.reactcommunity.rnlocalize
to com.zoontek.rnlocalize
- Only desired files are now included in the npm package (which means a huge package size reduction!)
- The codebase has been rewritten in TypeScript, the bundling is now handled by 👷♂️ @react-native-community/bob
1.4.3
- Update project and example dependencies
1.4.1
findBestAvailableLanguage
now accepts ReadonlyArray<T extends string>
as parameter (#109 by @Barbiero)
1.4.0
- Add support for MIUI region code (Fix #60)
1.3.3
- Add a development warning when the module is not properly linked
- Rewrite web version with lazy getters (constants are not generated at initialization anymore, needed for SSR, see #79)
- Listen for
NSSystemClockDidChangeNotification
on iOS
- Fix inverted
uses24HourClock
behavior on the web version