UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

4 lines (3 loc) 260 B
export declare function enableExperimentalWebImplementation(_shouldEnable?: boolean): void; export declare function enableLegacyWebImplementation(shouldUseLegacyImplementation?: boolean): void; export declare function isNewWebImplementationEnabled(): boolean;