Skip to content

Conversation

rozele
Copy link
Contributor

@rozele rozele commented Sep 25, 2025

Summary:
In React Native Android, you can technically override core components like ScrollView to add additional props and behaviors, but doing so in the new architecture requires ensuring that these props are tracked in the C++ props object.

This change unseals ScrollViewProps so they can be overridden in (rather rare and generally unsupported) cases where you need to customize ScrollView behaviors for a specific app.

Differential Revision: D83268457

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 25, 2025
@facebook-github-bot
Copy link
Contributor

@rozele has exported this pull request. If you are a Meta employee, you can view the originating diff in D83268457.

rozele added a commit to rozele/react-native-macos that referenced this pull request Sep 25, 2025
Summary:

In React Native Android, you can technically override core components like ScrollView to add additional props and behaviors, but doing so in the new architecture requires ensuring that these props are tracked in the C++ props object.

This change unseals ScrollViewProps so they can be overridden in (rather rare and generally unsupported) cases where you need to customize ScrollView behaviors for a specific app.

Differential Revision: D83268457
Summary:

In React Native Android, you can technically override core components like ScrollView to add additional props and behaviors, but doing so in the new architecture requires ensuring that these props are tracked in the C++ props object.

This change unseals ScrollViewProps so they can be overridden in (rather rare and generally unsupported) cases where you need to customize ScrollView behaviors for a specific app.

Reviewed By: Abbondanzo

Differential Revision: D83268457
@facebook-github-bot
Copy link
Contributor

@rozele has exported this pull request. If you are a Meta employee, you can view the originating diff in D83268457.

rozele added a commit to rozele/react-native-macos that referenced this pull request Sep 25, 2025
Summary:

In React Native Android, you can technically override core components like ScrollView to add additional props and behaviors, but doing so in the new architecture requires ensuring that these props are tracked in the C++ props object.

This change unseals ScrollViewProps so they can be overridden in (rather rare and generally unsupported) cases where you need to customize ScrollView behaviors for a specific app.

Reviewed By: Abbondanzo

Differential Revision: D83268457
@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Sep 26, 2025
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 49b0045.

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @rozele in 49b0045

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants