Conversation
GladosBlueWallet
left a comment
There was a problem hiding this comment.
Automated test-chamber scan results: a few sharp edges.
| paddingLeft: 12, | ||
|
|
||
| paddingRight: 12, | ||
| }), |
There was a problem hiding this comment.
You removed the explicit left/right padding from the container style. If callers don’t consistently pass padding via style, this will silently change spacing and touch target feel for every row. If the goal is alignment, consider moving padding to the parent list item wrapper or a dedicated inner container so layout intent is unambiguous.
| PODS: | ||
| - boost (1.84.0) | ||
| - BugsnagReactNative (8.4.0): | ||
| - BugsnagReactNative (8.8.1): |
There was a problem hiding this comment.
Podfile.lock now bumps BugsnagReactNative to 8.8.1. If this PR is supposed to be “icon alignment”, this is dependency drift disguised as UI. Please confirm it’s intentional (and not a local pod update accident), otherwise revert the lockfile churn.
| PODFILE CHECKSUM: eb430c3fd96af23d4962c4c041798d65efc6843e | ||
|
|
||
| COCOAPODS: 1.16.2 | ||
| COCOAPODS: 1.15.2 |
There was a problem hiding this comment.
Lockfile COCOAPODS version changed to 1.15.2. Downgrading the generator version tends to create endless diffs across machines/CI. Make sure the repo actually standardizes on 1.15.2; if not, regenerate with the expected CocoaPods version and keep this stable.
No description provided.