react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
10 lines (9 loc) • 500 B
TypeScript
/**
* @deprecated new web implementation is enabled by default. This function will be removed in Gesture Handler 3
*/
export declare function enableExperimentalWebImplementation(_shouldEnable?: boolean): void;
/**
* @deprecated legacy implementation is no longer supported. This function will be removed in Gesture Handler 3
*/
export declare function enableLegacyWebImplementation(shouldUseLegacyImplementation?: boolean): void;
export declare function isNewWebImplementationEnabled(): boolean;