mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42433 Changelog: [internal] The only flags we know are being [assigned](https://github.com/search?type=code&q=%2FReactNativeFeatureFlags%5C.%5Cw%2B+%3D%2F+lang%3AJavaScript+NOT+path%3AReactNative%2FReactNativeFeatureFlags.js+NOT+path%3Apackages%2Freact-native+NOT+is%3Afork) in OSS are: * `shouldEmitW3CPointerEvents` * `shouldPressibilityUseW3CPointerEventsForHover` So we can migrate all the rest relatively safely. Reviewed By: javache Differential Revision: D52905703 fbshipit-source-id: 5c9689f1d3a6133ee7c4a057437cf2ce4f8cddf5