Skip to content

Releases: radarlabs/react-native-radar

4.1.0

10 Apr 20:22
f8b16eb

Choose a tag to compare

  • Introduces tracking option "sync" = "events" to send only locations that generate geofence, place, or beacon events.
  • Introduces silent push notification functionality.
  • Introduces comprehensive multi-destination trip support.
  • Adds initializeWithAuthToken method.

4.0.0

27 Feb 20:44
0d9ee31

Choose a tag to compare

⚠️ Breaking Changes
See MIGRATION.md for step-by-step upgrade instructions.

  • Migrates RadarMap component to use MapLibre v11+ APIs.
  • Adds mapRef prop to RadarMapOptions for accessing map instances.
  • Updates RadarMapRegionChangeEvent type to match new API structure.
  • Changes minimum dependency versions for react, react-native, and @maplibre/maplibre-react-native.
  • Adds react-native-safe-area-context to peerDependenciesMeta as an optional dependency.
  • Updates RadarAutocomplete component to use react-native-safe-area-context if available.

3.31.0

27 Feb 18:01
dfc90a7

Choose a tag to compare

  • Adds a jsEventEmitterReady flag that is set to YES when setEventEmitterCallback is called by JS runtime.
  • Guards all emit* calls under RCT_NEW_ARCH_ENABLED with this flag, preventing invocation of an uninitialized std::function.

3.31.0-beta.1

18 Feb 22:44

Choose a tag to compare

3.31.0-beta.1 Pre-release
Pre-release

• Updates Map component to use maplibre-react-native new architecture APIs.
• Adds mapRef to Map component.

3.30.0

18 Feb 22:12
4aadf21

Choose a tag to compare

  • Migrates the Radar iOS SDK dependency from CocoaPods trunk (deprecated) to vendored XCFrameworks bundled directly in the package.

3.30.0-beta.3

13 Feb 21:47

Choose a tag to compare

3.30.0-beta.3 Pre-release
Pre-release
  • Fixes bundled framework binaries, headers, and modules.

3.30.0-beta.2

13 Feb 21:19

Choose a tag to compare

3.30.0-beta.2 Pre-release
Pre-release
  • Changes RadarSDK and RadarSDKMotion frameworks from dynamic to static.

3.30.0-beta.1

13 Feb 20:45

Choose a tag to compare

3.30.0-beta.1 Pre-release
Pre-release
  • Adds pod_target_xcconfig with explicit FRAMEWORK_SEARCH_PATHS to Radar.podspec.

3.30.0-beta.0

13 Feb 19:41

Choose a tag to compare

3.30.0-beta.0 Pre-release
Pre-release
  • Migrates the Radar iOS SDK dependency from CocoaPods trunk (deprecated) to vendored XCFrameworks bundled directly in the package.

3.24.1

30 Jan 17:37
257705c

Choose a tag to compare

  • Bumps radar-sdk-android dependency to 3.24.2, resolves screen-share detection issues.