Skip to content

Releases: samitha9125/react-native-timezone

Release 3.2.1

07 Feb 13:22

Choose a tag to compare

Release 3.2.1 Changelog

Fixed

  • Android: Improved telephony region detection by preferring current network country and falling back to SIM country.
  • iOS: Improved telephony region selection for multi-SIM/data-service cases and normalized output handling.
  • JS API: Added region normalization guard so empty/whitespace values return null and codes are uppercase ISO format.

Changed

  • Added explicit iOS isAutoTimeZoneEnabled() parity behavior (returns null on iOS).
  • Upgraded example app stack (React Native 0.81.5 / React 19.1.0) and refreshed the demo UI.
  • Updated README with clearer API behavior, positioning, and package size details.
  • Updated CI/tooling workflow to Yarn and refreshed related build configs.

Full Changelog: v3.2.1...v3.2.1

Release 3.2.0

01 Feb 16:17

Choose a tag to compare

Release 3.2.0 Changelog

Fixed

  • Android: Use application Context for TelephonyManager to prevent potential leaks and ensure correct context usage [Thanks to @swrobel]
  • iOS: Handle CTCarrier deprecation and fix module export issues.

Changed

  • Migrated package manager to pnpm and cleaned up configuration.
  • Enhanced documentation with privacy focus and compatibility table.
  • General code cleanup.

Full Changelog: v3.1.0...v3.2.0

Release 3.1.0

14 Dec 09:15

Choose a tag to compare

Release 3.1.0 Changelog

Added

  • Support to latest react native version (0.76.5)