You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[native] Avoid stale pasted image reuse
Summary:
Replace hash-derived clipboard image paste temp filenames with UUID filenames, and always write the current paste bytes to disk. This avoids reusing a stale temp file when NSData hash collides across image payloads.
Test Plan:
yarn cleaninstall
yarn patch-package react-native --use-yarn
git apply --check --whitespace=nowarn over a pristine temporary react-native@0.80.1 package
git diff --check