Skip to content

React Native 0.84#1498

Merged
hsjoberg merged 1 commit intomasterfrom
rn84
Feb 17, 2026
Merged

React Native 0.84#1498
hsjoberg merged 1 commit intomasterfrom
rn84

Conversation

@hsjoberg
Copy link
Member

No description provided.

@hsjoberg
Copy link
Member Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9036c9c73d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

goto :argloop

:run
wsl !HERMESC_PATH! !ARGS!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Quote WSL arguments when invoking hermesc wrapper

The wrapper builds a single ARGS string and executes wsl !HERMESC_PATH! !ARGS! without preserving argument quoting, so any converted path that contains spaces (for example a repo under C:\Users\First Last\...) is split into multiple argv entries before Hermes sees it. In that environment the Hermes compile step receives broken input/output paths and fails the Android build; pass arguments with proper quoting instead of flattening them into an unquoted string.

Useful? React with 👍 / 👎.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine as a temporary windows fix for me

@hsjoberg
Copy link
Member Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 344e5d0fe3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 97 to +99
{PLATFORM === "ios" && (
<InputAccessoryView nativeID={MATH_PAD_NATIVE_ID}>
<MathPad {...mathPadProps} />
</InputAccessoryView>
<></>
// <InputAccessoryView nativeID={MATH_PAD_NATIVE_ID}>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Render MathPad accessory instead of empty fragment

On iOS this branch now renders only an empty fragment, so the InputAccessoryView/MathPad never mounts even when mathPadProps is provided. That removes the custom math pad from all affected forms and is a user-facing regression in amount-entry flows that depended on this accessory.

Useful? React with 👍 / 👎.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I will follow up this one later. MathPad is disabled for the time being.

@hsjoberg hsjoberg merged commit 981b51b into master Feb 17, 2026
1 check failed
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.

1 participant