-
Notifications
You must be signed in to change notification settings - Fork 33
Add in iOS indoors location #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the project version from 3.22.0 to 3.24.0-beta.1 across all relevant files to prepare for a beta release. The changes ensure version consistency across the TypeScript source code, package configuration, and platform-specific implementations.
- Update package version to
3.24.0-beta.1in package.json and TypeScript source - Synchronize version strings in iOS and Android platform implementations
- Update CocoaPods dependency specification for iOS
Reviewed Changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/version.ts | Updates exported VERSION constant to match new beta version |
| package.json | Updates main package version field |
| ios/RNRadar.mm | Updates platform SDK version string for iOS implementation |
| android/src/oldarch/java/com/radar/RadarModule.java | Updates platform SDK version string for Android old architecture |
| android/src/newarch/java/com/radar/RadarModule.kt | Updates platform SDK version string for Android new architecture |
| Radar.podspec | Updates RadarSDK dependency version for iOS CocoaPods |
Files not reviewed (1)
- example/package-lock.json: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.