Skip to content

Releases: zoontek/react-native-localize

1.2.1

19 Sep 08:29
Compare
Choose a tag to compare

1.2.0

10 Sep 13:28
Compare
Choose a tag to compare
  • Move isAutoTimeAndDate / isAutoTimeZone from react-native-device-info (by @mikehardy #65)
  • Create LICENSE file (by @MoOx #67, fix #66)
  • Enforce fallbacks for getCountryCode (US) / getCurrencyCode (USD) (might fix #48)
  • Delete old, unused podspec file located in /ios
  • Don't trigger a change event on network change (fix #59)

1.1.4

04 Jul 15:05
Compare
Choose a tag to compare
  • Bump compileSdkVersion & buildToolsVersion default versions
  • Update example to React Native 0.60.0
  • Update documentation for React Native 0.60.0

1.1.3

04 Jun 10:56
Compare
Choose a tag to compare

1.1.2

08 Apr 20:42
20397ec
Compare
Choose a tag to compare

1.1.1

30 Mar 11:47
Compare
Choose a tag to compare
  • Fix "Tried to access a JS module before the React instance was fully set up" android error (#44)

1.1.0

05 Mar 14:33
Compare
Choose a tag to compare
  • Add getNumberFormatSettings() function
  • Move podspec to the root of the project for private spec repos (closes #37)

1.0.4

26 Feb 23:10
Compare
Choose a tag to compare
  • Handle IllegalArgumentException from java.utils.Currency when country is not a supported ISO 3166 country code (by @ajitsen)

1.0.3

16 Feb 15:20
Compare
Choose a tag to compare

1.0.2

05 Feb 11:41
Compare
Choose a tag to compare
  • Handle android emulator cases where countryCode is empty (fixes #31)