chore: new-arch-only, packaging, docs and hygiene (audit PR 6/6)#125
Conversation
|
Warning Review limit reached
Next review available in: 55 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (18)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
5324b35 to
91b8bab
Compare
Addresses the PR 6 batch from the July 2026 audit. - IOS-11 (old architecture dismissed): removed the five legacy Paper RCTViewManager pairs (ReactNativeBlurViewManager and siblings). The library ships Fabric components only — registration goes through the codegen componentProvider and the component Cls() functions, so the Paper managers were dead weight (and the two glass ones were broken). README now states the New Architecture is required (RN 0.76+), and peerDependencies move from "*" to react >=18.2.0 / react-native >=0.76.0 (TS-04). - TS-04: fixed the podspec source URL (…/react-native-blur.git, was …/sbaiahmed1-react-native-blur.git) and pruned the `files` whitelist of the non-existent `cpp` and `react-native.config.js` entries. - IOS-09: VibrancyEffectView now uses the shared blurStyleFromString helper instead of a private duplicate, so blurType="extraDark" maps correctly instead of silently falling back; deleted the unused glassEffectFromString helper and the leftover NativeComponentExampleComponentView header guard. (Two more colorFromString copies went away with the Paper managers; the remaining three could still be shared in a follow-up.) - IOS-10: documented the private CAFilter dependency and its App Store / OS fragility on VariableBlurView. - AND-09: renamed ReactNativeBlurPackage.kt to match its class ReactNativeBlurViewPackage. - TS-06 / TS-NEW-2: README marks blurRounds as Android-only. Deferred: REPO-01/REPO-02 (large demo media in the git pack) need external hosting or a coordinated history rewrite, so they remain recommendations in the audit report rather than an in-tree change. Verified: iOS rebuilds and runs after removing the Paper managers — BlurView, the Liquid Glass screen (glass + container with children) and the tint swatches all render with no redbox; tsc and eslint clean; 11 jest tests pass.
19e04fc to
f72b766
Compare
Part 6 of 6 in the July 2026 audit remediation. Stacked on
fix/pr5-ts-api-tests.New-architecture-only, packaging, docs and hygiene.
RCTViewManagerpairs — the library is Fabric-only. README states New Architecture required (RN 0.76+); peerDependencies move from*toreact >=18.2.0/react-native >=0.76.0.fileswhitelist pruned of non-existentcpp/react-native.config.js.extraDark); deleted deadglassEffectFromString+ template header guard.blurRoundsAndroid-only.Deferred: REPO-01/02 (large demo media in the git pack) need external hosting / history rewrite — kept as recommendations in the audit report.
Verified: iOS rebuilds and runs after removing the Paper managers (BlurView, Liquid Glass + container, tints all render, no redbox); tsc + eslint clean; 11 tests pass.