chore: rename package to react-native-better-maps#30
Conversation
|
Warning Review limit reached
More reviews will be available in 44 minutes and 52 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe project is renamed from ChangesPackage Rename: react-native-nitro-maps → react-native-better-maps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Comment |
d65828c to
ea51931
Compare
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CONTRIBUTING.md`:
- Line 73: The GitHub Issues link still uses the placeholder owner, so update
the CONTRIBUTING docs to replace YOUR_GITHUB with the actual repository owner in
the issues URL. Fix the link text where the issues destination is referenced so
it resolves correctly for readers.
In `@docs/expo-setup.md`:
- Line 44: The `googleMapsApiKey` description in `docs/expo-setup.md` is
inaccurate because it says iOS is a no-op, but the plugin actually uses this
shared key on both platforms when platform-specific keys are missing. Update the
documentation for `googleMapsApiKey` to match the real fallback behavior, and
make sure the wording aligns with the plugin contract alongside the related Expo
config fields.
In `@package/package.json`:
- Around line 57-62: The package metadata is still using the placeholder
repository value, which breaks the npm homepage/issues links and also propagates
into the podspec via repository.url in the react-native-better-maps.podspec
s.source configuration. Update the package.json repository, bugs, and homepage
fields to the real GitHub coordinates, and ensure the podspec reads from the
corrected repository metadata so publish/lint flows point to the actual remote.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 8b0ff9e1-1a19-444b-a007-5e0c5df1bcc6
⛔ Files ignored due to path filters (1)
bun.lockis excluded by!**/*.lock
📒 Files selected for processing (26)
CONTEXT.mdCONTRIBUTING.mdREADME.mddocs/adr/0002-google-maps-ios-via-podspec.mddocs/architecture.mddocs/expo-setup.mdexample/App.tsxexample/app.config.jsexample/app.jsonexample/examples/types.tsexample/metro.config.jsexample/package.jsonpackage.jsonpackage/android/README.mdpackage/ios/GoogleMapsAPIKey.swiftpackage/ios/README.mdpackage/package.jsonpackage/plugin/src/android.tspackage/plugin/src/index.tspackage/plugin/src/ios.tspackage/plugin/src/types.tspackage/plugin/src/withBetterMaps.tspackage/plugin/src/withNitroMaps.tspackage/react-native-better-maps.podspecpackage/src/native/README.mdpackage/src/providers.ts
💤 Files with no reviewable changes (1)
- package/plugin/src/withNitroMaps.ts
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package/package.json`:
- Around line 57-62: The package metadata still points to the old Nitro Maps
repository, so update the repository, bugs, and homepage URLs in
package/package.json to the new Better Maps project coordinates. Make the change
in the same metadata block so the published package identity matches the rename
and users are sent to the correct repo and issue tracker.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 636e0063-4a58-43bf-a0ce-604301968148
📒 Files selected for processing (3)
CONTRIBUTING.mddocs/expo-setup.mdpackage/package.json
✅ Files skipped from review due to trivial changes (2)
- CONTRIBUTING.md
- docs/expo-setup.md
This reverts commit 87a607e.
Summary
react-native-nitro-mapstoreact-native-better-mapswithNitroMaps/NitroMapsPluginOptionstowithBetterMaps/BetterMapsPluginOptionsNotes
NitroMapsand the example native target remain unchanged because they are tied to Nitrogen-generated native module namesexample/assets.d.tswas already untracked locally and is intentionally not includedValidation
bun installbun run typecheckbun run typecheck:provider-typesbun x tsc --noEmitfromexample/bun run --filter react-native-better-maps test --runInBand --watchman=falsegit diff --check origin/main...HEAD