@fullstory/react-native
Version:
The official FullStory React Native plugin
7 lines • 329 B
TypeScript
import type { TurboModule } from 'react-native';
export interface Spec extends TurboModule {
onFSPressForward?(tag: number, isLongPress: boolean, hasPressHandler: boolean, hasLongPressHandler: boolean): void;
}
declare const _default: Spec | null;
export default _default;
//# sourceMappingURL=NativeFullStoryPrivate.d.ts.map