mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Emit non-hover pointer events on Android (#33526)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33526 Changelog: [Internal] Experimental pointer event dispatching on Android: touch pointer support only, hover events to come later. Reviewed By: vincentriemer Differential Revision: D34132667 fbshipit-source-id: 6506d43b4ad16e11b10c3cd23e0231428209411f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ceae48c0f7
commit
c50e6b52fe
@@ -112,4 +112,6 @@ public class ReactFeatureFlags {
|
||||
|
||||
/** TODO: T113245006 Delete this flag. Enables caching of spannables for text */
|
||||
public static boolean enableSpannableCache = false;
|
||||
|
||||
public static boolean dispatchPointerEvents = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user