facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
116.27k stars 23.99k forks source link

avoid use of rawProps after move #44481

Open sammy-SC opened 1 week ago

sammy-SC commented 1 week ago

Summary: changelog: [internal]

rawProps was used after std::move, which is not recommended and triggers a lint warning.

Reviewed By: christophpurrer

Differential Revision: D56816719

facebook-github-bot commented 1 week ago

This pull request was exported from Phabricator. Differential Revision: D56816719

facebook-github-bot commented 1 week ago

This pull request was exported from Phabricator. Differential Revision: D56816719

analysis-bot commented 1 week ago
Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,495,384 +5
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,867,568 -4
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: deee037c62a7d62a349d34db427b14d3560ddf83 Branch: main