Releases: radarlabs/react-native-radar
Releases · radarlabs/react-native-radar
4.1.0
4.0.0
See MIGRATION.md for step-by-step upgrade instructions.
- Migrates
RadarMapcomponent to use MapLibre v11+ APIs. - Adds
mapRefprop toRadarMapOptionsfor accessing map instances. - Updates
RadarMapRegionChangeEventtype to match new API structure. - Changes minimum dependency versions for
react,react-native, and@maplibre/maplibre-react-native. - Adds
react-native-safe-area-contexttopeerDependenciesMetaas an optional dependency. - Updates
RadarAutocompletecomponent to usereact-native-safe-area-contextif available.
3.31.0
- Adds a
jsEventEmitterReadyflag that is set toYESwhensetEventEmitterCallbackis called by JS runtime. - Guards all
emit*calls underRCT_NEW_ARCH_ENABLEDwith this flag, preventing invocation of an uninitializedstd::function.
3.31.0-beta.1
• Updates Map component to use maplibre-react-native new architecture APIs.
• Adds mapRef to Map component.
3.30.0
- Migrates the Radar iOS SDK dependency from CocoaPods trunk (deprecated) to vendored XCFrameworks bundled directly in the package.
3.30.0-beta.3
- Fixes bundled framework binaries, headers, and modules.
3.30.0-beta.2
- Changes
RadarSDKandRadarSDKMotionframeworks from dynamic to static.
3.30.0-beta.1
- Adds
pod_target_xcconfigwith explicitFRAMEWORK_SEARCH_PATHStoRadar.podspec.
3.30.0-beta.0
- Migrates the Radar iOS SDK dependency from CocoaPods trunk (deprecated) to vendored XCFrameworks bundled directly in the package.
3.24.1
- Bumps
radar-sdk-androiddependency to3.24.2, resolves screen-share detection issues.