Skip to content

BB-T43 Style fix - #128

Merged
ucswift merged 1 commit into
masterfrom
develop
Aug 23, 2026
Merged

BB-T43 Style fix#128
ucswift merged 1 commit into
masterfrom
develop

Conversation

@ucswift

@ucswift ucswift commented Aug 23, 2026

Copy link
Copy Markdown
Member

Summary

Fixes styling-related crashes in the shared Icon and Spinner UI components by correcting how class-based native style properties are mapped.

What changed

  • Updated the Icon component’s native style mappings for:
    • height
    • width
    • fill
    • stroke
  • Updated the Spinner component’s native style mapping for:
    • color

Functional impact

  • Prevents runtime errors when these components receive class-based styles for size, color, fill, or stroke.
  • Restores expected styling behavior for icons and spinners in React Native.
  • Improves reliability of shared UI primitives used across the app.

Why

The previous style mappings used boolean values where the styling system expects prop-path strings. This caused crashes when affected style classes were resolved.

@Resgrid-Bot

Resgrid-Bot commented Aug 23, 2026

Copy link
Copy Markdown

Kody Review Complete

Great news! 🎉
No issues were found that match your current review configurations.

Keep up the excellent work! 🚀

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Business Logic

Access your configuration settings here.

@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your current included review allowance is based on your included PR review attempts over the past 7 days.

Next review available in: 49 minutes

Limit details: You’ve used all 2 included reviews currently available. Your 53 included PR review attempts over the past 7 days set your current allowance at 2 reviews per hour.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e4997742-55c2-4576-82e4-546932bae0a4

📥 Commits

Reviewing files that changed from the base of the PR and between 275a677 and cdf2bae.

📒 Files selected for processing (2)
  • src/components/ui/icon/index.tsx
  • src/components/ui/spinner/index.tsx

Comment @coderabbitai help to get the list of available commands.

@ucswift
ucswift merged commit b83b137 into master Aug 23, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants