react-native-spotlight-guide
Version:
A modern, customizable and high-performance spotlight/walkthrough library for React Native with TypeScript support
15 lines (14 loc) • 409 B
TypeScript
export declare const SCREEN: {
WIDTH: number;
HEIGHT: number;
};
export declare const SPOTLIGHT_DEFAULTS: {
readonly SHAPE: "rectangle";
readonly PADDING: 10;
readonly OVERLAY_OPACITY: 0.7;
readonly OVERLAY_COLOR: "rgba(0, 0, 0, 0.7)";
readonly ANIMATION_DURATION: 300;
readonly CONTENT_POSITION: "bottom";
readonly MEASURE_ATTEMPTS: 5;
readonly MEASURE_DELAY: 100;
};